]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/3.4: inform the fetcher if the meta branch changes
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 29 Nov 2012 21:37:33 +0000 (16:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Dec 2012 12:30:35 +0000 (12:30 +0000)
The meta data branch for the kernel can be varied by changing the
KMETA variable, but that change wasn't reflected in the SRC_URI,
which means that the fetcher won't check for changes on that branch
and is a potential source of errors.

Making the meta branch specification KMETA vs meta solves the problem.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/linux/linux-yocto_3.4.bb

index 0e795c676c4f1e40292411d4682527ebd131c891..91785f9089c6616ad97e3412465b741954c59c2d 100644 (file)
@@ -11,7 +11,7 @@ SRCREV_machine_qemux86-64 ?= "b13bef6377719a488293af196236cc290566fad3"
 SRCREV_machine ?= "b13bef6377719a488293af196236cc290566fad3"
 SRCREV_meta ?= "6737e890fff2a423fbb022ab1f7f82ef187fd8b1"
 
-SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
+SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
 LINUX_VERSION ?= "3.4.20"