meta-agl-netboot: increase IMAGE_ROOTFS_EXTRA_SPACE
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_raspberrypi3.inc
index 2f700c0..23e71b6 100644 (file)
@@ -1,6 +1,5 @@
-#GPU_MEM = "512"
-# Increase GPU_MEM for AGL apps (navi/poi)
-GPU_MEM = "640"
+# Maximum memory allowed to be assigned
+GPU_MEM = "255"
 
 ENABLE_CMA = "1"
 CMA_LWM = "16"
@@ -31,4 +30,6 @@ IMAGE_INSTALL_append = " kernel-modules linux-firmware "
 # Psplash causes crash on first boot on RPi
 IMAGE_FEATURES_remove = "splash"
 
-include conf/include/local/sota_raspberrypi.inc
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"
+