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-27 13:29:34 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 10:15:54 +0100
commit55b579daa4e66f9e23cf739aed35a39128ccd370 (patch)
treed90d7f987104d5916600c355e64b95fbf366da53 /meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
parentee590ac736ca2a378605fa1272a1c57a1dbc7a57 (diff)
downloadopenembedded-core-contrib-55b579daa4e66f9e23cf739aed35a39128ccd370.tar.gz
linux-yocto/4.8: update to -rc8
Updating linux-yocto*4.8 to -rc8. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb6
1 files changed, 3 insertions, 3 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 ab5b0bdd1a..8548af71c4 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 ?= "fcd201c964c1092e8cdc39be4ba86fb9248d7aa7"
-SRCREV_meta ?= "a9240b538ce4de29ff1fc7eaf328450c51ab9e80"
+SRCREV_machine ?= "5e21764783494fe8cafa9a107775040d54a4d4d1"
+SRCREV_meta ?= "d0937e67c3c11fd0e6429bd050a86f6c295560e1"
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-rc7"
+LINUX_VERSION ?= "4.8-rc8"
PV = "${LINUX_VERSION}+git${SRCPV}"