X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fconfigs%2Flocal-stx.conf;h=4adac67dc4d12d5e07c07d3528a3757579daf05d;hb=a04add752a82a798b7edf37dbde5759b61ca1167;hp=605c098769dcc6292a3fadd55bf834354622b1d2;hpb=26900707d521452bfb04562ae8bc49f452cf39ef;p=pti%2Frtp.git diff --git a/scripts/configs/local-stx.conf b/scripts/configs/local-stx.conf index 605c098..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 \ @@ -13,9 +13,20 @@ EXTRA_IMAGE_FEATURES = " \ package-management \ " +IMAGE_INSTALL_append = " \ + kernel-devsrc \ +" + # For anaconda installer 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 = ""