summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@tupi.fr>2016-01-04 19:31:44 +0100
committerPhilip Tricca <flihp@twobit.us>2016-02-27 05:36:54 +0000
commita7ff3c22ace4f44172a3300ad1a6c56ab60ee70c (patch)
treef67fcbe19705b2c4a8390b82cb8f997c86d879d9
parent4c75d9cbcf1d75043c7c5ab315aa383d9b227510 (diff)
downloadmeta-selinux-a7ff3c22ace4f44172a3300ad1a6c56ab60ee70c.tar.gz
linux-yocto: Remove recipe for 3.14 and 3.19 kernel.
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Philip Tricca <flihp@twobit.us>
-rw-r--r--recipes-kernel/linux/linux-yocto_3.14.bbappend8
-rw-r--r--recipes-kernel/linux/linux-yocto_3.19.bbappend8
2 files changed, 0 insertions, 16 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend
deleted file mode 100644
index 65c79ef..0000000
--- a/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3# Enable selinux support in the kernel if the feature is enabled
4SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"
5
6# For inconsistent kallsyms data bug on ARM
7# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718
8EXTRA_OEMAKE += "${@bb.utils.contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"
diff --git a/recipes-kernel/linux/linux-yocto_3.19.bbappend b/recipes-kernel/linux/linux-yocto_3.19.bbappend
deleted file mode 100644
index a8c0647..0000000
--- a/recipes-kernel/linux/linux-yocto_3.19.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3# Enable selinux support in the kernel if the feature is enabled
4SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"
5
6# For inconsistent kallsyms data bug on ARM
7# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718
8EXTRA_OEMAKE += "${@bb.utils.contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"