X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fconfigs%2Flocal-stx.conf;h=4adac67dc4d12d5e07c07d3528a3757579daf05d;hb=refs%2Fchanges%2F24%2F4224%2F1;hp=44cb5aa1033ca055c774beeeb1a7b4b5098fb42a;hpb=80441e08b0bddb194312ba5da2100d019270b932;p=pti%2Frtp.git diff --git a/scripts/configs/local-stx.conf b/scripts/configs/local-stx.conf index 44cb5aa..4adac67 100644 --- a/scripts/configs/local-stx.conf +++ b/scripts/configs/local-stx.conf @@ -4,7 +4,7 @@ DISTRO = "poky-stx" MACHINE = "@BSP@" -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" +PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" EXTRA_IMAGE_FEATURES = " \ debug-tweaks \ @@ -21,5 +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 = ""