From 96753db806bde8b683c8db26fab43904a975f780 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 3 Nov 2024 10:21:47 +0100 Subject: [PATCH] Update update-helper.sh --- manifest-tools/update-helper.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest-tools/update-helper.sh b/manifest-tools/update-helper.sh index 8d751dd..24881fd 100755 --- a/manifest-tools/update-helper.sh +++ b/manifest-tools/update-helper.sh @@ -402,7 +402,11 @@ if [ "${BRANCH}" == "gatesgarth" ] then SPECIAL_HDL_BRANCH="hdl_2021_r2" fi -if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "gatesgarth" ] +if [ "${BRANCH}" == "honister" ] + then + SPECIAL_HDL_BRANCH="hdl_2022_r2" +fi +if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "gatesgarth" ] || [ "${BRANCH}" == "honister" ] then if [ -d "hdl" ] then @@ -746,7 +750,7 @@ if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "sumo" ] || [ "${BRANCH}" == " fi # Display latest commit for hdl -if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "gatesgarth" ] +if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "gatesgarth" ] || [ "${BRANCH}" == "honister" ] then if grep -q "${COMMIT_HDL}" "${BASEDIR}/../default.xml" then