mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-21 06:13:33 +08:00
Install tools/ and add python3-pycryptodome dependency
This commit is contained in:
2
debian/control
vendored
2
debian/control
vendored
@@ -11,7 +11,7 @@ Vcs-Git: https://github.com/raspberrypi/rpi-eeprom.git
|
|||||||
Package: rpi-eeprom
|
Package: rpi-eeprom
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, raspi-utils | libraspberrypi-bin, python3,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, raspi-utils | libraspberrypi-bin, python3,
|
||||||
binutils, pciutils
|
binutils, pciutils, python3-pycryptodome
|
||||||
Breaks: rpi-eeprom-images (<<7.2)
|
Breaks: rpi-eeprom-images (<<7.2)
|
||||||
Replaces: rpi-eeprom-images (<<7.2)
|
Replaces: rpi-eeprom-images (<<7.2)
|
||||||
Recommends: flashrom
|
Recommends: flashrom
|
||||||
|
|||||||
4
debian/rpi-eeprom.install
vendored
4
debian/rpi-eeprom.install
vendored
@@ -1,6 +1,10 @@
|
|||||||
rpi-eeprom-config usr/bin/
|
rpi-eeprom-config usr/bin/
|
||||||
rpi-eeprom-update usr/bin/
|
rpi-eeprom-update usr/bin/
|
||||||
rpi-eeprom-digest usr/bin/
|
rpi-eeprom-digest usr/bin/
|
||||||
|
tools/rpi-bootloader-key-convert usr/bin/
|
||||||
|
tools/rpi-otp-private-key usr/bin/
|
||||||
|
tools/rpi-sign-bootcode usr/bin/
|
||||||
|
|
||||||
debian/default/ etc/
|
debian/default/ etc/
|
||||||
|
|
||||||
firmware-2711/default lib/firmware/raspberrypi/bootloader-2711/
|
firmware-2711/default lib/firmware/raspberrypi/bootloader-2711/
|
||||||
|
|||||||
Reference in New Issue
Block a user