1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-26 07:07:08 +00:00

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>
This commit is contained in:
Armin Kuster
2017-09-21 16:14:13 -07:00
committed by Richard Purdie
parent 0582ea3d8e
commit ec31268aea
3 changed files with 16 additions and 16 deletions
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "1af95315c6ab3672c8c7191873ef041a6c29ad70"
SRCREV_meta ?= "d6733af2080f8c0775569adc0826eb0c8954fc5e"
SRCREV_machine ?= "1e691db7af642fff0222a1f1d1e9043c172699d5"
SRCREV_meta ?= "804d2b3164ec25ed519fd695de9aa0908460c92e"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
LINUX_VERSION ?= "4.4.60"
LINUX_VERSION ?= "4.4.87"
PV = "${LINUX_VERSION}+git${SRCPV}"