summaryrefslogtreecommitdiffstats
path: root/meta-n450
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-07-12 16:32:58 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-07-12 19:40:02 -0500
commita944332ecfa59247cc0787c55d79a6392e3218bd (patch)
tree899689b2c5c29ff73b28187ce8f835d0647c7a09 /meta-n450
parentae18053df8d2b176b4f714bc5a826276f3fcbfad (diff)
downloadmeta-intel-a944332ecfa59247cc0787c55d79a6392e3218bd.tar.gz
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 <tom.zanussi@intel.com>
Diffstat (limited to 'meta-n450')
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend2
1 files changed, 1 insertions, 1 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_n450 = "n450" 2COMPATIBLE_MACHINE_n450 = "n450"
3KMACHINE_n450 = "atom-pc" 3KMACHINE_n450 = "atom-pc"
4KBRANCH_n450 = "standard/default/common-pc/base" 4KBRANCH_n450 = "standard/default/common-pc/atom-pc"
5 5
6#SRCREV_machine_pn-linux-yocto_n450 = XXXX 6#SRCREV_machine_pn-linux-yocto_n450 = XXXX
7#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX 7#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX