X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fbuild_inf.sh;h=8074eaa44ad630a134e3e55b007188b75cda13a9;hb=refs%2Fchanges%2F98%2F4398%2F1;hp=8a9a6d5c1d03e9d622b913f131ff5f680306ae83;hpb=adc228d096b8d65f370a76aa0f33b19ae8f8fee1;p=pti%2Frtp.git diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 8a9a6d5..8074eaa 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