PelionIoT / meta-mbl

Mbed Linux OS (mbl) main repository & OpenEmbedded layers - Mbed Linux OS has been deprecated as a product in the Pelion portfolio. It is still available in the Github repos (with all documentation), but will remain frozen at version 0.10.
https://os.mbed.com/docs/mbed-linux-os/latest
Other
27 stars 8 forks source link

create-update-payload: add option to use format for an MBL OS version #792

Closed jonathanhaigh-arm closed 4 years ago

jonathanhaigh-arm commented 4 years ago

create-update-payload now supports creating payloads using update payload formats from previous versions of MBL OS, but the user must know the integer payload format version in order to specify it.

The user shouldn't have to know about payload format versions, so add another option that accepts MBL OS versions (e.g. "mbl-os-0.9") and sets the payload format version to the correct value for that version of MBL OS.

For IOTMBL-2613: Robust update: provide mechanism to update across payload format versions

Jenkins builds

Lava results

Expected failures:

Unexpected failures:

None of these unexpected failures seem to be related to the changes in this PR...