summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-02-11 21:34:57 +0100
committerAndrei Gherzan <andrei@resin.io>2015-03-01 00:59:50 +0100
commit6392a639852eebd2386726cc594c214ec0df0f3a (patch)
treec276f7e5854d98af708b47c76cc8661b302a059d
parent1949a0d5ba134036a590a41fd414f3bdd7ecee9e (diff)
downloadmeta-raspberrypi-6392a639852eebd2386726cc594c214ec0df0f3a.tar.gz
rpi-base.inc: Use KERNEL_DEVICETREE by default
We already switched to kernel v3.18 by default so we can activate KERNEL_DEVICETREE by default too. Change-Id: I69612be72f8254d462421112cf851e17a1ef24f8 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/include/rpi-base.inc32
1 files changed, 16 insertions, 16 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index f1c404d..102f9d8 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -18,22 +18,22 @@ XSERVER = " \
18 " 18 "
19 19
20# Really supported starting from linux-raspberrypi 3.18.y only 20# Really supported starting from linux-raspberrypi 3.18.y only
21#KERNEL_DEVICETREE ?= " \ 21KERNEL_DEVICETREE ?= " \
22# bcm2708-rpi-b.dtb \ 22 bcm2708-rpi-b.dtb \
23# bcm2708-rpi-b-plus.dtb \ 23 bcm2708-rpi-b-plus.dtb \
24# ds1307-rtc-overlay.dtb \ 24 ds1307-rtc-overlay.dtb \
25# hifiberry-amp-overlay.dtb \ 25 hifiberry-amp-overlay.dtb \
26# hifiberry-dac-overlay.dtb \ 26 hifiberry-dac-overlay.dtb \
27# hifiberry-dacplus-overlay.dtb \ 27 hifiberry-dacplus-overlay.dtb \
28# hifiberry-digi-overlay.dtb \ 28 hifiberry-digi-overlay.dtb \
29# iqaudio-dac-overlay.dtb \ 29 iqaudio-dac-overlay.dtb \
30# iqaudio-dacplus-overlay.dtb \ 30 iqaudio-dacplus-overlay.dtb \
31# lirc-rpi-overlay.dtb \ 31 lirc-rpi-overlay.dtb \
32# pcf8523-rtc-overlay.dtb \ 32 pcf8523-rtc-overlay.dtb \
33# pps-gpio-overlay.dtb \ 33 pps-gpio-overlay.dtb \
34# w1-gpio-overlay.dtb \ 34 w1-gpio-overlay.dtb \
35# w1-gpio-pullup-overlay.dtb \ 35 w1-gpio-pullup-overlay.dtb \
36# " 36 "
37KERNEL_IMAGETYPE ?= "Image" 37KERNEL_IMAGETYPE ?= "Image"
38 38
39MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 39MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"