Skip to content

Commit

Permalink
Add nanbield to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Dec 7, 2023
1 parent be737e7 commit ab1d228
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest-tools/push-to-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion manifest-tools/update-from-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
6 changes: 5 additions & 1 deletion manifest-tools/update-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab1d228

Please sign in to comment.