summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_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-rt_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-rt_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index 1f73f0c75f..fe1b0fcb84 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -11,13 +11,13 @@ python () {
11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "1af95315c6ab3672c8c7191873ef041a6c29ad70" 14SRCREV_machine ?= "1e691db7af642fff0222a1f1d1e9043c172699d5"
15SRCREV_meta ?= "d6733af2080f8c0775569adc0826eb0c8954fc5e" 15SRCREV_meta ?= "804d2b3164ec25ed519fd695de9aa0908460c92e"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "4.4.60" 20LINUX_VERSION ?= "4.4.87"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23