mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
kernel: bbappend to enable SELinux, v3.4.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
This commit is contained in:
parent
1ea3ebec16
commit
34d9c62f9f
7
recipes-kernel/linux/linux-yocto_3.4.bbappend
Normal file
7
recipes-kernel/linux/linux-yocto_3.4.bbappend
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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)}"
|
||||
# For inconsistent kallsyms data bug on ARM
|
||||
# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718
|
||||
EXTRA_OEMAKE += "${@base_contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"
|
||||
Loading…
Reference in New Issue
Block a user