backend tweaks: we don't need to cycle all distributions when making u-boot package

This commit is contained in:
Igor Pecovnik 2021-04-14 15:14:17 +02:00
parent 61b1c311dc
commit 4a684bfb84

View file

@ -370,6 +370,8 @@ function build_all()
for BRANCH in "${RELBRANCH[@]}"
do
RELTARGETS=(xenial stretch buster bullseye bionic focal hirsute sid)
# we don't need to cycle all distributions when making u-boot package
[[ $BOOTONLY == "yes" ]] && RELTARGETS=(focal)
for RELEASE in "${RELTARGETS[@]}"
do
display_alert "BSP for ${BOARD} ${BRANCH} ${RELEASE}."