mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
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:
committed by
Andrei Gherzan
parent
0c41915260
commit
ea6dc59cd7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user