X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fmachine%2Fraspberrypi3%2F50_local.conf.inc;h=b09eea13d13ba5869864ae0cef65f545e7f5e0c9;hb=refs%2Fchanges%2F73%2F8073%2F2;hp=6b15a94a8e338fb65138e0bdc2eb8527189397b2;hpb=dbb328eae32146e41b6e430d8d77c88bb9507ae0;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index 6b15a94a8..b09eea13d 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -1,6 +1,12 @@ MACHINE = "raspberrypi3" -GPU_MEM = "128" +#GPU_MEM = "512" +# Increase GPU_MEM for AGL apps (navi/poi) +GPU_MEM = "640" + +ENABLE_CMA = "1" +CMA_LWM = "16" +CMA_HWM = "32" CORE_IMAGE_EXTRA_INSTALL += "wayland weston" @@ -29,4 +35,7 @@ PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" # For libomxil #LICENSE_FLAGS_WHITELIST = "commercial" -IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware " \ No newline at end of file +IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware " + +# Psplash causes crash on first boot on RPi +IMAGE_FEATURES_remove = "splash"