[PATCH 3/6] arm/fvps: rename rdv3-r1

Jon Mason <[email protected]> Tue, 31 Mar 2026 09:06:59 -0400
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
Rename rdv3-r1 to be more consistent with other machines and match
documentation/website.

Signed-off-by: Jon Mason <[email protected]>
---
 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%)

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
-- 
2.50.1 (Apple Git-155)