summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorXin Ouyang <xin.ouyang@windriver.com>2014-05-16 18:04:30 +0800
committerXin Ouyang <xin.ouyang@windriver.com>2014-05-16 18:05:00 +0800
commit16854eaa7d1fe91730698f55cc018e263523b55c (patch)
tree2628420946dd104bc7465951b98f605b1ecb46f1 /recipes-kernel
parentaf44b9dd22da0301e33ebafd5c4091f9cc32c860 (diff)
downloadmeta-selinux-16854eaa7d1fe91730698f55cc018e263523b55c.tar.gz
kernel: remove 3.8 bbappend to follow oe-core changes.
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-yocto_3.8.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.8.bbappend
deleted file mode 100644
index f9487f2..0000000
--- a/recipes-kernel/linux/linux-yocto_3.8.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)}"