Warning, /packaging/yocto-meta-kde-demo/dynamic-layers/raspberrypi/recipes-bsp/bootfiles/rpi-config_%.bbappend is written in an unsupported language. File is not indexed.
0001 do_deploy:append:raspberrypi3-64() { 0002 echo "dtoverlay=rpi-ft5406" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt 0003 #echo "dtoverlay=rpi-ft5406,touchscreen-swapped-x-y=1,touchscreen-inverted-x=1" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt 0004 #echo "dtoverlay=pi3-disable-bt" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt 0005 } 0006 do_deploy:append:raspberrypi4() { 0007 # enable multi-screen support 0008 echo "max_framebuffers=2" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt 0009 } 0010 0011 GPU_MEM_1024:raspberrypi3-64 = "256" 0012 0013 # enforce KMS driver for following touchscreen configuration 0014 VC4DTBO = "vc4-kms-v3d" 0015 do_deploy:append:raspberrypi4() { 0016 # enable official 7-inch touchscreen in combination with KMS driver 0017 echo "ignore_lcd=1" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt 0018 echo "dtoverlay=vc4-kms-dsi-7inch" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt 0019 } 0020 0021 # uncomment to enable 0022 # DISPLAY_ROTATE= "1" 0023 # ENABLE_UART = "1"