Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1193)

Unified Diff: scripts/image_signing/sign_official_build.sh

Issue 3529007: Add a script to put in a rootfs from one image into another. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: fix space Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/image_signing/swap_rootfs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/image_signing/sign_official_build.sh
diff --git a/scripts/image_signing/sign_official_build.sh b/scripts/image_signing/sign_official_build.sh
index 8bafcede29244d73ee95bda36924b47d8bfee889..d7565cdb0aa30f8d850f90afe21a0bf34faf40bc 100755
--- a/scripts/image_signing/sign_official_build.sh
+++ b/scripts/image_signing/sign_official_build.sh
@@ -186,6 +186,11 @@ get_firmwarebin_from_shellball() {
resign_firmware_payload() {
local image=$1
+ if [ -n "${NO_FWUPDATE}" ]; then
+ echo "Skipping firmware update."
+ return
+ fi
+
# Grab firmware image from the autoupdate shellball.
local rootfs_dir=$(make_temp_dir)
mount_image_partition ${image} 3 ${rootfs_dir}
« no previous file with comments | « no previous file | scripts/image_signing/swap_rootfs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698