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 bycorstone1000-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
- Corstone-1000 now supports GPT and therefore a
- edk2-firmware
-
edk2-firmware
for the N1SDP inmeta-arm
has been re-aligned to N1SDP master atedk2-stable202211
. Asmeta-arm
now includes the QSPI patches they must be dropped frommeta-cassini-bsp
.
-
- parsec
- Now that Parsec 1.2.0 has been released, switch to
meta-security:master
frommeta-security:master-next
as the latter may not be stable for normal development and release.
- Now that Parsec 1.2.0 has been released, switch to
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