Skip to content

Commit

Permalink
Check meta-xilinx-tools in honister
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Feb 16, 2022
1 parent e633a1d commit c8e57bb
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 @@ -240,7 +240,7 @@ if [ ${BRANCH} == "zeus" ]
SPECIAL_XILINX_TOOLS_BRANCH="rel-v2020.3"
fi

if [ ${BRANCH} == "thud" ] || [ ${BRANCH} == "zeus" ]
if [ ${BRANCH} == "thud" ] || [ ${BRANCH} == "zeus" ] || [ ${BRANCH} == "honister" ]
then
if [ -d "meta-xilinx-tools" ]
then
Expand Down Expand Up @@ -525,7 +525,7 @@ if grep -q ${COMMIT_META_XILINX} "${BASEDIR}/../default.xml"
fi

# Display latest commit for meta-xilinx-tools
if [ ${BRANCH} == "thud" ] || [ ${BRANCH} == "zeus" ]
if [ ${BRANCH} == "thud" ] || [ ${BRANCH} == "zeus" ] || [ ${BRANCH} == "honister" ]
then
if grep -q ${COMMIT_META_XILINX_TOOLS} "${BASEDIR}/../default.xml"
then
Expand Down

0 comments on commit c8e57bb

Please sign in to comment.