mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
n450: use KMACHINE instead of WRMACHINE (fix boot failure)
Fixes [YOCTO #837] The n450 linux-yocto-stable bbappend was using WRMACHINE instead of KMACHINE. This resulted in KMACHINE being set to UNDEFINED by the linux-yocto.inc which resulted in bulding the common_pc-standard branch instead of the atom-pc-standard branch. This build a kernel without vfat, blk loop, and the requisite codepages. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
9497c97702
commit
232c1be664
|
@ -1,5 +1,5 @@
|
||||||
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
||||||
WRMACHINE_n450 = "atom-pc"
|
KMACHINE_n450 = "atom-pc"
|
||||||
COMPATIBLE_MACHINE_n450 = "n450"
|
COMPATIBLE_MACHINE_n450 = "n450"
|
||||||
|
|
||||||
SRCREV="${AUTOREV}"
|
SRCREV="${AUTOREV}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user