]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto-tiny_3.17: Update to actually use 3.17 git repo
authorSaul Wold <sgw@linux.intel.com>
Wed, 4 Feb 2015 16:22:53 +0000 (08:22 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:44 +0000 (18:52 +0000)
The named release was still using the -dev git repo which did not contain
the SRCREV referenced in the numbered/named version.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb

index 1a4f9a81454f2f73bfac66a7e85bfeb48c2fc682..bf2076f2089aba50a5aea4b16cd4a3a63a64b61e 100644 (file)
@@ -13,7 +13,7 @@ SRCREV_meta ?= "b81030f9ec2de3dc6c048e142dcbff62e305cc40"
 
 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)"