]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Add patch for git protocol
authorMartin Vajnar <martin.vajnar@gmail.com>
Tue, 19 Nov 2013 21:58:40 +0000 (22:58 +0100)
committerMartin Vajnar <martin.vajnar@gmail.com>
Tue, 19 Nov 2013 21:58:40 +0000 (22:58 +0100)
openembedded/patches/series
openembedded/patches/toradex-kernel-git.patch [new file with mode: 0644]

index 12d92a62ada7a3ab7a96192398a26648964b13df..f292c6ffb50ad9d2f495c117cd42abc1e81d6ff4 100644 (file)
@@ -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 (file)
index 0000000..9c87bc4
--- /dev/null
@@ -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 "