summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-10-17 09:38:56 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-18 10:56:55 +0100
commit9c27e66d6ffc30be28774eee8ed58e7c30f282ef (patch)
treef1c1fa21face90f54975a59363896bb40c65a1c7 /meta
parent440ddf972b7da05d277d052ef7540544b228a214 (diff)
downloadpoky-9c27e66d6ffc30be28774eee8ed58e7c30f282ef.tar.gz
linux-yocto/4.18: kernel configuration cleanups
Integrating the following kernel config cleanups: 2c4eb01d57fd media-radio.cfg: change CONFIG_RADIO_SI470X to m 3d38c0dbb0f4 usb-typec: enable CONFIF_TYPEC ae6272d621dd iio: rename CONFIG_TSL2x7x to CONFIG_TSL2772 10c18d643dea iio: change CONFIG_AD5686 to CONFIG_AD5686_SPI f06703a4c55e media-rc: CONFIG_LIRC is now a bool a8cbad4a0533 media-i2c: remove configs selected by zoran drivers 9c43f6157a44 media-pci-capture: remove zoran configs (From OE-Core rev: 72e9ad0f24a31693b5f06df6d1e6da23e30e1627) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.18.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.18.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
index 68d63ffe12..920c2a5858 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "4eb8994d5c8556fe917d851d678f7db8cfc30c77" 14SRCREV_machine ?= "4eb8994d5c8556fe917d851d678f7db8cfc30c77"
15SRCREV_meta ?= "607726b2d0b8e1d8c5653003448a24353a88c63b" 15SRCREV_meta ?= "76b18ecbd6c324b400c4f08e212b8acd605d2d69"
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.18;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"
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 69ca1dc0e0..bf595a7717 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 ?= "0cdc8564c61958a39704d97e008120bd7c762f60" 16SRCREV_machine ?= "0cdc8564c61958a39704d97e008120bd7c762f60"
17SRCREV_meta ?= "607726b2d0b8e1d8c5653003448a24353a88c63b" 17SRCREV_meta ?= "76b18ecbd6c324b400c4f08e212b8acd605d2d69"
18 18
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
20 20
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
index 948ce3bb95..e1fbb8f1f8 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "0cdc8564c61958a39704d97e008120bd7c762f60"
19SRCREV_machine_qemux86-64 ?= "0cdc8564c61958a39704d97e008120bd7c762f60" 19SRCREV_machine_qemux86-64 ?= "0cdc8564c61958a39704d97e008120bd7c762f60"
20SRCREV_machine_qemumips64 ?= "766c469b1707fd3101116f572052a7b8d5ac0658" 20SRCREV_machine_qemumips64 ?= "766c469b1707fd3101116f572052a7b8d5ac0658"
21SRCREV_machine ?= "0cdc8564c61958a39704d97e008120bd7c762f60" 21SRCREV_machine ?= "0cdc8564c61958a39704d97e008120bd7c762f60"
22SRCREV_meta ?= "607726b2d0b8e1d8c5653003448a24353a88c63b" 22SRCREV_meta ?= "76b18ecbd6c324b400c4f08e212b8acd605d2d69"
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.18;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"