From a31c928ddef07e35f71d11eebae20e9897fd1530 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 30 May 2024 11:27:44 +0200 Subject: [PATCH] Update-helper: remove raspberry special branches --- manifest-tools/update-helper.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifest-tools/update-helper.sh b/manifest-tools/update-helper.sh index 21cdbad..8d751dd 100755 --- a/manifest-tools/update-helper.sh +++ b/manifest-tools/update-helper.sh @@ -472,14 +472,6 @@ fi # meta-raspberrypi SPECIAL_RASPBERRYPI_BRANCH=${BRANCH} -if [ "${BRANCH}" == "nanbield" ] - then - SPECIAL_RASPBERRYPI_BRANCH="master" -fi -if [ "${BRANCH}" == "scarthgap" ] - then - SPECIAL_RASPBERRYPI_BRANCH="master" -fi if [ -d "meta-raspberrypi" ] then cd meta-raspberrypi || exit