|
|
@ -1076,7 +1076,7 @@ case $PROJECT in
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
case "$ARCH+${SUBARCH:-}" in
|
|
|
|
case "$ARCH${SUBARCH:++$SUBARCH}" in
|
|
|
|
arm*+raspi)
|
|
|
|
arm*+raspi)
|
|
|
|
# Common configuration for all Raspberry Pi image variants (server,
|
|
|
|
# Common configuration for all Raspberry Pi image variants (server,
|
|
|
|
# desktop etc.)
|
|
|
|
# desktop etc.)
|
|
|
@ -1087,6 +1087,10 @@ case "$ARCH+${SUBARCH:-}" in
|
|
|
|
add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tools
|
|
|
|
add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tools
|
|
|
|
BINARY_REMOVE_LINUX=false
|
|
|
|
BINARY_REMOVE_LINUX=false
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
riscv*+*)
|
|
|
|
|
|
|
|
# We'll add wpasupplicant to the seeds when we work on RISC-V seeds.
|
|
|
|
|
|
|
|
add_package install wpasupplicant
|
|
|
|
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
case $PROJECT:${SUBPROJECT:-} in
|
|
|
|
case $PROJECT:${SUBPROJECT:-} in
|
|
|
|