From 232c1be664075eeceb2b123ef91d2dd71a1eb7a6 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 11 Mar 2011 11:19:56 -0800 Subject: 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 CC: Tom Zanussi --- meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-n450') diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend index 3a893f64..6a0cfd22 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend @@ -1,5 +1,5 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" -WRMACHINE_n450 = "atom-pc" +KMACHINE_n450 = "atom-pc" COMPATIBLE_MACHINE_n450 = "n450" SRCREV="${AUTOREV}" -- cgit v1.2.3-54-g00ecf