From 38b5dc7ba22e0275d6b9fb2d8728e436dcca09cc Mon Sep 17 00:00:00 2001 From: Martin Vajnar Date: Tue, 19 Nov 2013 22:58:40 +0100 Subject: [PATCH] Add patch for git protocol --- openembedded/patches/series | 1 + openembedded/patches/toradex-kernel-git.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 openembedded/patches/toradex-kernel-git.patch diff --git a/openembedded/patches/series b/openembedded/patches/series index 12d92a62..f292c6ff 100644 --- a/openembedded/patches/series +++ b/openembedded/patches/series @@ -1,2 +1,3 @@ meta-ti-machine-kernel-pr.patch mesa-grate-license.patch +toradex-kernel-git.patch diff --git a/openembedded/patches/toradex-kernel-git.patch b/openembedded/patches/toradex-kernel-git.patch new file mode 100644 index 00000000..9c87bc45 --- /dev/null +++ b/openembedded/patches/toradex-kernel-git.patch @@ -0,0 +1,13 @@ +Index: openembedded/meta-toradex-community/recipes-kernel/linux/linux-toradex_git.bb +=================================================================== +--- openembedded.orig/meta-toradex-community/recipes-kernel/linux/linux-toradex_git.bb 2013-11-19 22:52:45.221743748 +0100 ++++ openembedded/meta-toradex-community/recipes-kernel/linux/linux-toradex_git.bb 2013-11-19 22:57:42.625235839 +0100 +@@ -14,7 +14,7 @@ + + PV = "${LINUX_VERSION}+gitr${SRCREV}" + S = "${WORKDIR}/git" +-SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=colibri" ++SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=http;branch=colibri" + # Patch to set parallel RGB (aka LVDS-1) to full-hd + #SRC_URI += "file://full-hd.patch " + -- 2.39.2