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 19:40:02 -0500 |
| commit | a944332ecfa59247cc0787c55d79a6392e3218bd (patch) | |
| tree | 899689b2c5c29ff73b28187ce8f835d0647c7a09 | |
| parent | ae18053df8d2b176b4f714bc5a826276f3fcbfad (diff) | |
| download | meta-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>
| -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 |
