From 98b105ce064a149bfb09395d9dc414935c820ca9 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 11 Feb 2026 10:58:09 -0500 Subject: [PATCH] arm/fvps: reorganize CI into segments 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 --- 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 1ef3e0fa..f64885a3 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