summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-09-18 09:03:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-21 16:55:58 +0100
commit4297169451982dc73bdb5702346277738d3192de (patch)
tree935edb8af5bdb6118b85f2db0e7b9a7c427fa50d /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent5d5cc1fa6a8598c50c40fcb3b9226740f42b646d (diff)
downloadpoky-4297169451982dc73bdb5702346277738d3192de.tar.gz
linuux-yocto/4.1: update to 4.1.43 plus bluetooth CVE-2017-1000251
(From OE-Core rev: 9b7ac3fbe76424a9c797b62cb7ed895c2844ea4b) Signed-off-by: Armin Kuster <akuster808@gmail.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 44e6816063..537efb1a91 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -4,12 +4,12 @@ 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.42" 7LINUX_VERSION ?= "4.1.43"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "f905fdd5da150ea809f847f00f3476220606c0ff" 12SRCREV_machine ?= "782133d8166ac71ef1ffaba58b7cf81ec9e532a1"
13SRCREV_meta ?= "9f9c9a66ef3452343586adf150137967e955d71a" 13SRCREV_meta ?= "9f9c9a66ef3452343586adf150137967e955d71a"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"