rauc / meta-rauc

Yocto/Open Embedded meta layer for RAUC, the embedded Linux update framework
MIT License
158 stars 89 forks source link

bundle: core-bundle-minimal: use verity format #278

Closed ejoerns closed 1 year ago

ejoerns commented 1 year ago

The 'plain' format should not be used anymore but the 'verity' format still requires explicit selection. So use the appropriate format for this example.

This will also silence the warning generated for this case:

WARNING: core-bundle-minimal-1.0-r0 do_configure: No RAUC_BUNDLE_FORMAT set. This will default to using legacy 'plain' format. If you are unsure, set RAUC_BUNDLE_FORMAT = "verity" for new projects. Refer to https://rauc.readthedocs.io/en/latest/reference.html#sec-ref-formats for more information about RAUC bundle formats.