From 18c6fb387aa6a15de514030c4a7c04dac9c68869 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 20 Aug 2016 00:30:34 -0400 Subject: linux-yocto/4.1/4.4: -stable updates and configuration changes Updating the 4.4 kernel to v4.4.18 and the 4.1 kernel to v4.1.30. We also tweak the configuration with the following commits to remove warnings being generated from the 4.4 kernel (due to options being dropped from the final .config): features: Create mfd-intel-lpss feature and use where appropriate features/iio: Set IIO_BUFFER_CB to =m instead of =y features: Add 6lowpan feature and add it where necessary Tested on qemux86, qemuppc, qemumips and qemuarm. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 2b10d90c2d..dc6bb9af9f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "2b65eaade74b9ec3b3009a6939461ea55d646801" -SRCREV_meta ?= "b030d96c7b8c391a9e155719d649eb0f87358117" +SRCREV_machine ?= "9135adcfb01432abe4a95a50fca5d0395239f798" +SRCREV_meta ?= "dab902b4cfa932810bb1dc6de003ed668f935729" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.4.15" +LINUX_VERSION ?= "4.4.18" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg