diff --git a/ci/fvps.yml b/ci/fvps.yml index 4087c348..a3df9cd3 100644 --- a/ci/fvps.yml +++ b/ci/fvps.yml @@ -17,4 +17,5 @@ target: - nativesdk-fvp-sgi575 - nativesdk-fvp-corstone500 - nativesdk-fvp-corstone700 + - nativesdk-fvp-corstone1000 - nativesdk-fvp-tc0 diff --git a/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb b/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb new file mode 100644 index 00000000..54cbd560 --- /dev/null +++ b/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb @@ -0,0 +1,10 @@ +require fvp-ecosystem.inc + +MODEL = "Corstone-1000" +MODEL_CODE = "FVP_Corstone_1000" +PV = "11.16.21" + +SRC_URI[sha256sum] = "3e2d39e553ae392bce3d71119b4425615f2ed2185d0c334ebd0193059cf6e4b0" + +LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \ + file://license_terms/third_party_licenses.txt;md5=72d3e09651c7560595c325ffad728252"