linux-yocto-rt/4.9: update to 4.9.113

(From OE-Core rev: b8f70fa45322acc63c8fafa378cdc4cc62d2720d)

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Armin Kuster
2018-08-06 08:06:16 -07:00
committed by Richard Purdie
parent 041c5de9cb
commit c52af8e03b

View File

@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "90d1ffa36cbd36722638c97c1bb46a5874dbe28e"
SRCREV_meta ?= "0774eacea2a7d3a150594533b8c80d0c0bfdfded"
SRCREV_machine ?= "3ba839d695fd3681e6920373fc260a2a3f812b8f"
SRCREV_meta ?= "5e993963afb54bdc82a02077c29ecdbc0b12368e"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
LINUX_VERSION ?= "4.9.82"
LINUX_VERSION ?= "4.9.113"
PV = "${LINUX_VERSION}+git${SRCPV}"