X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fconf%2Finclude%2Fagl_raspberrypi3.inc;h=2e5f6fc013b65bc061cdeb16514e50b9206076e6;hb=423c581aac45ffef9d432662c543314884ca4df6;hp=298cacd56332aa6f42d5e52f9431b92514c1cc70;hpb=2e3bd87950bd010eb9ce0ca9677a4a3e928a0002;p=AGL%2Fmeta-agl.git 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"