Skip to content

Fix build issues with corstone-1000, edk2-firmware, parsec

Fixes several build issues in CI caused by upstream changes:

  • corstone-1000
    • Corstone-1000 now supports GPT and therefore a .wic image is generated instead of a .wic.nopt image. The .wic image must be built and deployed by corstone1000-deploy-image and CI scripts updated.
    • Further changes will be needed to fix the LAVA workflow for on device testing but these should not be allowed to block CI for other MRs
  • edk2-firmware
    • edk2-firmware for the N1SDP in meta-arm has been re-aligned to N1SDP master at edk2-stable202211. As meta-arm now includes the QSPI patches they must be dropped from meta-cassini-bsp.
  • parsec
    • Now that Parsec 1.2.0 has been released, switch to meta-security:master from meta-security:master-next as the latter may not be stable for normal development and release.

Notes:

  • edk2-firmware has been updated since this MR was created. A previous version changed how the edk2-platform patches were applied rather than dropping them
  • parsec 1.2.0 has been released since this MR was created. A previous version worked around issues introduced from meta-security:master-next

Signed-off-by: Adam Johnston adam.johnston@arm.com

Edited by Adam Johnston

Merge request reports