Skip to content

Commit

Permalink
mgmt/image_header: Update dependency
Browse files Browse the repository at this point in the history
Package depended on boot/bootuil from mcuboot now
it depends on boot/stub.

The only thing that was needed was definition of
structure image_header that is present in both of them.

Not using boot/bootutil can reduce compile time.

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
  • Loading branch information
kasjer committed Apr 16, 2024
1 parent e78ec89 commit c3e953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmt/image_header/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pkg.homepage: "http://mynewt.apache.org/"
pkg.keywords:

pkg.deps:
- "@mcuboot/boot/bootutil"
- "@apache-mynewt-core/boot/stub"

pkg.lflags:
- "-uimage_header"

0 comments on commit c3e953a

Please sign in to comment.