summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-08-30 09:45:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-16 16:33:09 +0000
commit7585efa91c48e3582721fc19e7dfe4b8c2ce87c5 (patch)
tree16616ad19b92e73e139b87de4479e17988d65b8b /meta
parent8522638d56c20486e0fe211c323ab8c3ef6f6544 (diff)
downloadpoky-7585efa91c48e3582721fc19e7dfe4b8c2ce87c5.tar.gz
kernel-yocto/cfg: configuration warning fixes
Now that the kernel configuration audit output is visible, we cleanup and drop obselete configs: bae5cc4e973f bsp/romley: drop obsolete config 2e39f82df02a x86: update microcode configs 6894481e965e wifi: CONFIG_VENDOR_ATH must be build in 3a9f687cdf42 pm: drop obselete CONFIG_USB_SUSPEND bb869e576f6b pm: change CONFIG_PM_RUNTIME to CONFIG_PM 49547fd6b4a3 i915: remove obselete CONFIG_DRM_I915_KMS 4b49aa8e8d09 i915: rename preliminary_hw_support to alpha_support d6186c621856 sound: fix CONFIG_SND_SST_MFLD_PLATFORM d57f4ebf6b54 netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT c8e3cf86df8b netfilter: remove obselete ULOG configs 13da6cb561c0 fs: drop old ext3 options 8e25da60cfd3 cgroups: remove obselete options aa6a61d826e0 wifi: ATH_CARDS -> WLAN_VENDOR_ATH 4e32f99a1591 intel: remove CONFIG_CPU_FREQ_TABLE 131df62ce93a common-pc: remove obselete subsystem 0040deb2fad7 bsp: don't include crypto.scc 3f94205d082c features/crypto: drop feature e2951464ef97 features/thermal: use the correct config name 5a09f42be52e features: drop obsolete configs (From OE-Core rev: fbd0ae4e302fa8e18a15d9081537c58edec2a460) (From OE-Core rev: ad44a133cdc3aa9ad9ecf57a7cf8754951f6fd96) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Drop 4.18 changes] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.14.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
index d5b285e7b7..d9953c32be 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "af1b926c9160b0dbf2bbe41b166a8a7b07191fd2" 14SRCREV_machine ?= "af1b926c9160b0dbf2bbe41b166a8a7b07191fd2"
15SRCREV_meta ?= "c43c9e19a22367b48c0f62764c8555643d2a6844" 15SRCREV_meta ?= "5c089e91b398ac284f027a4611979136becbf9b1"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
index c9e6e412be..a3b40a8a3f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
@@ -13,7 +13,7 @@ KMETA = "kernel-meta"
13KCONF_BSP_AUDIT_LEVEL = "2" 13KCONF_BSP_AUDIT_LEVEL = "2"
14 14
15SRCREV_machine ?= "74ecbeb03ebfc2b9a73a6554924b043b903295f5" 15SRCREV_machine ?= "74ecbeb03ebfc2b9a73a6554924b043b903295f5"
16SRCREV_meta ?= "c43c9e19a22367b48c0f62764c8555643d2a6844" 16SRCREV_meta ?= "5c089e91b398ac284f027a4611979136becbf9b1"
17 17
18PV = "${LINUX_VERSION}+git${SRCPV}" 18PV = "${LINUX_VERSION}+git${SRCPV}"
19 19
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.14.bb b/meta/recipes-kernel/linux/linux-yocto_4.14.bb
index 91a2845a72..8d9b46fbd3 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.14.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "084af9624d268ddf4fd65b2f9e8e50ca2f22e62b"
19SRCREV_machine_qemux86-64 ?= "084af9624d268ddf4fd65b2f9e8e50ca2f22e62b" 19SRCREV_machine_qemux86-64 ?= "084af9624d268ddf4fd65b2f9e8e50ca2f22e62b"
20SRCREV_machine_qemumips64 ?= "44e1719a8f4fe10e88c13b9ec6c1fa1d041efaed" 20SRCREV_machine_qemumips64 ?= "44e1719a8f4fe10e88c13b9ec6c1fa1d041efaed"
21SRCREV_machine ?= "084af9624d268ddf4fd65b2f9e8e50ca2f22e62b" 21SRCREV_machine ?= "084af9624d268ddf4fd65b2f9e8e50ca2f22e62b"
22SRCREV_meta ?= "c43c9e19a22367b48c0f62764c8555643d2a6844" 22SRCREV_meta ?= "5c089e91b398ac284f027a4611979136becbf9b1"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"