[PATCH 3/3] arm/fvps: reorganize CI into segments
Jon Mason <[email protected]> Wed, 11 Feb 2026 10:58:09 -0500
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
The downloads page for FVPs is broken down into sub-pages for each "Ecosystem". Organize this file to match that. Also, rename fvp-v3-r1 to "rd" to make more obvious what this refers to. Signed-off-by: Jon Mason <[email protected]> --- ci/fvps.yml | 32 +++++++++++++------ .../fvp/{fvp-v3-r1.bb => fvp-rd-v3-r1.bb} | 0 2 files changed, 23 insertions(+), 9 deletions(-) rename meta-arm/recipes-devtools/fvp/{fvp-v3-r1.bb => fvp-rd-v3-r1.bb} (100%) diff --git a/ci/fvps.yml b/ci/fvps.yml index 1ef3e0fa0b9a..f64885a35c9a 100644 --- a/ci/fvps.yml +++ b/ci/fvps.yml @@ -17,17 +17,31 @@ local_conf_header: target: # Target packages to test aarch64 - - fvp-base-a-aem - - fvp-corstone1000 - - fvp-corstone1000-a320 - - fvp-rd1-ae - - fvp-v3-r1 # Nativesdk to test x86-64 + + # Architecture Envelope Models (AEM) FVPs + - fvp-base-a-aem - nativesdk-fvp-base-a-aem - - nativesdk-fvp-corstone1000 - - nativesdk-fvp-corstone1000-a320 + + # Arm Lumex CSS (Total Compute) FVPs + # These are x86 only... :( + - nativesdk-fvp-tc3 + + # Automotive FVPs + - fvp-rd1-ae - nativesdk-fvp-rd1-ae - - nativesdk-fvp-v3-r1 + + # Infrastructure FVPs + - fvp-rd-v3-r1 + - nativesdk-fvp-rd-v3-r1 # These are x86 only... :( - nativesdk-fvp-sgi575 - - nativesdk-fvp-tc3 + + # IoT FVPs + - fvp-corstone1000 + - nativesdk-fvp-corstone1000 + - fvp-corstone1000-a320 + - nativesdk-fvp-corstone1000-a320 + + # Morello FVPs + # TBD diff --git a/meta-arm/recipes-devtools/fvp/fvp-v3-r1.bb b/meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb similarity index 100% rename from meta-arm/recipes-devtools/fvp/fvp-v3-r1.bb rename to meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb -- 2.50.1 (Apple Git-155)