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:
Darren Hart 2011-03-11 11:19:56 -08:00
parent 9497c97702
commit 232c1be664

View File

@ -1,5 +1,5 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
WRMACHINE_n450 = "atom-pc"
KMACHINE_n450 = "atom-pc"
COMPATIBLE_MACHINE_n450 = "n450"
SRCREV="${AUTOREV}"