X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fconfigs%2Flocal-stx.conf;h=4adac67dc4d12d5e07c07d3528a3757579daf05d;hb=c8957ae60f5c3f14bc912701a71be97e29d3ea46;hp=c006ce9f563e0384a830bddae11d062d8ca6a4f0;hpb=0d1338cd5cebcc03ca159de1090ce31cec663a22;p=pti%2Frtp.git diff --git a/scripts/configs/local-stx.conf b/scripts/configs/local-stx.conf index c006ce9..4adac67 100644 --- a/scripts/configs/local-stx.conf +++ b/scripts/configs/local-stx.conf @@ -21,8 +21,12 @@ IMAGE_INSTALL_append = " \ DISTRO_FEATURES_append = " anaconda-support" # For images -IMAGE_FSTYPES += " tar.bz2 live" -LABELS_LIVE = "install" +IMAGE_FSTYPES += " tar.bz2" + +# Workaround for mkfs.ext4 failure on ORAN jjb: +# - skip 'ext4' image creatation +# - skip 'live' and 'wic' as well since they depend on 'ext4' +IMAGE_FSTYPES_remove = "live ext4 wic" # Workaround for ceph: avoid parallel make to limit mem usage PARALLEL_MAKE_pn-ceph = ""