7.2-1 release

This commit is contained in:
Serge Schneider
2020-06-04 00:40:56 +01:00
parent 05aaf56e47
commit ea5dff5a3b
5 changed files with 36 additions and 7 deletions

23
debian/changelog vendored
View File

@@ -1,3 +1,26 @@
rpi-eeprom (7.2-1) buster; urgency=medium
[ MilhouseVH ]
* include vl805 eeprom presence in machine output
[ Andrew Scheller ]
* small typos
[ Tim Gover ]
* Create releases.md
* pieeprom-2020-06-03: Bootmode tweaks and fix issue with > 4TB drives - BETA
* rpi-eeprom-update: Remove warning in -f section
[ andrum99 ]
* rpi-eeprom-update - fix description of -d flag
* Clarify -d option when EEPROM update not needed
* reword
[ Serge Schneider ]
* Merge rpi-eeprom-images into rpi-eeprom package
-- Serge Schneider <serge@raspberrypi.org> Thu, 04 Jun 2020 00:40:45 +0100
rpi-eeprom (7.1-1) buster; urgency=medium rpi-eeprom (7.1-1) buster; urgency=medium
[ Tim Gover ] [ Tim Gover ]

11
debian/control vendored
View File

@@ -12,13 +12,18 @@ Package: rpi-eeprom
Architecture: all Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin, Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin,
python, binutils, raspberrypi-bootloader (>= 1.20190819), pciutils python, binutils, raspberrypi-bootloader (>= 1.20190819), pciutils
Breaks: rpi-eeprom-images (<<7.2)
Replaces: rpi-eeprom-images (<<7.2)
Recommends: flashrom Recommends: flashrom
Provides: rpi-eeprom-images
Description: Raspberry Pi 4 boot EEPROM updater Description: Raspberry Pi 4 boot EEPROM updater
Checks whether the Raspberry Pi bootloader EEPROM is up-to-date and updates Checks whether the Raspberry Pi bootloader EEPROM is up-to-date and updates
the EEPROM. the EEPROM.
Package: rpi-eeprom-images Package: rpi-eeprom-images
Architecture: all Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: rpi-eeprom (>=7.2)
Description: Raspberry Pi 4 boot EEPROM images Priority: optional
This package contains the bootloader EEPROM images for Raspberry Pi 4 Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.

View File

@@ -1,4 +0,0 @@
firmware/critical lib/firmware/raspberrypi/bootloader/
firmware/stable lib/firmware/raspberrypi/bootloader/
firmware/beta lib/firmware/raspberrypi/bootloader/
firmware/release-notes.md lib/firmware/raspberrypi/bootloader/

View File

@@ -1,3 +1,8 @@
rpi-eeprom-config usr/bin/ rpi-eeprom-config usr/bin/
rpi-eeprom-update usr/bin/ rpi-eeprom-update usr/bin/
debian/default/ etc/ debian/default/ etc/
firmware/critical lib/firmware/raspberrypi/bootloader/
firmware/stable lib/firmware/raspberrypi/bootloader/
firmware/beta lib/firmware/raspberrypi/bootloader/
firmware/release-notes.md lib/firmware/raspberrypi/bootloader/