summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-06-09 21:55:28 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-06-09 21:55:28 +0000
commit50a2eecc8e61647a2a5142a154232fe87fdd37f9 (patch)
treeb7784813fdd658322504fd89cb4163f4d34db302 /meta-agl-bsp/conf/include/agl_raspberrypi3.inc
parentdf96ae5d6ac1039a228026f76e93a6499d61762a (diff)
parentccb667c35ffdea7a2bc1304750e6b22368cd55f7 (diff)
Merge "Fix rpi touchscreen support on master"
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_raspberrypi3.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_raspberrypi3.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
index 298cacd56..2e5f6fc01 100644
--- a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
+++ b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
@@ -25,6 +25,14 @@ IMAGE_FEATURES_remove = "splash"
# Build updatable image. Only takes effect when sota.bbclass is inherited
DISTRO_FEATURES_append = " sota"
+# Add overlays for 7inch touch
+# https://github.com/k-quigley/linux/commits/rpi-4.14.y
+RPI_KERNEL_DEVICETREE_OVERLAYS_append = "\
+ overlays/rpi-backlight.dtbo \
+ overlays/rpi-7inch.dtbo \
+"
+
+
# Create WIC images to write to SD cards.
WKS_FILE = "sdimage-raspberrypi.wks"
AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"