commit | 0b42ad46a42d0de93478b53c13c3473e43375e57 | [log] [tgz] |
---|---|---|
author | Gabe Black <[email protected]> | Fri Sep 26 00:32:15 2014 |
committer | Don Garrett <[email protected]> | Fri Sep 26 01:22:02 2014 |
tree | 7783b80c2070ecb8cb33204563afb9e36d2a9dc1 | |
parent | f13a7522e9130b50c25ba0b1955e1faac6c9c06c [diff] |
cros_generate_update_payload: Fix kernel/root extraction. The payload/root extraction process in cros_generate_update_payload was broken because it assumed we wanted to extract kernel B and that we didn't need to patch it. While this is true for new images, old images still need to use kernel A and to patch it. BUG=chromium:417072 TEST=Was able to generate/verify a full payload for an old style image manually. Change-Id: Ibe007dd0dda5680f9233d44d472e534a7589e4dc Reviewed-on: https://chromium-review.googlesource.com/220075 Reviewed-by: Don Garrett <[email protected]> Reviewed-by: Alex Deymo <[email protected]> Tested-by: Don Garrett <[email protected]>