summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-09-21 16:14:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-10 17:27:39 +0100
commitec31268aea86f1f4ee4927b32b8c6c044dbbffc8 (patch)
treed1def9ccfe86718f6e7781020bb158cac36de40f /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parent0582ea3d8ec5e0e847b2444894cbad005be6c481 (diff)
downloadpoky-ec31268aea86f1f4ee4927b32b8c6c044dbbffc8.tar.gz
linux-yocto/4.4: update to 4.4.87 plus bluetooth: CVE-2017-1000251
(From OE-Core rev: aadd6461cfd2d296df79efc253b7edbbe80f40f0) 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.4.bb')
-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 04f719c5d0..50b9a56a00 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.60" 7LINUX_VERSION ?= "4.4.87"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "0298d3765a5c474ff5776284d49111276510d4b4" 12SRCREV_machine ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
13SRCREV_meta ?= "d6733af2080f8c0775569adc0826eb0c8954fc5e" 13SRCREV_meta ?= "804d2b3164ec25ed519fd695de9aa0908460c92e"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16