From: Jackie Huang Date: Fri, 25 Nov 2022 07:43:11 +0000 (+0800) Subject: build_inf_yocto.sh: update the branch for g-release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1b7bcfe12bd0ccca229965b8c00caff1c4336ef2;p=pti%2Frtp.git build_inf_yocto.sh: update the branch for g-release Issue-ID: INF-283 Signed-off-by: Jackie Huang Change-Id: Icd9bec1a7d0bd531a20c4dfd6ad37123da450fef --- diff --git a/scripts/build_inf_yocto/build_inf_yocto.sh b/scripts/build_inf_yocto/build_inf_yocto.sh index 74c6d0c..c2f7139 100755 --- a/scripts/build_inf_yocto/build_inf_yocto.sh +++ b/scripts/build_inf_yocto/build_inf_yocto.sh @@ -24,8 +24,8 @@ set -e -o pipefail # Only one bsp is supported now, there will be more in the future SUPPORTED_BSP="intel-corei7-64 " -SRC_ORAN_BRANCH="master" -SRC_STX_BRANCH="master" +SRC_ORAN_BRANCH="g-release" +SRC_STX_BRANCH="stx-5.0" SRC_YP_BRANCH="warrior" SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp"