summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-07-27 12:57:06 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:22:20 +0100
commit453c174e412605b3990d9ef4b6551320a0d98bd8 (patch)
tree78ce3773c587944650325dd64ddfa6fca6def5ae /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent9dc4cfc54d59f7ac88bf680aafe7da41b93c6220 (diff)
downloadpoky-453c174e412605b3990d9ef4b6551320a0d98bd8.tar.gz
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 (From OE-Core rev: d52e523b28cc95a741039018d76fa4c1a947a40f) 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-tiny_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 41a0bb089a..9187f85429 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.1.28"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "846e0a90dd228d07272bf5b246aab405ec6941f8" 12SRCREV_machine ?= "44af900716206d4cae283aa74e92f4118720724a"
13SRCREV_meta ?= "98729aff41208eed09dc232254d7a1305237fdbe" 13SRCREV_meta ?= "afbc6bd00e6fa854ae10eb67ab8c3be5112f6f41"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16