]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/4.18: kernel configuration cleanups
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 17 Oct 2018 13:38:56 +0000 (09:38 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2018 09:38:57 +0000 (10:38 +0100)
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

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
meta/recipes-kernel/linux/linux-yocto_4.18.bb

index 68d63ffe1231c83fd5d9e151c8d74b7bdbc7a480..920c2a5858afe9d7ee9911c96731b4ae33d855a1 100644 (file)
@@ -12,7 +12,7 @@ python () {
 }
 
 SRCREV_machine ?= "4eb8994d5c8556fe917d851d678f7db8cfc30c77"
-SRCREV_meta ?= "607726b2d0b8e1d8c5653003448a24353a88c63b"
+SRCREV_meta ?= "76b18ecbd6c324b400c4f08e212b8acd605d2d69"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"
index 69ca1dc0e08b90621194e861abf2d4742388ff72..bf595a7717e082407b52f77394d2cacca9b75003 100644 (file)
@@ -14,7 +14,7 @@ KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
 SRCREV_machine ?= "0cdc8564c61958a39704d97e008120bd7c762f60"
-SRCREV_meta ?= "607726b2d0b8e1d8c5653003448a24353a88c63b"
+SRCREV_meta ?= "76b18ecbd6c324b400c4f08e212b8acd605d2d69"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
index 948ce3bb955499ad695d40cac4284d98730df32e..e1fbb8f1f807904574bd557731936865783e97d2 100644 (file)
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "0cdc8564c61958a39704d97e008120bd7c762f60"
 SRCREV_machine_qemux86-64 ?= "0cdc8564c61958a39704d97e008120bd7c762f60"
 SRCREV_machine_qemumips64 ?= "766c469b1707fd3101116f572052a7b8d5ac0658"
 SRCREV_machine ?= "0cdc8564c61958a39704d97e008120bd7c762f60"
-SRCREV_meta ?= "607726b2d0b8e1d8c5653003448a24353a88c63b"
+SRCREV_meta ?= "76b18ecbd6c324b400c4f08e212b8acd605d2d69"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"