Files
root/build-tools/make-installer-images.sh
Jackie Huang c8c31ba805 update-pxe-network-installer: add updated firmwares
* Add a step to add updated firmwares from firmware rpms
  into the initrd

* The selected firmware file list will be provided through
  env variable UPDATE_FW_LIST.

* example usage:

echo "./usr/lib/firmware/fw1" > firmware-list
echo "./usr/lib/firmware/fw2" >> firmware-list
export UPDATE_FW_LIST="./firmware-list"
update-pxe-network-installer

Test Plan:

PASS: Add the firmware file location with the command:
echo "./usr/lib/firmware/qed/qed_init_values_zipped-8.42.2.0.bin" >> firmware-list
export UPDATE_FW_LIST="./firmware-list"
update-pxe-network-installer

Story: 2010046
Task: 45420

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Thiago Miranda <ThiagoOliveira.Miranda@windriver.com>
Change-Id: Ifbe18d1aedc6ece4891c35627448c21fdf3306f3
2022-05-23 14:18:43 +00:00

11 KiB
Executable File