build_inf_yocto.sh: update the branch for f-release 82/9782/1 f-release
authorJackie Huang <jackie.huang@windriver.com>
Fri, 25 Nov 2022 07:36:00 +0000 (15:36 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Fri, 25 Nov 2022 07:36:00 +0000 (15:36 +0800)
Issue-ID: INF-274

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

scripts/build_inf_yocto/build_inf_yocto.sh

index cb87767..c40fe0b 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="f-release"
+SRC_STX_BRANCH="stx-5.0"
 SRC_YP_BRANCH="warrior"
 
 SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp"