diff options
author | 2018-09-07 15:38:53 +0100 | |
---|---|---|
committer | 2018-09-11 15:50:33 +0100 | |
commit | 2d40b000021bc8a9ef7f329ed0ad410f8d227b97 (patch) | |
tree | 536da98339c060c877c4a16be9d4b3edf74a23e8 | |
parent | c7330ac5e4e4e9e4ed97b8dffb59b14cbc460e5f (diff) | |
download | meta-raspberrypi-sumo.tar.gz meta-raspberrypi-sumo.tar.bz2 meta-raspberrypi-sumo.zip |
rpi-base.inc: Build rpi-poe dtb overlaysumo
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 2af1588..539d1bc 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -29,6 +29,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/pitft35-resistive.dtbo \ overlays/pps-gpio.dtbo \ overlays/rpi-ft5406.dtbo \ + overlays/rpi-poe.dtbo \ overlays/w1-gpio.dtbo \ overlays/w1-gpio-pullup.dtbo \ overlays/pi3-disable-bt.dtbo \ |