linux-raspberrypi-dev: Switch to rpi-4.12.y

Linux v4.12 is now released.

Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
Paul Barker 2017-07-05 13:27:11 +00:00 committed by Andrei Gherzan
parent 16a8384a9a
commit 4cff21e243

View File

@ -7,8 +7,8 @@ python __anonymous() {
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
LINUX_VERSION ?= "4.11"
LINUX_RPI_DEV_BRANCH ?= "rpi-4.11.y"
LINUX_VERSION ?= "4.12"
LINUX_RPI_DEV_BRANCH ?= "rpi-4.12.y"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \