build_image: when generating update payload don't generate metadata

This feature was removed from delta_generator.
This commit is contained in:
Michael Marineau 2014-06-25 12:37:34 -07:00
parent 34efc03f35
commit 048ee51e6f

View File

@ -89,10 +89,8 @@ generate_update() {
extract "${BUILD_DIR}/${image_name}" "USR-A" "${update}.bin"
delta_generator -private_key "${devkey}" \
-new_image "${update}.bin" -out_file "${update}.gz"
delta_generator -private_key "${devkey}" \
-in_file "${update}.gz" -out_metadata "${update}.meta"
upload_image -d "${update}.DIGESTS" "${update}".{bin,gz,meta,zip}
upload_image -d "${update}.DIGESTS" "${update}".{bin,gz,zip}
}
# Basic command to emerge binary packages into the target image.