mbox series

[0/5] Add back U-Boot capsule generation with fixes

Message ID 20240430155924.799192-1-bence.balogh@arm.com
Headers show
Series Add back U-Boot capsule generation with fixes | expand

Message

bence.balogh@arm.com April 30, 2024, 3:59 p.m. UTC
From: Bence Balogh <bence.balogh@arm.com>

The following commits were reverted because it had a build race
condition:
  arm-bsp/corstone1000-flash-firmware-image: add nopt generation
  arm/uefi_capsule: use U-Boot for capsule generation
  arm-bsp/documentation: corstone1000: update capsule generation steps

The race-condition is fixed now: the uefi capsule image is depending
on the linux-yocto's do_deploy task correctly.

The core-image-minimal is also replaced so the initramfs' do_testimage
task can be skipped.

Abdellatif El Khlifi (1):
  arm-bsp/corstone1000-recovery-image: replace core-image-minimal

Bence Balogh (4):
  arm-bsp/corstone1000-flash-firmware-image: add nopt generation
  arm/uefi_capsule: use U-Boot for capsule generation
  arm-bsp/documentation: corstone1000: update capsule generation steps
  arm-bsp/corstone1000-flash-firmware-image: fix capsule dependency
    issue

 kas/corstone1000-image-configuration.yml      |  9 +-
 .../documentation/corstone1000/user-guide.rst | 95 ++++++++-----------
 .../corstone1000-firmware-deploy-image.inc    |  2 +-
 .../corstone1000-flash-firmware-image.bb      | 44 ++++++++-
 .../images/corstone1000-recovery-image.bb     |  7 ++
 ...h-firmware-image-capsule-update-image.json | 11 ---
 meta-arm/classes/uefi_capsule.bbclass         | 49 +++++-----
 7 files changed, 116 insertions(+), 101 deletions(-)
 create mode 100644 meta-arm-bsp/recipes-bsp/images/corstone1000-recovery-image.bb
 delete mode 100644 meta-arm-bsp/recipes-bsp/images/files/corstone1000-flash-firmware-image-capsule-update-image.json

--
2.25.1

Comments

Jon Mason May 1, 2024, 2:06 a.m. UTC | #1
On Tue, 30 Apr 2024 17:59:19 +0200, bence.balogh@arm.com wrote:
> From: Bence Balogh <bence.balogh@arm.com>
> 
> The following commits were reverted because it had a build race
> condition:
>   arm-bsp/corstone1000-flash-firmware-image: add nopt generation
>   arm/uefi_capsule: use U-Boot for capsule generation
>   arm-bsp/documentation: corstone1000: update capsule generation steps
> 
> [...]

Applied, thanks!

[1/5] arm-bsp/corstone1000-flash-firmware-image: add nopt generation
      commit: 3b74bb36fd228b1b6aae57fd885077b2f794cf16
[2/5] arm/uefi_capsule: use U-Boot for capsule generation
      commit: b5b7b8e5237a998cb4b0e8defe8aea382365d4f9
[3/5] arm-bsp/documentation: corstone1000: update capsule generation steps
      commit: aeade01bb71c9730eb5ad8ec1e4ae29ec849daf8
[4/5] arm-bsp/corstone1000-flash-firmware-image: fix capsule dependency issue
      commit: 5d9e53af10799f6a194b36acdfacfdd770d1d801
[5/5] arm-bsp/corstone1000-recovery-image: replace core-image-minimal
      (no commit info)

Best regards,