recipes-kernel: Switch linux-next to 3.19 with lastest upstream tag

This commit is contained in:
Romain Perier 2014-10-09 11:50:27 +00:00
parent 5b8152d085
commit ebad16febf

View File

@ -4,11 +4,11 @@
inherit kernel
require recipes-kernel/linux/linux-yocto.inc
TAG = "next-20140917"
TAG = "next-20141009"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;tag=${TAG} \
file://defconfig"
LINUX_VERSION = "3.18"
LINUX_VERSION = "3.19"
LINUX_VERSION_EXTENSION = "${TAG}"
PR = "r1"
PV = "${LINUX_VERSION}+git-${TAG}"