build_inf_yocto.sh: update the branch for g-release 83/9783/1
authorJackie Huang <jackie.huang@windriver.com>
Fri, 25 Nov 2022 07:43:11 +0000 (15:43 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Fri, 25 Nov 2022 07:43:11 +0000 (15:43 +0800)
Issue-ID: INF-283

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Icd9bec1a7d0bd531a20c4dfd6ad37123da450fef

scripts/build_inf_yocto/build_inf_yocto.sh

index 74c6d0c..c2f7139 100755 (executable)
@@ -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"