summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-09-25 14:24:59 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-10-18 11:34:17 +0800
commitb6ecdd6b2a860ab3db87b2d91f43440c05bc3d40 (patch)
treecb5daa1c6a0bb5415d17d9367f7f067aa95f8d94
parent5f652812dee37793d6bf9cc84c30c5a4de70d149 (diff)
downloadmeta-selinux-b6ecdd6b2a860ab3db87b2d91f43440c05bc3d40.tar.gz
denzil branch still has no 3.4 kernel.
Revert "kernel: bbappend to enable SELinux, v3.4." This reverts commit 34d9c62f9f1f7e0d932f93b9888fc0ae477837dc.
-rw-r--r--recipes-kernel/linux/linux-yocto_3.4.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend
deleted file mode 100644
index f9487f2..0000000
--- a/recipes-kernel/linux/linux-yocto_3.4.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)}"