Merge branch 'add-bluez-firmware' into 'master'

Add 'bluez-firmware' package to images

See merge request raspi-team/image-specs!69
This commit is contained in:
Diederik de Haas 2022-11-11 15:59:30 +00:00
commit 90cc651d17
2 changed files with 9 additions and 1 deletions

View File

@ -61,12 +61,18 @@ else:
firmware_component = 'non-free'
firmware_component_old = ''
# Extra wireless firmware:
# wireless firmware:
if version != '2':
wireless_firmware = 'firmware-brcm80211'
else:
wireless_firmware = ''
# bluetooth firmware:
if version != '2':
bluetooth_firmware = 'bluez-firmware'
else:
bluetooth_firmware = ''
# Pi 4 on buster requires some backports:
backports_enable = False
backports_suite = '%s-backports' % suite
@ -179,6 +185,7 @@ with open('raspi_master.yaml', 'r') as in_file:
.replace('__SYSTEMD_TIMESYNCD__', systemd_timesyncd) \
.replace('__RASPI_FIRMWARE__', raspi_firmware) \
.replace('__WIRELESS_FIRMWARE__', wireless_firmware) \
.replace('__BLUETOOTH_FIRMWARE__', bluetooth_firmware) \
.replace('__SERIAL_CONSOLE__', serial) \
.replace('__HOST__', hostname) \
.replace('__TOUCH_MACHINE_ID__', touch_machine_id) \

View File

@ -80,6 +80,7 @@ steps:
- __LINUX_IMAGE__
- __RASPI_FIRMWARE__
- __WIRELESS_FIRMWARE__
- __BLUETOOTH_FIRMWARE__
tag: tag-root
unless: rootfs_unpacked