Files
meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_3.18.bb
Alex J Lennon 10a5bace87 linux-raspberrypi: Update kernel to 3.18.16
This requires some changes to KERNEL_DEVICETREE as the dtb
layout has changed to support overlays. This change also
makes us ready to support kernel 4.x series

Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-10-21 14:44:26 +02:00

12 lines
334 B
BlitzBasic

LINUX_VERSION ?= "3.18.16"
SRCREV = "1bb18c8f721ef674a447f3622273f2e2de7a205c"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y"
require linux-raspberrypi.inc
# Create missing out of tree 'overlays' directory prior to install step
do_compile_prepend() {
mkdir -p ${B}/arch/arm/boot/dts/overlays
}