mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
recipes-kernel: linux: Bump to lastest upstream tag
This commit is contained in:
parent
2e847797ef
commit
a16f107a3e
|
@ -4,15 +4,15 @@
|
|||
inherit kernel
|
||||
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 \
|
||||
file://defconfig"
|
||||
|
||||
SRCREV = "b8acf73194186a5cba86812eb4ba17b897f0e13e"
|
||||
SRCREV = "e954104e2b634b42811dad8d502cbf240f206df2"
|
||||
# Override this variable in order to don't pass --noallconfig to configme,
|
||||
# which restarts configuration from scratch most of the time
|
||||
KCONFIG_MODE = " "
|
||||
LINUX_VERSION = "3.21"
|
||||
LINUX_VERSION = "4.1"
|
||||
# Override local version in order to use the one generated by linux build system
|
||||
# And not "yocto-standard"
|
||||
LINUX_VERSION_EXTENSION = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user