From: Martin Vajnar Date: Tue, 19 Nov 2013 21:58:40 +0000 (+0100) Subject: Add patch for git protocol X-Git-Url: http://rtime.felk.cvut.cz/gitweb/eurobot/public.git/commitdiff_plain/38b5dc7ba22e0275d6b9fb2d8728e436dcca09cc Add patch for git protocol --- 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 " +