summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-08-30 09:45:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-04 11:03:55 +0100
commit06b05601c2df2fae9827f5405d728d6d50a11546 (patch)
treef6853e33b31c87000abb93cb83bd26fff93543cf /meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
parent2a498c6f3da6a4d98b786a8c2247bc5b5d6e6b9f (diff)
downloadpoky-06b05601c2df2fae9827f5405d728d6d50a11546.tar.gz
linux-yocto/4.18: remove obselete bsp configuration options
Integrating the following commits to remove kernel config audit warnings: 3ea2052ace1 common-pc: Drop the x2apic feature 1fec700ec479 beaglebone: Clean up the cfg file 1b97e53dcd11 beaglebone: Drop the needless unsetting of the kernel options c6c68c3622d0 beaglebone: Drop the obsolete kernel options 552c9a3f3023 edgerouter: Drop the obsolete kernel options 3a62e42dfb89 mpc8315e-rdb: Drop the obsolete kernel options (From OE-Core rev: a06cc553d3f33f51272cd7c2f6860f41a06eb0e3) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
index 1f0b35ec25..7ed670ab42 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
@@ -14,7 +14,7 @@ KMETA = "kernel-meta"
14KCONF_BSP_AUDIT_LEVEL = "2" 14KCONF_BSP_AUDIT_LEVEL = "2"
15 15
16SRCREV_machine ?= "eba03655e8e436ef6090100423bcea43e4911478" 16SRCREV_machine ?= "eba03655e8e436ef6090100423bcea43e4911478"
17SRCREV_meta ?= "1f78e20cc98dd46637c0beb6007214fb3650992c" 17SRCREV_meta ?= "63ea2052ace129caa22c4b5b88c316bde63f64eb"
18 18
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
20 20