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

Unified Diff: autoupdate.py

Issue 2715012: Pack firmware into an image and do update in factory install (separated git). (Closed) Base URL: ssh://git@chromiumos-git/dev-util.git
Patch Set: Created 10 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autoupdate.py
diff --git a/autoupdate.py b/autoupdate.py
index 93d6b0d194841ba1b2ff226f7681dbceddc3a7fd..8f9f5add803a449f5a14dc6b2aac0fcff71e55df 100644
--- a/autoupdate.py
+++ b/autoupdate.py
@@ -206,10 +206,8 @@ class Autoupdate(BuildObject):
'efipartitionimg_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
'stateimg_image': 'generic-state.gz',
'stateimg_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
- 'systemrom_image': 'generic-systemrom.gz',
- 'systemrom_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
- 'ecrom_image': 'generic-ecrom.gz',
- 'ecrom_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
+ 'firmware_image': 'generic-firmware.gz',
+ 'firmware_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
},
{
'qual_ids': set([6]),
@@ -223,10 +221,8 @@ class Autoupdate(BuildObject):
'efipartitionimg_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
'stateimg_image': '6-state.gz',
'stateimg_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
- 'systemrom_image': '6-systemrom.gz',
- 'systemrom_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
- 'ecrom_image': '6-ecrom.gz',
- 'ecrom_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
+ 'firmware_image': '6-firmware.gz',
+ 'firmware_checksum': 'AtiI8B64agHVN+yeBAyiNMX3+HM=',
},
]
The server will look for the files by name in the static files
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698