Merge branch 'ubuntu/jammy' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/jammy

intel-iotg-server-jammy
Łukasz 'sil2100' Zemczak 2 years ago
commit c3e7c963e2

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.765.7) jammy; urgency=medium
* Install wpasupplicant by default as for now, most of the RISC-V boards
embed a Wifi chipset (LP: #1983008)
-- Alexandre Ghiti <alexandre.ghiti@canonical.com> Thu, 28 Jul 2022 14:17:11 +0200
livecd-rootfs (2.765.6) jammy; urgency=medium livecd-rootfs (2.765.6) jammy; urgency=medium
[ Alexandre Ghiti ] [ Alexandre Ghiti ]

@ -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

Loading…
Cancel
Save