aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-09-12 10:27:41 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-14 22:20:04 +0100
commited5ac04aa3bf10b9bf5047012d67a38f5ff89cef (patch)
tree7923f3107d4f90e6d1165c632d02cc8de0a7d9dc /meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
parent74d9c5eb858bfe1dd16826b74be3af71bb1956d9 (diff)
downloadopenembedded-core-contrib-ed5ac04aa3bf10b9bf5047012d67a38f5ff89cef.tar.gz
linux-yocto/4.8: update to v4.8-rc6
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
index ff726815d2..10dd349eb0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "9e7ee5155e3466824abe94eebb641c63ab5cd5f2"
+SRCREV_machine ?= "e6e0dea72e605a070373bd52c6c2637202ce4b38"
SRCREV_meta ?= "25fb74eaaef249519f25e243e7f9bf0cab0e1781"
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-rc5"
+LINUX_VERSION ?= "4.8-rc6"
PV = "${LINUX_VERSION}+git${SRCPV}"