Skip to content

Commit

Permalink
Update helper: point langdale Xilinx repos to rel-v2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Nov 4, 2023
1 parent 6fd81fc commit aa1e47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest-tools/update-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ if [ "${BRANCH}" == "honister" ]
fi
if [ "${BRANCH}" == "langdale" ]
then
SPECIAL_XILINX_BRANCH="rel-v2023.1"
SPECIAL_XILINX_BRANCH="rel-v2023.2"
fi

if [ "${BRANCH}" != "kirkstone" ]
Expand Down Expand Up @@ -269,7 +269,7 @@ if [ "${BRANCH}" == "honister" ]
fi
if [ "${BRANCH}" == "langdale" ]
then
SPECIAL_XILINX_TOOLS_BRANCH="rel-v2023.1"
SPECIAL_XILINX_TOOLS_BRANCH="rel-v2023.2"
fi

if [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "zeus" ] || [ "${BRANCH}" == "gatesgarth" ] || [ "${BRANCH}" == "honister" ] || [ "${BRANCH}" == "langdale" ] || [ "${BRANCH}" == "mickledore" ]
Expand Down

0 comments on commit aa1e47c

Please sign in to comment.