| Message ID | 20260114092452.286544-1-frazer.carsley@arm.com |
|---|---|
| Headers | show |
| Series | Firmware binary path fixes | expand |
On Wed, 14 Jan 2026 09:24:49 +0000, frazer.carsley@arm.com wrote: > 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. > > [...] Applied, thanks! [1/3] arm/images: ensured consistent firmware deployment commit: 604c7e9a4e6f41c9e8f47cc9acdb85f0818e6c00 [2/3] arm-bsp/docs:corstone1000: update paths commit: 514061a36e35404d7731a21614abd1ab6320cc20 [3/3] arm-bsp/conf:corstone1000: update bl1.bin path commit: 568b3622cd1d659026ab037297b2abaf7581ae36 Best regards,
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(-)