Pin linux-ti-staging for chinook 3.0.2
[AGL/meta-agl.git] / templates / machine / raspberrypi3 / 50_local.conf.inc
index 5309411..9ec236f 100644 (file)
@@ -1,6 +1,10 @@
 MACHINE = "raspberrypi3"
 
-GPU_MEM = "128"
+GPU_MEM = "512"
+
+ENABLE_CMA = "1"
+CMA_LWM = "16"
+CMA_HWM = "32"
 
 CORE_IMAGE_EXTRA_INSTALL += "wayland weston"
 
@@ -28,3 +32,8 @@ UBOOT_MACHINE_sota = "rpi_3_32b_defconfig"
 PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot"
 # For libomxil
 #LICENSE_FLAGS_WHITELIST = "commercial"
+
+IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware "
+
+# Psplash causes crash on first boot on RPi
+IMAGE_FEATURES_remove = "splash"