From: Jackie Huang Date: Fri, 18 Jun 2021 02:27:12 +0000 (+0800) Subject: build_inf.sh: set correct branch for D release X-Git-Tag: dawn~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1b554f47425dac652ada696bdcc09722261a127c;p=pti%2Frtp.git 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 --- 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"