From 2bd39e94d0bea5ace7f39e6aaf48f87908a40dfe Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Tue, 17 Apr 2012 17:15:29 +0800 Subject: kernel: bbappend to enable SELinux, v3.2. --- recipes-kernel/linux/linux-yocto_3.2.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_3.2.bbappend (limited to 'recipes-kernel') 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 @@ +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)}" -- cgit v1.2.3-54-g00ecf