diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-17 17:15:29 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-17 17:15:29 +0800 |
commit | 2bd39e94d0bea5ace7f39e6aaf48f87908a40dfe (patch) | |
tree | 7eb02478136fa152a86277c701970a9a6f70ad34 | |
parent | 2f44004dab13a8debd93dee16364958721cb4f34 (diff) | |
download | meta-selinux-2bd39e94d0bea5ace7f39e6aaf48f87908a40dfe.tar.gz |
kernel: bbappend to enable SELinux, v3.2.
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.2.bbappend | 4 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | # Enable selinux support in the kernel if the feature is enabled | ||
4 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}" | ||