X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fconf%2Finclude%2Fagl_raspberrypi2.inc;h=5de54be632cc6971856dc013da8f9c9353d3091e;hb=019c73818e94f79d75f2bc5893fd57a3d011e24a;hp=88565fd5abec9d8a0971f3f1e8a0cfd213fc2ac2;hpb=e46f5db0ed37fe912ed2f97e27280e8c681e547b;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi2.inc b/meta-agl-bsp/conf/include/agl_raspberrypi2.inc index 88565fd5a..5de54be63 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi2.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi2.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 = " rpi-sdimg.xz" + +# Use the AGL default ext4.xz to generate the rpi-sdimg +SDIMG_ROOTFS_TYPE = "ext4.xz"