From: Jackie Huang Date: Fri, 25 Nov 2022 07:36:00 +0000 (+0800) Subject: build_inf_yocto.sh: update the branch for f-release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=23dad36a4ca26570db60f7ecd9763c141f2ec06d;p=pti%2Frtp.git build_inf_yocto.sh: update the branch for f-release Issue-ID: INF-274 Signed-off-by: Jackie Huang Change-Id: Iec5493e55eb0e934f9c4d81623bf42c1970a5753 --- diff --git a/scripts/build_inf_yocto/build_inf_yocto.sh b/scripts/build_inf_yocto/build_inf_yocto.sh index cb87767..c40fe0b 100755 --- a/scripts/build_inf_yocto/build_inf_yocto.sh +++ b/scripts/build_inf_yocto/build_inf_yocto.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="f-release" +SRC_STX_BRANCH="stx-5.0" SRC_YP_BRANCH="warrior" SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp"