From 11fa0247218f2087695e052f05e7a1860de12258 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Mon, 17 Jun 2013 17:58:51 +0800 Subject: kernel: remove 3.2 bbappend to fit oe-core OE-Core rev b8d53d8f91bd1b165016ea1063868c8b15f07ce0 removes 3.2 kernel recipes. Signed-off-by: Xin Ouyang --- recipes-kernel/linux/linux-yocto_3.2.bbappend | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_3.2.bbappend diff --git a/recipes-kernel/linux/linux-yocto_3.2.bbappend b/recipes-kernel/linux/linux-yocto_3.2.bbappend deleted file mode 100644 index f9487f2..0000000 --- a/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -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)}" -- cgit v1.2.3-54-g00ecf