summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-09-21 16:26:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-10 17:27:39 +0100
commita0e04be74645ca1fc74597cc54d0128962d8239e (patch)
treeda0c43c1ecf5e96f1ac029d3e0d2ead3383f0c9b /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
parentec31268aea86f1f4ee4927b32b8c6c044dbbffc8 (diff)
downloadpoky-a0e04be74645ca1fc74597cc54d0128962d8239e.tar.gz
lunux-yocto/4.8: update to 4.8.25 plus bluetooth: CVE-2017-1000251
(From OE-Core rev: fdb9c64f225eaf94c9087dfac52ed6a7779b0744) 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.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
index a0aa085be3..8a855598a2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.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.8.24" 7LINUX_VERSION ?= "4.8.25"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "6a134d2553b9c25ce8acb67b807fe0feb1b01430" 12SRCREV_machine ?= "39c746a1aef2c1a5072ca1ea6742b697478fa465"
13SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07" 13SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16