X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=templates%2Fmachine%2Fraspberrypi2%2F50_local.conf.inc;h=6c74f8203bb4560f9ce866b0763287e957191e8a;hb=14eef4fcbe87a18e946015202deb4859be9b5293;hp=5543e846542a5ab5a5f060d51e5991e5e70d359a;hpb=2d5266b3503f25ed1bfc947b38acaf021f44d896;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc index 5543e8465..6c74f8203 100644 --- a/templates/machine/raspberrypi2/50_local.conf.inc +++ b/templates/machine/raspberrypi2/50_local.conf.inc @@ -33,6 +33,7 @@ IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'image_type # normal image is rpi-sdimg, for sota it is rpi-sdimg-ota #IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'rpi-sdimg-ota', 'rpi-sdimg', d)}" ### both rpi-sdimg and rpi-sdimg-ota broken +IMAGE_FSTYPES += "ext4.xz ext4.bmap tar.xz" KERNEL_IMAGETYPE_sota = "uImage" PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot"