diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-30 21:34:20 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-03 11:39:47 +0100 |
commit | b5f59d58ec658af7477664cb13458b496a55a618 (patch) | |
tree | 97de43107561bf6fe48370517fb78abe70234914 /meta/recipes-kernel/linux/linux-yocto-dev.bb | |
parent | 46f842039422aa35f62b03f11b648c02980ea1b1 (diff) | |
download | openembedded-core-b5f59d58ec658af7477664cb13458b496a55a618.tar.gz openembedded-core-b5f59d58ec658af7477664cb13458b496a55a618.tar.bz2 openembedded-core-b5f59d58ec658af7477664cb13458b496a55a618.zip |
linux-yocto-dev: introduce 4.1-rc development kernel
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-dev.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index ba88fd7dc3..588a89f641 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb @@ -35,7 +35,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${K 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 ?= "3.19+" +LINUX_VERSION ?= "4.1-rc+" LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" PV = "${LINUX_VERSION}+git${SRCPV}" |