diff options
| -rw-r--r-- | conf/machine/include/rpi-base.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 9f20663..e069e70 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
| @@ -13,12 +13,13 @@ XSERVER = " \ | |||
| 13 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ | 13 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | # Really supported starting from linux-raspberrypi 3.18.y only | ||
| 17 | KERNEL_DEVICETREE ?= " \ | 16 | KERNEL_DEVICETREE ?= " \ |
| 18 | bcm2708-rpi-b.dtb \ | 17 | bcm2708-rpi-b.dtb \ |
| 19 | bcm2708-rpi-b-plus.dtb \ | 18 | bcm2708-rpi-b-plus.dtb \ |
| 20 | bcm2709-rpi-2-b.dtb \ | 19 | bcm2709-rpi-2-b.dtb \ |
| 21 | bcm2710-rpi-3-b.dtb \ | 20 | bcm2710-rpi-3-b.dtb \ |
| 21 | bcm2708-rpi-cm.dtb \ | ||
| 22 | bcm2710-rpi-cm3.dtb \ | ||
| 22 | \ | 23 | \ |
| 23 | overlays/hifiberry-amp.dtbo \ | 24 | overlays/hifiberry-amp.dtbo \ |
| 24 | overlays/hifiberry-dac.dtbo \ | 25 | overlays/hifiberry-dac.dtbo \ |
