mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

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>
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
|
KMACHINE_n450 = "atom-pc"
|
|
COMPATIBLE_MACHINE_n450 = "n450"
|
|
|
|
SRCREV="${AUTOREV}"
|
|
# Functionality flags
|
|
#KERNEL_REVISION_CHECKING ?= "t"
|