X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fconfigs%2Flocal-stx.conf;h=ef61cf3d2269cf4714e2fa6e19ba5030f9470a40;hb=a7b4cfae61500070bd58725470e341ce27cb2948;hp=44cb5aa1033ca055c774beeeb1a7b4b5098fb42a;hpb=80441e08b0bddb194312ba5da2100d019270b932;p=pti%2Frtp.git diff --git a/scripts/configs/local-stx.conf b/scripts/configs/local-stx.conf index 44cb5aa..ef61cf3 100644 --- a/scripts/configs/local-stx.conf +++ b/scripts/configs/local-stx.conf @@ -2,9 +2,9 @@ # Configs for StarlingX # ######################### -DISTRO = "poky-stx" +DISTRO = "poky-stx-oran" MACHINE = "@BSP@" -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" +PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" EXTRA_IMAGE_FEATURES = " \ debug-tweaks \ @@ -13,13 +13,39 @@ EXTRA_IMAGE_FEATURES = " \ package-management \ " +EXTRA_ODU_PKGS = " \ + binutils-dev \ + cmake \ + elfutils \ + elfutils-binutils \ + elfutils-dev \ + libaio-dev \ + libhugetlbfs \ + libhugetlbfs-dev \ + lksctp-tools \ + lksctp-tools-dev \ + lksctp-tools-utils \ + lksctp-tools-withsctp \ + nano \ + numactl \ + numactl-dev \ +" + IMAGE_INSTALL_append = " \ kernel-devsrc \ + ${EXTRA_ODU_PKGS} \ " # 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 = ""