linux-raspberrypi: Update dev version to 4.14.y

The patch to add dtbo rules to the arm64 Makefile is no longer needed.

Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
Paul Barker
2017-11-30 18:04:26 +00:00
committed by Andrei Gherzan
parent 0c41915260
commit ea6dc59cd7
2 changed files with 2 additions and 32 deletions
@@ -7,12 +7,11 @@ python __anonymous() {
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
LINUX_VERSION ?= "4.13"
LINUX_RPI_DEV_BRANCH ?= "rpi-4.13.y"
LINUX_VERSION ?= "4.14"
LINUX_RPI_DEV_BRANCH ?= "rpi-4.14.y"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \
file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \
"
require linux-raspberrypi.inc