linux-yocto/4.8: update to 4.8 -final release

(From OE-Core rev: 7b3ae4631e2c68926b254d0d26608636a492b952)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2016-10-03 01:54:35 -04:00
committed by Richard Purdie
parent 5ffef794c4
commit f154229cb2
3 changed files with 16 additions and 16 deletions

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 ?= "5e21764783494fe8cafa9a107775040d54a4d4d1"
SRCREV_meta ?= "ab82ea0e92a1726d5135e2d7541acb958a74b6e5"
SRCREV_machine ?= "cd97b2cf4bc73316204a5148d2b0f5fc5d2ecc19"
SRCREV_meta ?= "6128a9e47cd1aeb46b604469c17bff3eba8d5f93"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}"
LINUX_VERSION ?= "4.8-rc8"
LINUX_VERSION ?= "4.8"
PV = "${LINUX_VERSION}+git${SRCPV}"