X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fbuild_inf.sh;h=8a9a6d5c1d03e9d622b913f131ff5f680306ae83;hb=refs%2Fchanges%2F61%2F4261%2F1;hp=91323fb124e734cb25e342553c2ee3f564ff857f;hpb=835d64bf2fab92d8504df06afcfa158ca2476192;p=pti%2Frtp.git diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 91323fb..8a9a6d5 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -375,6 +375,7 @@ add_configs_stx_build () { echo_info "Adding the following extra configs into local.conf" cat ${SRC_CONFIGS}/local-stx.conf | \ sed -e "s/@BSP@/${BSP}/" | tee -a conf/local.conf + cat ${SRC_CONFIGS}/local-mirrors.conf | tee -a conf/local.conf echo "DL_DIR = '${PRJ_SHARED_DL_DIR}'" | tee -a conf/local.conf echo "SSTATE_DIR = '${PRJ_SHARED_SS_DIR}'" | tee -a conf/local.conf @@ -454,6 +455,7 @@ add_configs_anaconda_build () { sed -e "s/@BSP@/${BSP}/" \ -e "s|@TARGET_BUILD@|${PRJ_BUILD_DIR}|" \ | tee -a conf/local.conf + cat ${SRC_CONFIGS}/local-mirrors.conf | tee -a conf/local.conf echo "DL_DIR = '${PRJ_SHARED_DL_DIR}'" | tee -a conf/local.conf echo "SSTATE_DIR = '${PRJ_SHARED_SS_DIR}'" | tee -a conf/local.conf