recipes-kernel: linux: Bump to lastest upstream tag

This commit is contained in:
Romain Perier 2015-04-01 16:19:44 +00:00
parent 2e847797ef
commit a16f107a3e

View File

@ -4,15 +4,15 @@
inherit kernel inherit kernel
require recipes-kernel/linux/linux-yocto.inc require recipes-kernel/linux/linux-yocto.inc
TAG = "next-20150213" TAG = "next-20150401"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;nobranch=1 \ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;nobranch=1 \
file://defconfig" file://defconfig"
SRCREV = "b8acf73194186a5cba86812eb4ba17b897f0e13e" SRCREV = "e954104e2b634b42811dad8d502cbf240f206df2"
# Override this variable in order to don't pass --noallconfig to configme, # Override this variable in order to don't pass --noallconfig to configme,
# which restarts configuration from scratch most of the time # which restarts configuration from scratch most of the time
KCONFIG_MODE = " " KCONFIG_MODE = " "
LINUX_VERSION = "3.21" LINUX_VERSION = "4.1"
# Override local version in order to use the one generated by linux build system # Override local version in order to use the one generated by linux build system
# And not "yocto-standard" # And not "yocto-standard"
LINUX_VERSION_EXTENSION = "" LINUX_VERSION_EXTENSION = ""