diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-12 16:32:58 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-12 16:32:58 -0500 |
commit | 2552a046878e4352595f6e081ad371538cceda10 (patch) | |
tree | 7f3e50f6ec9cbcf49184b2bbe23da77930f3c395 /meta-n450/recipes-kernel | |
parent | 3867f2a35323cbe5dd50023e127678325a984e11 (diff) | |
download | meta-intel-2552a046878e4352595f6e081ad371538cceda10.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/recipes-kernel')
-rw-r--r-- | meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | COMPATIBLE_MACHINE_n450 = "n450" | 2 | COMPATIBLE_MACHINE_n450 = "n450" |
3 | KMACHINE_n450 = "atom-pc" | 3 | KMACHINE_n450 = "atom-pc" |
4 | KBRANCH_n450 = "standard/default/common-pc/base" | 4 | KBRANCH_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 |