[poky] [PATCH 1/2] n450: use KMACHINE instead of WRMACHINE (fix boot failure)
Darren Hart
dvhart at linux.intel.com
Fri Mar 11 11:21:55 PST 2011
From: Darren Hart <dvhart at linux.intel.com>
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 at linux.intel.com>
CC: Tom Zanussi <tom.zanussi at intel.com>
---
.../linux/linux-yocto-stable_git.bbappend | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 3a893f6..6a0cfd2 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}"
--
1.7.1
More information about the poky
mailing list