From f0fae94c773b20d1c50c64e22bd3c4155724d745 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 18 Jan 2022 09:50:05 +0800 Subject: [PATCH] build_inf.sh: correct the branches for E release Issue-ID: INF-245 Signed-off-by: Jackie Huang Change-Id: I04445d7237f57a89941825e1d12bc9edd4f4b270 --- scripts/build_inf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 7ae268e..7eab978 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.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="e-release" +SRC_STX_BRANCH="stx-5.0" SRC_YP_BRANCH="warrior" SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp" -- 2.16.6