mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-22 10:51:01 +00:00

This script re-uses code from existing firmware-packager related items to: * Find the matching device on the system * Append an ESRT header * Build a CAB file * Pass the CAB file into fwupd daemon
11 lines
374 B
Meson
11 lines
374 B
Meson
if get_option('firmware-packager')
|
|
install_data('firmware_packager.py',
|
|
install_dir : 'share/fwupd')
|
|
install_data('simple_client.py',
|
|
install_dir : 'share/fwupd')
|
|
install_data('add_capsule_header.py',
|
|
install_dir : 'share/fwupd')
|
|
install_data('install_dell_bios_exe.py',
|
|
install_dir : 'share/fwupd')
|
|
endif
|