Use the 5.3 kernel for the bionic raspi3 images.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2020-01-13 16:14:12 +01:00
parent 2f29a62ec5
commit 38cfb82a84
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.525.37) UNRELEASED; urgency=medium
* Use the linux-raspi2-5.3 kernel flavour for the raspi3 images. This kernel
is required for proper pi4 support. (LP: #1859478)
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 13 Jan 2020 15:33:20 +0100
livecd-rootfs (2.525.36) bionic; urgency=medium
* Preserve apt preferences created by any package we install (i.e.

View File

@ -882,7 +882,7 @@ case $ARCH in
;;
raspi3)
COMPONENTS='main restricted universe multiverse'
KERNEL_FLAVOURS=raspi2
KERNEL_FLAVOURS=raspi2-5.3
add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant
BINARY_REMOVE_LINUX=false
;;