Bump gpu_mem_1024 to 640 to inrease gpu memory for apps
[AGL/meta-agl.git] / templates / machine / raspberrypi3 / 50_local.conf.inc
index 6b15a94..b09eea1 100644 (file)
@@ -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"