]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto: update LINUX_VERSION to -rc5
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 8 Sep 2016 18:48:35 +0000 (14:48 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2016 10:52:09 +0000 (11:52 +0100)
The SRCREVs were previously updated to -rc5, but the LINUX_VERSION
was missed. As such, we are building and booting -rc5, but all the
packaging says -rc4.

Worth a quick update while we wait for -rc6

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
meta/recipes-kernel/linux/linux-yocto_4.8.bb

index 84699ef7090862aa3585ff5d33e45757a993584b..ff726815d2a3ca4f6e6f72d10f9dacc1a80627fb 100644 (file)
@@ -17,7 +17,7 @@ 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-rc4"
+LINUX_VERSION ?= "4.8-rc5"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
index 58d3fea6c95dec2900821db5b0bfbb8a98bc2ef8..6f62d22aa4c54c9eb75fee2acc993b384a384fd5 100644 (file)
@@ -4,7 +4,7 @@ KCONFIG_MODE = "--allnoconfig"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-LINUX_VERSION ?= "4.8-rc4"
+LINUX_VERSION ?= "4.8-rc5"
 
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
index d6837d8a1827aed1dbdfbbd03c9290157d254643..b0e2a76737457dfdf961c1e55c98f8081d3810a1 100644 (file)
@@ -24,7 +24,7 @@ SRCREV_meta ?= "25fb74eaaef249519f25e243e7f9bf0cab0e1781"
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}"
 
-LINUX_VERSION ?= "4.8-rc4"
+LINUX_VERSION ?= "4.8-rc5"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"