Skip to content

Commit

Permalink
bundle: core-bundle-minimal: use verity format
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Enrico Jorns <[email protected]>
  • Loading branch information
ejoerns committed Jul 7, 2023
1 parent 95797eb commit 709f792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-core/bundles/core-bundle-minimal.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

inherit bundle

RAUC_BUNDLE_FORMAT = "verity"

RAUC_BUNDLE_COMPATIBLE ?= "Demo Board"

RAUC_BUNDLE_SLOTS ?= "rootfs"
Expand Down

0 comments on commit 709f792

Please sign in to comment.