From 1b554f47425dac652ada696bdcc09722261a127c Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 18 Jun 2021 10:27:12 +0800 Subject: [PATCH] build_inf.sh: set correct branch for D release * Set branch 'dawn' for oran repo. * Set branch 'stx-3.0' instead of 'master' for meta-starlingx since 'master' branch is under upgrading to stx 5.0 and is unstable. Issue-ID: INF-213 Signed-off-by: Jackie Huang Change-Id: I6c35f7dc9592d3a9ff09b7d226ac8355d2501b08 --- 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..89d8960 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="dawn" +SRC_STX_BRANCH="stx-3.0" SRC_YP_BRANCH="warrior" SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp" -- 2.16.6