summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-07-15 07:59:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:22:44 +0100
commit8cd24ce202495f2c521f9d26bf6ea356557fce18 (patch)
tree53c2dd4e8db948edc9352a8c143af0dc214ad0e5
parentc52af8e03b8d3c04273050b4c97b25a8410197e8 (diff)
downloadpoky-8cd24ce202495f2c521f9d26bf6ea356557fce18.tar.gz
linux-yocto-tiny/4.9: update to 4.9.113
(From OE-Core rev: 5151c48322739c3176229e999076fa273627ff7e) 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.9.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
index 4d4680254d..78b2a9640e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.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.9.82" 7LINUX_VERSION ?= "4.9.113"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "eb3b2079ea43b451e06be443f8bc146736f9c4bc" 12SRCREV_machine ?= "1b742cf55fc29d0ffc9d651520ad7d59145bbc07"
13SRCREV_meta ?= "0774eacea2a7d3a150594533b8c80d0c0bfdfded" 13SRCREV_meta ?= "5e993963afb54bdc82a02077c29ecdbc0b12368e"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16