diff options
author | Alex J Lennon <ajlennon@dynamicdevices.co.uk> | 2015-08-11 13:30:22 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-21 14:44:26 +0200 |
commit | 10a5bace87c19e50014f838031e8f3db334b45b7 (patch) | |
tree | 081c0838165e22ba49e657d348b28475a1d1c88a /conf/machine | |
parent | 20c8e6a5bce17fba97af7365d8bdf04e5c7b17b9 (diff) | |
download | meta-raspberrypi-10a5bace87c19e50014f838031e8f3db334b45b7.tar.gz |
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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/rpi-base.inc | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 1dda207..8caa5ba 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -23,18 +23,16 @@ KERNEL_DEVICETREE ?= " \ | |||
23 | bcm2708-rpi-b-plus.dtb \ | 23 | bcm2708-rpi-b-plus.dtb \ |
24 | bcm2709-rpi-2-b.dtb \ | 24 | bcm2709-rpi-2-b.dtb \ |
25 | \ | 25 | \ |
26 | ds1307-rtc-overlay.dtb \ | 26 | overlays/hifiberry-amp-overlay.dtb \ |
27 | hifiberry-amp-overlay.dtb \ | 27 | overlays/hifiberry-dac-overlay.dtb \ |
28 | hifiberry-dac-overlay.dtb \ | 28 | overlays/hifiberry-dacplus-overlay.dtb \ |
29 | hifiberry-dacplus-overlay.dtb \ | 29 | overlays/hifiberry-digi-overlay.dtb \ |
30 | hifiberry-digi-overlay.dtb \ | 30 | overlays/iqaudio-dac-overlay.dtb \ |
31 | iqaudio-dac-overlay.dtb \ | 31 | overlays/iqaudio-dacplus-overlay.dtb \ |
32 | iqaudio-dacplus-overlay.dtb \ | 32 | overlays/lirc-rpi-overlay.dtb \ |
33 | lirc-rpi-overlay.dtb \ | 33 | overlays/pps-gpio-overlay.dtb \ |
34 | pcf8523-rtc-overlay.dtb \ | 34 | overlays/w1-gpio-overlay.dtb \ |
35 | pps-gpio-overlay.dtb \ | 35 | overlays/w1-gpio-pullup-overlay.dtb \ |
36 | w1-gpio-overlay.dtb \ | ||
37 | w1-gpio-pullup-overlay.dtb \ | ||
38 | " | 36 | " |
39 | KERNEL_IMAGETYPE ?= "Image" | 37 | KERNEL_IMAGETYPE ?= "Image" |
40 | 38 | ||