diff options
author | Herve Jourdain <herve.jourdain@neuf.fr> | 2016-07-21 20:32:07 +0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-09-21 16:51:11 +0100 |
commit | 0035bc8d80dbd0b6163a5b15c29bea778ac46f58 (patch) | |
tree | 3e37c5036ebf48896bbdacc812ecf7bdeee7ce72 | |
parent | 6e535ddabb93d05e2c41e35da504d373f8b230aa (diff) | |
download | meta-raspberrypi-0035bc8d80dbd0b6163a5b15c29bea778ac46f58.tar.gz |
rpi-base.inc: add vc4-kms-v3d to the overlays to support vc4graphics
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
-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 47eb23b..aabc131 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -37,6 +37,7 @@ KERNEL_DEVICETREE ?= " \ | |||
37 | overlays/w1-gpio.dtbo \ | 37 | overlays/w1-gpio.dtbo \ |
38 | overlays/w1-gpio-pullup.dtbo \ | 38 | overlays/w1-gpio-pullup.dtbo \ |
39 | overlays/pi3-miniuart-bt.dtbo \ | 39 | overlays/pi3-miniuart-bt.dtbo \ |
40 | overlays/vc4-kms-v3d.dtbo \ | ||
40 | " | 41 | " |
41 | KERNEL_IMAGETYPE ?= "Image" | 42 | KERNEL_IMAGETYPE ?= "Image" |
42 | 43 | ||