X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fmachine%2Fraspberrypi2%2F50_local.conf.inc;h=5b75257f081d6a6c71cdf70c26fda133f18f30f2;hb=c1ddae6f941c580917c06fbdba34651d5be16099;hp=4827a760e252280e83962f41b456a86e57a8ebb3;hpb=a2dcdc074852955d6c73f56359254cb74ea7faa4;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc index 4827a760e..5b75257f0 100644 --- a/templates/machine/raspberrypi2/50_local.conf.inc +++ b/templates/machine/raspberrypi2/50_local.conf.inc @@ -6,7 +6,15 @@ 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.%" @@ -16,5 +24,7 @@ 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"