kernel: bbappend to enable SELinux, v3.2.

This commit is contained in:
Xin Ouyang 2012-04-17 17:15:29 +08:00
parent 2f44004dab
commit 2bd39e94d0

View File

@ -0,0 +1,4 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# Enable selinux support in the kernel if the feature is enabled
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"