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
.wicimage is generated instead of a.wic.noptimage. The.wicimage must be built and deployed bycorstone1000-deploy-imageand 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-firmwarefor the N1SDP inmeta-armhas been re-aligned to N1SDP master atedk2-stable202211. Asmeta-armnow 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:masterfrommeta-security:master-nextas 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