summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-02-23 18:30:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-08 10:31:20 -0800
commit14a5110939593b1337cf834e8bda4f8aecf40d9a (patch)
treeec055ae7d6c49596522ecc1c2bd9433b2ed2d6a1
parent8a645e340194f0950162fa51d69d679142702554 (diff)
downloadpoky-14a5110939593b1337cf834e8bda4f8aecf40d9a.tar.gz
linux-yocto-tiny/4.1: update to 4.1.49 plus meltdown
(From OE-Core rev: 7162fd28422355778dfa203db52d9b868cd496cb) 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.1.bb6
1 files changed, 3 insertions, 3 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 537efb1a91..5adec18ce8 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.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.1.43" 7LINUX_VERSION ?= "4.1.49"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "782133d8166ac71ef1ffaba58b7cf81ec9e532a1" 12SRCREV_machine ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae"
13SRCREV_meta ?= "9f9c9a66ef3452343586adf150137967e955d71a" 13SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16