[meta-swupdate,0/2] Add support for stm32mp25 boards
mbox series

Message ID 20260429141258.616058-1-dario.binacchi@amarulasolutions.com
Headers show
Series
  • Add support for stm32mp25 boards
Related show

Message

Dario Binacchi April 29, 2026, 2:12 p.m. UTC
This series provides the changes in meta-swupdate required to support
the stm32mp257f-ev1 board in meta-swupdate-boards.

The update process for this board requires accessing the FWU metadata
instead of the standard U-Boot environment to define the boot bank
after an update. This requires the use of the libfwumdata library and
the new fwumdata handler.

Additionally, this series adds support for the DISTRO suffix in
artifact names, which is required for the OpenSTLinux BSP used by
this board.

As mentioned in the related SWUpdate core patch, the libfwumdata
recipe has already been submitted to openembedded-core.

Dario Binacchi (2):
  classes: add support for DISTRO suffix in artifact names
  swupdate.inc: add libfwumdata dependency for fwumdata handler

 classes-recipe/swupdate-common.bbclass | 5 ++++-
 classes-recipe/swupdate.bbclass        | 7 ++++---
 recipes-support/swupdate/swupdate.inc  | 3 +++
 3 files changed, 11 insertions(+), 4 deletions(-)