[PATCH 0/3] Firmware binary path fixes
[email protected] Wed, 14 Jan 2026 09:24:49 +0000
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
From: Frazer Carsley <[email protected]> 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(-)