mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 11:21:29 +00:00
backend tweaks: we don't need to cycle all distributions when making u-boot package
This commit is contained in:
parent
61b1c311dc
commit
4a684bfb84
1 changed files with 2 additions and 0 deletions
|
@ -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}."
|
||||
|
|
Loading…
Add table
Reference in a new issue