summaryrefslogtreecommitdiffstats
path: root/meta-n450/recipes-kernel
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-04-27 12:26:05 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-04-27 15:20:34 -0700
commitc4ca6bf250418de6db644167fd8d4898dfa6a38c (patch)
treef171ea4b69e843477d4b9efeeb4485f5bd398bb5 /meta-n450/recipes-kernel
parentd29909877ab370649fd09a74916d6253b8f631e1 (diff)
downloadmeta-intel-c4ca6bf250418de6db644167fd8d4898dfa6a38c.tar.gz
n450: add linux_yocto (2.6.37) bbappend
Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-n450/recipes-kernel')
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend
new file mode 100644
index 00000000..79706d54
--- /dev/null
+++ b/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend
@@ -0,0 +1,10 @@
1FILESEXTRAPATHS := "${THISDIR}/${PN}"
2KMACHINE_n450 = "yocto/standard/common-pc/atom-pc"
3COMPATIBLE_MACHINE_n450 = "n450"
4
5# The n450 is a single core hypterthreaded CPU
6KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
7
8# We use the atom-pc machine SRCREV and the default meta SRCREV
9#SRCREV_machine_pn-linux-yocto-stable_n450 = ""
10#SRCREV_meta_pn-linux-yocto-stable_n450 ?= ""