summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-04-17 17:15:29 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-04-17 17:15:29 +0800
commit2bd39e94d0bea5ace7f39e6aaf48f87908a40dfe (patch)
tree7eb02478136fa152a86277c701970a9a6f70ad34
parent2f44004dab13a8debd93dee16364958721cb4f34 (diff)
downloadmeta-selinux-2bd39e94d0bea5ace7f39e6aaf48f87908a40dfe.tar.gz
kernel: bbappend to enable SELinux, v3.2.
-rw-r--r--recipes-kernel/linux/linux-yocto_3.2.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.2.bbappend b/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 0000000..3514b3d
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,4 @@
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)}"