summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-08-05 15:18:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:22:44 +0100
commitf94714019c4c18af7e41dfec8ebcba746baf6b9d (patch)
tree1ae0e8f9f78d8d45e8fdfed02f14ff0f41ed0d0f
parent10ca912018fdd735ea90fd9a323971471e53a6c4 (diff)
downloadpoky-f94714019c4c18af7e41dfec8ebcba746baf6b9d.tar.gz
linux-stable-tiny/4.4: update to 4.4.141
(From OE-Core rev: f6814bf9e64c73b4494aa73099563d53471f1711) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 8a98189d4c..96df596937 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
4 4
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "4.4.113" 7LINUX_VERSION ?= "4.4.141"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "4d31a8b7661509ff1044abcf9050750cc2478e20" 12SRCREV_machine ?= "7c4dd5edc287abd270a97eb38cee98f0d0318418"
13SRCREV_meta ?= "b149d14ccae8349ab33e101f6af233a12f4b17ba" 13SRCREV_meta ?= "b41a36ffe53f73c86a0f3672d32b5ebec59ab15e"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16