The u-boot-tools package was typoed

Should fix the ubuntu-preinstalled impish build
This commit is contained in:
Sebastien Bacher 2021-05-19 16:05:15 +02:00
parent a1a21e9ecb
commit 740c960575

View File

@ -916,7 +916,7 @@ case "$ARCH+${SUBARCH:-}" in
COMPONENTS='main restricted universe multiverse'
# Most Pi-specific package installation is handled via the seeds in the
# per-project/subproject cases above
add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tool
add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tools
BINARY_REMOVE_LINUX=false
;;
esac