Skip to content

Commit

Permalink
update-helper: check meta-xilinx-tools also in nanbield
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Dec 8, 2023
1 parent 3357679 commit a87ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest-tools/update-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ if [ "${BRANCH}" != "kirkstone" ]
fi

# Display latest commit for meta-xilinx-tools
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 grep -q "${COMMIT_META_XILINX_TOOLS}" "${BASEDIR}/../default.xml"
then
Expand Down

0 comments on commit a87ef3a

Please sign in to comment.