X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=templates%2Fmachine%2Fraspberrypi3%2F50_local.conf.inc;h=b09eea13d13ba5869864ae0cef65f545e7f5e0c9;hb=refs%2Fchanges%2F73%2F8073%2F2;hp=46688693854fd64d35f74e5fab49cbd09c712227;hpb=202d801eb83c456ee44a15ccf6142e7d23a80cbc;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index 466886938..b09eea13d 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -1,13 +1,19 @@ 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" MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2" IMAGE_CLASSES += "sdcard_image-rpi-gdp" IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg" -IMAGE_CLASSES_append_sota = " sdcard_image-rpi-ota" +IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-rpi-ota" IMAGE_CLASSES_remove_sota = " sdcard_image-rpi-gdp" IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'rpi-sdimg-ota ', '', d)}" IMAGE_FSTYPES_remove_sota = "rpi-sdimg" @@ -28,3 +34,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"