From 5c41b9b6a245664543e6ddd440d10a0696caaf7b Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 17 Aug 2011 11:30:10 -0700 Subject: n450: decouple from meta-yocto atom-pc machine config Fixes [YOCTO 1353] The meta-yocto atom-pc is a more generic BSP than is needed for the Intel n450. Decouple the n450.conf from the meta-yocto atom-pc.conf. Add a linux-yocto_3.0.bbappend recipe. In the process: o remove MACHINE_FEATURES wifi and add serial o specify linux-yocto version 3.0 o specify linux-libc-headers-yocto Signed-off-by: Darren Hart --- meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend (limited to 'meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend') diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 00000000..c1b69aab --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_n450 = "n450" +KMACHINE_n450 = "yocto/standard/common-pc/atom-pc" + +# The n450 is a single core hypterthreaded CPU +KERNEL_FEATURES_append_n450 += " cfg/smp.scc" + +SRCREV_machine_pn-linux-yocto_n450 = "c54453332efbd86c2ea3caa64e908b39cfac1e76" +#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX -- cgit v1.2.3-54-g00ecf