Skip to content

Commit

Permalink
Update-helper: remove raspberry special branches
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed May 30, 2024
1 parent 9b04ce8 commit a74303e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions manifest-tools/update-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a74303e

Please sign in to comment.