From a944332ecfa59247cc0787c55d79a6392e3218bd Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 12 Jul 2012 16:32:58 -0500 Subject: meta-n450: explicitly specify KBRANCH we expect to use Without this, we get standard/default/common-pc/base with the correct SRCREV initially checked out but standard/default/common-pc/atom-pc checked out as if using AUTOREV for the actual build. Signed-off-by: Tom Zanussi --- meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-n450') diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend index f02c4756..19c6734d 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -1,7 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE_n450 = "n450" KMACHINE_n450 = "atom-pc" -KBRANCH_n450 = "standard/default/common-pc/base" +KBRANCH_n450 = "standard/default/common-pc/atom-pc" #SRCREV_machine_pn-linux-yocto_n450 = XXXX #SRCREV_meta_pn-linux-yocto_n450 ?= XXXX -- cgit v1.2.3-54-g00ecf