meta-intel/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
Darren Hart 232c1be664 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>
2011-03-11 11:20:19 -08:00

8 lines
173 B
Plaintext

FILESEXTRAPATHS := "${THISDIR}/${PN}"
KMACHINE_n450 = "atom-pc"
COMPATIBLE_MACHINE_n450 = "n450"
SRCREV="${AUTOREV}"
# Functionality flags
#KERNEL_REVISION_CHECKING ?= "t"