summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-03-09 17:09:33 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-03-09 17:54:13 +0800
commit600f2b3a8fcee31a46bc831bdb377036d60f640e (patch)
tree832c611e8d7c120abc6a30ce27c51bbb2e412c25 /recipes-kernel
parent23d99ebc3f58f9304f04f511c9e60d17c898cf10 (diff)
downloadmeta-selinux-600f2b3a8fcee31a46bc831bdb377036d60f640e.tar.gz
kernel: add linux-3.8 bbappend
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, 7 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.8.bbappend
new file mode 100644
index 0000000..f9487f2
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -0,0 +1,7 @@
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)}"