Imported 2.786

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2022-09-27 23:38:14 +00:00
parent cfc99a6947
commit bf7516ae98
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.786) kinetic; urgency=medium
* linux-firmware-raspi2 is now the package known as linux-firmware-raspi.
-- Brian Murray <brian@ubuntu.com> Tue, 27 Sep 2022 13:51:05 -0700
livecd-rootfs (2.785) kinetic; urgency=medium livecd-rootfs (2.785) kinetic; urgency=medium
* Disable the snap-preseed calls in the interest of getting images built for * Disable the snap-preseed calls in the interest of getting images built for

View File

@ -1102,7 +1102,7 @@ case "$ARCH${SUBARCH:++$SUBARCH}" in
KERNEL_FLAVOURS="$SUBARCH" KERNEL_FLAVOURS="$SUBARCH"
# Most Pi-specific package installation is handled via the seeds in the # Most Pi-specific package installation is handled via the seeds in the
# per-project/subproject cases above # per-project/subproject cases above
add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tools add_package install linux-firmware-raspi pi-bluetooth u-boot-rpi u-boot-tools
BINARY_REMOVE_LINUX=false BINARY_REMOVE_LINUX=false
;; ;;
riscv*+*) riscv*+*)