mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
ae18053df8
commit
a944332ecf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user