From a7ff3c22ace4f44172a3300ad1a6c56ab60ee70c Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Mon, 4 Jan 2016 19:31:44 +0100 Subject: linux-yocto: Remove recipe for 3.14 and 3.19 kernel. Signed-off-by: Thomas Perrot Signed-off-by: Philip Tricca --- recipes-kernel/linux/linux-yocto_3.14.bbappend | 8 -------- recipes-kernel/linux/linux-yocto_3.19.bbappend | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_3.14.bbappend delete mode 100644 recipes-kernel/linux/linux-yocto_3.19.bbappend (limited to 'recipes-kernel') 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 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -# Enable selinux support in the kernel if the feature is enabled -SRC_URI += "${@bb.utils.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 += "${@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 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -# Enable selinux support in the kernel if the feature is enabled -SRC_URI += "${@bb.utils.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 += "${@bb.utils.contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}" -- cgit v1.2.3-54-g00ecf