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>
This commit is contained in:
Alex J Lennon
2015-08-11 13:30:22 +01:00
committed by Andrei Gherzan
parent 20c8e6a5bc
commit 10a5bace87
2 changed files with 17 additions and 14 deletions

View File

@@ -23,18 +23,16 @@ KERNEL_DEVICETREE ?= " \
bcm2708-rpi-b-plus.dtb \
bcm2709-rpi-2-b.dtb \
\
ds1307-rtc-overlay.dtb \
hifiberry-amp-overlay.dtb \
hifiberry-dac-overlay.dtb \
hifiberry-dacplus-overlay.dtb \
hifiberry-digi-overlay.dtb \
iqaudio-dac-overlay.dtb \
iqaudio-dacplus-overlay.dtb \
lirc-rpi-overlay.dtb \
pcf8523-rtc-overlay.dtb \
pps-gpio-overlay.dtb \
w1-gpio-overlay.dtb \
w1-gpio-pullup-overlay.dtb \
overlays/hifiberry-amp-overlay.dtb \
overlays/hifiberry-dac-overlay.dtb \
overlays/hifiberry-dacplus-overlay.dtb \
overlays/hifiberry-digi-overlay.dtb \
overlays/iqaudio-dac-overlay.dtb \
overlays/iqaudio-dacplus-overlay.dtb \
overlays/lirc-rpi-overlay.dtb \
overlays/pps-gpio-overlay.dtb \
overlays/w1-gpio-overlay.dtb \
overlays/w1-gpio-pullup-overlay.dtb \
"
KERNEL_IMAGETYPE ?= "Image"