mbox series

[0/3] Firmware binary path fixes

Message ID 20260114092452.286544-1-frazer.carsley@arm.com
Headers show
Series Firmware binary path fixes | expand

Message

Frazer Carsley Jan. 14, 2026, 9:24 a.m. UTC
From: Frazer Carsley <frazer.carsley@arm.com>

After the firmware.bbclass was added, some paths were later incorrect or
inconsistent.

The first patch deals with consistency for multiconfig builds, ensuring
that the subdirectory hierarchy is present in the ${DEPLOYDIR} after
copying the binaries across.

The second and third patches then fix paths to the some of these
binaries in Corstone1000 documentation and configs respectively.

Frazer Carsley (3):
  arm/images: ensured consistent firmware deployment
  arm-bsp/docs:corstone1000: update paths
  arm-bsp/conf:corstone1000: update bl1.bin path

 meta-arm-bsp/conf/machine/corstone1000-fvp.conf       |  2 +-
 .../documentation/corstone1000/user-guide.rst         |  4 ++--
 meta-arm/recipes-bsp/images/firmware-deploy-image.bb  | 11 +++++++----
 3 files changed, 10 insertions(+), 7 deletions(-)