X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fconf%2Finclude%2Fagl_raspberrypi3.inc;fp=meta-agl-bsp%2Fconf%2Finclude%2Fagl_raspberrypi3.inc;h=2cd9ec2a9bdf8bf37d82939d11bf26d02f474a7c;hb=84a229c05b5ff760fe64f74cb3c4f71e6c5b8188;hp=88565fd5abec9d8a0971f3f1e8a0cfd213fc2ac2;hpb=db2fae4724880a43e5942bf770bc8e6e200012b4;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc index 88565fd5a..2cd9ec2a9 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc @@ -33,3 +33,8 @@ IMAGE_FEATURES_remove = "splash" # Build updatable image. Only takes effect when sota.bbclass is inherited DISTRO_FEATURES_append = " sota" +# Add the custom rpi-sdimg output format +AGL_EXTRA_IMAGE_FSTYPES_append = " rpi-sdimg.xz" + +# Use the AGL default ext4.xz to generate the rpi-sdimg +SDIMG_ROOTFS_TYPE = "ext4.xz"