diff --git a/debian/changelog b/debian/changelog index c7a098ef..bc492453 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ livecd-rootfs (2.525.14) UNRELEASED; urgency=medium * More changes for raspi3 build support (LP: #1805668): - Fix 100-purge-grub-legacy-ec2-arm.chroot to not gate on ARCH as that's not defined in .chroot hooks. + - Use the new linux-firmware-raspi2 for boot binary blobs as + raspi3-firmware includes upgrade hooks that conflict with our image + configuration. -- Ɓukasz 'sil2100' Zemczak Fri, 18 Jan 2019 16:56:58 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index 3d8d5f0a..bed069b4 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -817,7 +817,7 @@ case $ARCH in raspi3) COMPONENTS='main restricted universe multiverse' KERNEL_FLAVOURS=raspi2 - add_package install raspi3-firmware u-boot-rpi flash-kernel u-boot-tools wpasupplicant + add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;;