From 069fbc5b7c8fd74e22cc9672013f143376025d0f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 7 Dec 2023 11:20:55 +0100 Subject: [PATCH] Add nanbield to scripts --- manifest-tools/push-to-repo.sh | 2 +- manifest-tools/update-from-upstream.sh | 2 +- manifest-tools/update-helper.sh | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest-tools/push-to-repo.sh b/manifest-tools/push-to-repo.sh index b41dbe4..b96d6d3 100755 --- a/manifest-tools/push-to-repo.sh +++ b/manifest-tools/push-to-repo.sh @@ -7,7 +7,7 @@ # SPDX-License-Identifier: MIT version="1.0" -branches="master mickledore langdale kirkstone honister hardknott gatesgarth dunfell zeus warrior thud sumo rocko" +branches="master nanbield mickledore langdale kirkstone honister hardknott gatesgarth dunfell zeus warrior thud sumo rocko" if ! [ -x "$(command -v git)" ]; then echo "Please install git before using this script." diff --git a/manifest-tools/update-from-upstream.sh b/manifest-tools/update-from-upstream.sh index ccfd231..a395952 100755 --- a/manifest-tools/update-from-upstream.sh +++ b/manifest-tools/update-from-upstream.sh @@ -7,7 +7,7 @@ # SPDX-License-Identifier: MIT version="1.0" -branches="master mickledore langdale kirkstone honister hardknott gatesgarth dunfell zeus warrior thud sumo rocko" +branches="master nanbield mickledore langdale kirkstone honister hardknott gatesgarth dunfell zeus warrior thud sumo rocko" if ! [ -x "$(command -v git)" ]; then echo "Please install git before using this script." diff --git a/manifest-tools/update-helper.sh b/manifest-tools/update-helper.sh index d088625..8ba64ef 100755 --- a/manifest-tools/update-helper.sh +++ b/manifest-tools/update-helper.sh @@ -140,6 +140,10 @@ if [ "${BRANCH}" == "mickledore" ] then SPECIAL_SDR_BRANCH="master" fi +if [ "${BRANCH}" == "nanbield" ] + then + SPECIAL_SDR_BRANCH="master" +fi if [ -d "meta-sdr" ] then cd meta-sdr || exit @@ -272,7 +276,7 @@ if [ "${BRANCH}" == "langdale" ] SPECIAL_XILINX_TOOLS_BRANCH="rel-v2023.2" fi -if [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "zeus" ] || [ "${BRANCH}" == "gatesgarth" ] || [ "${BRANCH}" == "honister" ] || [ "${BRANCH}" == "langdale" ] || [ "${BRANCH}" == "mickledore" ] +if [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "zeus" ] || [ "${BRANCH}" == "gatesgarth" ] || [ "${BRANCH}" == "honister" ] || [ "${BRANCH}" == "langdale" ] || [ "${BRANCH}" == "mickledore" ] || [ "${BRANCH}" == "nanbield" ] then if [ -d "meta-xilinx-tools" ] then