diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-07-27 12:57:06 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 12:11:23 +0100 |
commit | d52e523b28cc95a741039018d76fa4c1a947a40f (patch) | |
tree | 4d7c0ca632aacba16180c8a89a529ada03fe75b4 /meta/recipes-kernel/linux/linux-yocto_4.1.bb | |
parent | 3d888fa7b27865b5fc1b6ee5e138692847648f40 (diff) | |
download | openembedded-core-d52e523b28cc95a741039018d76fa4c1a947a40f.tar.gz openembedded-core-d52e523b28cc95a741039018d76fa4c1a947a40f.tar.bz2 openembedded-core-d52e523b28cc95a741039018d76fa4c1a947a40f.zip |
linux-yocto/4.1: bug fixes and configuration changes
Integrating the following two commits:
44af90071620 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compound page arrival"
99c37e1500a6 i2c: ismt: Add Intel DNV PCI ID
And the following two meta-data changes:
afbc6bd00e6f bsp/axxiaarm64: Enable Axxia NCR and PEI drivers
6a2047c00450 common-pc: enforce 32 bit
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.1.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 248faf892e..fb10f40811 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb @@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/base" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "aa956be29cf5247a0870728b177ae056bc9f62be" -SRCREV_machine_qemuarm64 ?= "846e0a90dd228d07272bf5b246aab405ec6941f8" -SRCREV_machine_qemumips ?= "931c8308f3327ea0a882349321989be6db3b22a9" -SRCREV_machine_qemuppc ?= "846e0a90dd228d07272bf5b246aab405ec6941f8" -SRCREV_machine_qemux86 ?= "846e0a90dd228d07272bf5b246aab405ec6941f8" -SRCREV_machine_qemux86-64 ?= "846e0a90dd228d07272bf5b246aab405ec6941f8" -SRCREV_machine_qemumips64 ?= "33eebd8a461ae8c619ece37a1de02e48893e0b12" -SRCREV_machine ?= "846e0a90dd228d07272bf5b246aab405ec6941f8" -SRCREV_meta ?= "98729aff41208eed09dc232254d7a1305237fdbe" +SRCREV_machine_qemuarm ?= "460340f28dd4ed608fd66692bcbac0bb24fe4aaf" +SRCREV_machine_qemuarm64 ?= "44af900716206d4cae283aa74e92f4118720724a" +SRCREV_machine_qemumips ?= "9b9337aa156bd3bcf3e813455e4bbdc2895c4da1" +SRCREV_machine_qemuppc ?= "44af900716206d4cae283aa74e92f4118720724a" +SRCREV_machine_qemux86 ?= "44af900716206d4cae283aa74e92f4118720724a" +SRCREV_machine_qemux86-64 ?= "44af900716206d4cae283aa74e92f4118720724a" +SRCREV_machine_qemumips64 ?= "cb03bb92ed4d45c55e7a8ecfcca714f9897da96b" +SRCREV_machine ?= "44af900716206d4cae283aa74e92f4118720724a" +SRCREV_meta ?= "afbc6bd00e6fa854ae10eb67ab8c3be5112f6f41" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |