From c768a3d1aed8d16d08afe12fddb359914e0a203a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 16 Feb 2017 10:46:45 -0800 Subject: [PATCH] linux-raspberrypi_dev: Fix build on rpi3 64bit Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb index 2a5b692..bec0d23 100644 --- a/recipes-kernel/linux/linux-raspberrypi_dev.bb +++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb @@ -1,8 +1,9 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" LINUX_VERSION ?= "4.10.0-rc8" SRCREV = "9aa91f43583fdb07306f962e6ee6797fba1cc62d" SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ + file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \ " require linux-raspberrypi.inc