cros_update_firmware: Drop local firmware dependency
In the cros_update_firmware script, we build chromeos-firmware-${board}
in order to make sure the firmware image archives downloaded from BCS
can be properly packed as firmware updater. As the process is unrelated
to the local firmware images in sysroot, pass "-bootimage", "-cros_ec"
and "-zephyr_ec" USE flags to the ebuild, to skip unnecessary steps
(such as creating local firmware updater or local signer config).
BUG=none
TEST=cros_update_firmware -b cherry
Change-Id: I1297ac0945fa245ee7b104dd8caeeafcf8925d40
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/3637027
Commit-Queue: Yu-Ping Wu <yupingso@chromium.org>
Tested-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
1 file changed