| Message ID | 20260331130702.56223-3-jon.mason@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/6] CI: use core-image-base for faster boot | expand |
diff --git a/ci/fvps.yml b/ci/fvps.yml index f64885a35c9a..8ec22a30f6af 100644 --- a/ci/fvps.yml +++ b/ci/fvps.yml @@ -32,8 +32,8 @@ target: - nativesdk-fvp-rd1-ae # Infrastructure FVPs - - fvp-rd-v3-r1 - - nativesdk-fvp-rd-v3-r1 + - fvp-rdv3-r1 + - nativesdk-fvp-rdv3-r1 # These are x86 only... :( - nativesdk-fvp-sgi575 diff --git a/meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb b/meta-arm/recipes-devtools/fvp/fvp-rdv3-r1.bb similarity index 100% rename from meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb rename to meta-arm/recipes-devtools/fvp/fvp-rdv3-r1.bb
Rename rdv3-r1 to be more consistent with other machines and match documentation/website. Signed-off-by: Jon Mason <jon.mason@arm.com> --- ci/fvps.yml | 4 ++-- .../recipes-devtools/fvp/{fvp-rd-v3-r1.bb => fvp-rdv3-r1.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-arm/recipes-devtools/fvp/{fvp-rd-v3-r1.bb => fvp-rdv3-r1.bb} (100%)