summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-11-30 19:03:03 -0600
committerTom Zanussi <tom.zanussi@intel.com>2011-12-01 18:15:00 -0600
commit95baa601e71fc493fcf428c7331a087816416475 (patch)
tree99865c88cda194b973dfc8e1776d9dc2a67ffa00
parent766bafc3dda5585702522fc418fcadf7200df55f (diff)
downloadmeta-intel-95baa601e71fc493fcf428c7331a087816416475.tar.gz
meta-n450: remove 2.6.34 .bbappend
The linux-2.6.34 recipe was removed, so the .append needs to be removed as well. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
deleted file mode 100644
index 18d4999b..00000000
--- a/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2KMACHINE_n450 = "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 ?= ""