diff options
author | Xin Ouyang <xin.ouyang@windriver.com> | 2014-09-12 16:35:42 +0800 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-09-12 16:35:42 +0800 |
commit | 88edba3fb1afab5f2f2b254a00d37caef72dccf0 (patch) | |
tree | 1dbfc3dd3c00d21aef3c0e054b9350d5364a537b /recipes-kernel | |
parent | f3a83a7760e8728701abf53eebe95410e133a10a (diff) | |
download | meta-selinux-88edba3fb1afab5f2f2b254a00d37caef72dccf0.tar.gz |
kernel: remove obsoleting bbappend to fit oe-core.
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.4.bbappend | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend deleted file mode 100644 index f9487f2..0000000 --- a/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
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)}" | ||
5 | # For inconsistent kallsyms data bug on ARM | ||
6 | # http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718 | ||
7 | EXTRA_OEMAKE += "${@base_contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}" | ||