From a87ef3acddd8c492cff129f1fe7d551f7c48275a Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 9 Dec 2023 00:47:47 +0100 Subject: [PATCH] update-helper: check meta-xilinx-tools also in nanbield --- manifest-tools/update-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-tools/update-helper.sh b/manifest-tools/update-helper.sh index 8ba64ef..54cb732 100755 --- a/manifest-tools/update-helper.sh +++ b/manifest-tools/update-helper.sh @@ -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