diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-16 10:46:45 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 20:53:18 +0100 |
commit | c768a3d1aed8d16d08afe12fddb359914e0a203a (patch) | |
tree | 87ad0525c2ba8778f4a678bdf3be4e1334bb038a | |
parent | 9d418db5ed2962821987ac90c07c3a61e40c0814 (diff) | |
download | meta-raspberrypi-c768a3d1aed8d16d08afe12fddb359914e0a203a.tar.gz |
linux-raspberrypi_dev: Fix build on rpi3 64bit
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.10.0-rc8" | 3 | LINUX_VERSION ?= "4.10.0-rc8" |
4 | 4 | ||
5 | SRCREV = "9aa91f43583fdb07306f962e6ee6797fba1cc62d" | 5 | SRCREV = "9aa91f43583fdb07306f962e6ee6797fba1cc62d" |
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ | 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ |
7 | file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \ | ||
7 | " | 8 | " |
8 | require linux-raspberrypi.inc | 9 | require linux-raspberrypi.inc |