build_inf.sh: correct the branches for E release 68/7568/1 e-release e-release
authorJackie Huang <jackie.huang@windriver.com>
Tue, 18 Jan 2022 01:50:05 +0000 (09:50 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Tue, 18 Jan 2022 01:56:25 +0000 (09:56 +0800)
Issue-ID: INF-245

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

scripts/build_inf.sh

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