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=c41f2eba92c13518bd9858dbbfce7e59924e28c1;hpb=0377c706445b67ec5b7d7bf75df6f41056a89e3a;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index c41f2eba9..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" @@ -31,3 +37,5 @@ PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware " +# Psplash causes crash on first boot on RPi +IMAGE_FEATURES_remove = "splash"