summaryrefslogtreecommitdiffstats
path: root/meta-n450
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-03-11 11:19:56 -0800
committerDarren Hart <dvhart@linux.intel.com>2011-03-11 11:20:19 -0800
commit232c1be664075eeceb2b123ef91d2dd71a1eb7a6 (patch)
tree9644aef1ce18130555311d0e91c6bcf9dfca5f9e /meta-n450
parent9497c977021d7cf76b129f5baeac0ea0b9f10e22 (diff)
downloadmeta-intel-232c1be664075eeceb2b123ef91d2dd71a1eb7a6.tar.gz
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>
Diffstat (limited to 'meta-n450')
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend2
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 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 @@
1FILESEXTRAPATHS := "${THISDIR}/${PN}" 1FILESEXTRAPATHS := "${THISDIR}/${PN}"
2WRMACHINE_n450 = "atom-pc" 2KMACHINE_n450 = "atom-pc"
3COMPATIBLE_MACHINE_n450 = "n450" 3COMPATIBLE_MACHINE_n450 = "n450"
4 4
5SRCREV="${AUTOREV}" 5SRCREV="${AUTOREV}"