summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-06-17 17:58:51 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-06-17 17:58:51 +0800
commit11fa0247218f2087695e052f05e7a1860de12258 (patch)
tree68cbbf66b505e38006ec9da9773985649d0ef6d0
parentccba396565719f732d745a308e861112295d1fc8 (diff)
downloadmeta-selinux-11fa0247218f2087695e052f05e7a1860de12258.tar.gz
kernel: remove 3.2 bbappend to fit oe-core
OE-Core rev b8d53d8f91bd1b165016ea1063868c8b15f07ce0 removes 3.2 kernel recipes. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-kernel/linux/linux-yocto_3.2.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.2.bbappend b/recipes-kernel/linux/linux-yocto_3.2.bbappend
deleted file mode 100644
index f9487f2..0000000
--- a/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3# Enable selinux support in the kernel if the feature is enabled
4SRC_URI += "${@base_contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"
5# For inconsistent kallsyms data bug on ARM
6# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718
7EXTRA_OEMAKE += "${@base_contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"