diff options
author | Orne Brocaar <info@brocaar.com> | 2020-03-28 10:55:05 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-03-31 11:59:00 +0100 |
commit | 0e05098853eea77032bff9cf81955679edd2f35d (patch) | |
tree | 18363d6965642424801492ec2c5bc81ee4174cc8 | |
parent | d17588fe8673b794b589335a753f4c1c90e12f88 (diff) | |
download | meta-raspberrypi-zeus.tar.gz |
rpi-base.conf: add disable-bt.dtbo and miniuart-bt.dtbo overlays.zeus
Closes #602.
Signed-off-by: Orne Brocaar <info@brocaar.com>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 36a8daf..2a38cfd 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -16,6 +16,7 @@ XSERVER = " \ | |||
16 | 16 | ||
17 | RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ | 17 | RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ |
18 | overlays/at86rf233.dtbo \ | 18 | overlays/at86rf233.dtbo \ |
19 | overlays/disable-bt.dtbo \ | ||
19 | overlays/dwc2.dtbo \ | 20 | overlays/dwc2.dtbo \ |
20 | overlays/gpio-key.dtbo \ | 21 | overlays/gpio-key.dtbo \ |
21 | overlays/hifiberry-amp.dtbo \ | 22 | overlays/hifiberry-amp.dtbo \ |
@@ -25,6 +26,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ | |||
25 | overlays/i2c-rtc.dtbo \ | 26 | overlays/i2c-rtc.dtbo \ |
26 | overlays/iqaudio-dac.dtbo \ | 27 | overlays/iqaudio-dac.dtbo \ |
27 | overlays/iqaudio-dacplus.dtbo \ | 28 | overlays/iqaudio-dacplus.dtbo \ |
29 | overlays/miniuart-bt.dtbo \ | ||
28 | overlays/mcp2515-can0.dtbo \ | 30 | overlays/mcp2515-can0.dtbo \ |
29 | overlays/pi3-disable-bt.dtbo \ | 31 | overlays/pi3-disable-bt.dtbo \ |
30 | overlays/pi3-miniuart-bt.dtbo \ | 32 | overlays/pi3-miniuart-bt.dtbo \ |