X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fbuild_inf.sh;h=acc529cb2aa4b82aac71e194719eae461ce22f5b;hb=ac1144f4fd1f84d2892e9e74f3b309dc1126a857;hp=2a5437a554950f8ad1adc36f4ea0661c86e1896c;hpb=7fe195f147baddaa92e2600c9821beb8d021f406;p=pti%2Frtp.git diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 2a5437a..acc529c 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -382,6 +382,7 @@ add_configs_stx_build () { if [ "${RM_WORK}" == "Yes" ]; then echo "INHERIT += 'rm_work'" | tee -a conf/local.conf + echo "RM_WORK_EXCLUDE += '${IMG_STX}'" | tee -a conf/local.conf fi @@ -462,6 +463,7 @@ add_configs_anaconda_build () { if [ "${RM_WORK}" == "Yes" ]; then echo "INHERIT += 'rm_work'" | tee -a conf/local.conf + echo "RM_WORK_EXCLUDE += '${IMG_ANACONDA}'" | tee -a conf/local.conf fi if [ "${EXTRA_CONF}" != "" ] && [ -f "${EXTRA_CONF}" ]; then