X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fmachine%2Fraspberrypi3%2F50_local.conf.inc;h=dcaf5e9d47490ab843c27726da70e7cb9b5a1604;hb=refs%2Fchanges%2F68%2F22468%2F1;hp=70c0752e75d7fbe8bba8284fa382a04496c7b2d4;hpb=ee17d3641ef3ad47da90d683a4ca379613c32c40;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index 70c0752e7..dcaf5e9d4 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -1,35 +1,7 @@ MACHINE = "raspberrypi3" +#see meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi3.inc +require conf/include/agl_raspberrypi3.inc -GPU_MEM = "128" - -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 = " 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" -IMAGE_FSTYPES_remove_sota = "rpi-sdimg" - -KERNEL_DEVICETREE_append = " overlays/vc4-kms-v3d-overlay.dtb" -KERNEL_IMAGETYPE_sota = "uImage" -PREFERRED_VERSION_linux-raspberrypi = "4.4.%" -PREFERRED_VERSION_mesa = "11.%" - -PREFERRED_PROVIDER_virtual/egl = "mesa" -PREFERRED_PROVIDER_virtual/libgles2 = "mesa" -PREFERRED_PROVIDER_virtual/libgl = "mesa" -PREFERRED_PROVIDER_virtual/mesa = "mesa" -PREFERRED_PROVIDER_jpeg = "jpeg" - -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" +# Set appropriate version of Mesa for Raspberry Pi 3 and +# ignore the newer version with has been added for Raspberry Pi 4 +PREFERRED_VERSION_mesa_raspberrypi3 = "18.1%"