[oe-commits] Saul Wold : linux-yocto-tiny_3.17: Update to actually use 3.17 git repo

git at git.openembedded.org git at git.openembedded.org
Fri Apr 17 21:41:53 UTC 2015


Module: openembedded-core.git
Branch: dizzy
Commit: 9b5eb3b534e0153e40a16b7b83d6eaa2dc0f155e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9b5eb3b534e0153e40a16b7b83d6eaa2dc0f155e

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Feb  4 08:22:53 2015 -0800

linux-yocto-tiny_3.17: Update to actually use 3.17 git repo

The named release was still using the -dev git repo which did not contain
the SRCREV referenced in the numbered/named version.

(From OE-Core rev: b4f2f39ce0f4690ed51d14d1034b9f5e21c0f5a0)

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
index eae0854..5762f3b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
@@ -13,7 +13,7 @@ SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
+SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
 COMPATIBLE_MACHINE = "(qemux86)"
 



More information about the Openembedded-commits mailing list