summaryrefslogtreecommitdiffstats
path: root/meta-n450/recipes-kernel
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-08-17 11:30:10 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-08-19 14:22:21 -0700
commit5c41b9b6a245664543e6ddd440d10a0696caaf7b (patch)
treed142d7fb10447f20ce7ca125c30056f0d670fcc4 /meta-n450/recipes-kernel
parentfa92a44396b16be74f0de10256b0d42e52cf0bb6 (diff)
downloadmeta-intel-5c41b9b6a245664543e6ddd440d10a0696caaf7b.tar.gz
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 <dvhart@linux.intel.com>
Diffstat (limited to 'meta-n450/recipes-kernel')
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend9
1 files changed, 9 insertions, 0 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_n450 = "n450"
3KMACHINE_n450 = "yocto/standard/common-pc/atom-pc"
4
5# The n450 is a single core hypterthreaded CPU
6KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
7
8SRCREV_machine_pn-linux-yocto_n450 = "c54453332efbd86c2ea3caa64e908b39cfac1e76"
9#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX