]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Patch meta-toradex to fetch kernel by http protocol
authorMartin Vajnar <martin@martin-HP-ProBook-4330s.(none)>
Mon, 18 Nov 2013 14:55:22 +0000 (15:55 +0100)
committerMartin Vajnar <martin@martin-HP-ProBook-4330s.(none)>
Mon, 18 Nov 2013 14:55:22 +0000 (15:55 +0100)
openembedded/patches/series [new file with mode: 0644]
openembedded/patches/toradex-git.patch [new file with mode: 0644]

diff --git a/openembedded/patches/series b/openembedded/patches/series
new file mode 100644 (file)
index 0000000..9c87866
--- /dev/null
@@ -0,0 +1 @@
+toradex-git.patch
diff --git a/openembedded/patches/toradex-git.patch b/openembedded/patches/toradex-git.patch
new file mode 100644 (file)
index 0000000..88f1bb1
--- /dev/null
@@ -0,0 +1,13 @@
+Index: openembedded/meta-toradex/recipes-kernel/linux/linux-toradex_git.bb
+===================================================================
+--- openembedded.orig/meta-toradex/recipes-kernel/linux/linux-toradex_git.bb   2013-11-18 14:38:46.552260074 +0100
++++ openembedded/meta-toradex/recipes-kernel/linux/linux-toradex_git.bb        2013-11-18 15:54:00.752070234 +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 "