diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-08-20 00:30:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:05 +0100 |
commit | 18c6fb387aa6a15de514030c4a7c04dac9c68869 (patch) | |
tree | 9aed9a7f142c840d164286ebaba110be63eb7a6e /meta/recipes-kernel/linux/linux-yocto_4.4.bb | |
parent | 0865a5b8b8fbf478fb4b2310f808bcffff84a091 (diff) | |
download | openembedded-core-contrib-18c6fb387aa6a15de514030c4a7c04dac9c68869.tar.gz |
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 <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index 170f34cb196..2ec62e7fd63 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb @@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "c2507bd62854f90030433307a3d783474332f821" -SRCREV_machine_qemuarm64 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" -SRCREV_machine_qemumips ?= "e42198f28a2c3e57ef64a0f5ccfdeed906d1c257" -SRCREV_machine_qemuppc ?= "ddab242999407fadae68e7ee5381b0ec6679d443" -SRCREV_machine_qemux86 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" -SRCREV_machine_qemux86-64 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" -SRCREV_machine_qemumips64 ?= "2d0080f2350e088bdc6129c376eb9e2654a0448a" -SRCREV_machine ?= "ddab242999407fadae68e7ee5381b0ec6679d443" -SRCREV_meta ?= "b030d96c7b8c391a9e155719d649eb0f87358117" +SRCREV_machine_qemuarm ?= "81cae0bb962c278b7fd616ce94b0a1ea21b9a938" +SRCREV_machine_qemuarm64 ?= "0a0c93f29c0d65c00abdd2f6d1eb89134fae9525" +SRCREV_machine_qemumips ?= "92bae966ed0bdf4bd8c8343978f83b80b8fa9981" +SRCREV_machine_qemuppc ?= "0a0c93f29c0d65c00abdd2f6d1eb89134fae9525" +SRCREV_machine_qemux86 ?= "0a0c93f29c0d65c00abdd2f6d1eb89134fae9525" +SRCREV_machine_qemux86-64 ?= "0a0c93f29c0d65c00abdd2f6d1eb89134fae9525" +SRCREV_machine_qemumips64 ?= "aa125473aef74e7731b14f6b56c1b50589fcd668" +SRCREV_machine ?= "0a0c93f29c0d65c00abdd2f6d1eb89134fae9525" +SRCREV_meta ?= "dab902b4cfa932810bb1dc6de003ed668f935729" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ 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}" |