]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto-dev: update PV to v4.19
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 17 Oct 2018 13:38:55 +0000 (09:38 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2018 09:38:57 +0000 (10:38 +0100)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-dev.bb

index 8c9e4198d97c347293a4a6b1e20415d723ece13a..23cb355b5ce78c4110dbb8e6d684943577f14c45 100644 (file)
@@ -30,7 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name
 SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
 
-LINUX_VERSION ?= "4.18-rc+"
+LINUX_VERSION ?= "4.19-rc+"
 LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
 PV = "${LINUX_VERSION}+git${SRCPV}"