From: Jon Mason <jon.mason@arm.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 2/3] arm/fvps: remove unused files
Date: Mon, 10 Aug 2026 13:48:16 -0400 [thread overview]
Message-ID: <20260810174817.89440-2-jon.mason@arm.com> (raw)
In-Reply-To: <20260810174817.89440-1-jon.mason@arm.com>
fvp-envelope is no longer used and fvp-rdv1 and fvp-sgi575 no longer
have anything referencing them.
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
.../recipes-devtools/fvp/fvp-envelope.inc | 38 -------------------
meta-arm/recipes-devtools/fvp/fvp-rdv1.bb | 14 -------
meta-arm/recipes-devtools/fvp/fvp-sgi575.bb | 13 -------
3 files changed, 65 deletions(-)
delete mode 100644 meta-arm/recipes-devtools/fvp/fvp-envelope.inc
delete mode 100644 meta-arm/recipes-devtools/fvp/fvp-rdv1.bb
delete mode 100644 meta-arm/recipes-devtools/fvp/fvp-sgi575.bb
diff --git a/meta-arm/recipes-devtools/fvp/fvp-envelope.inc b/meta-arm/recipes-devtools/fvp/fvp-envelope.inc
deleted file mode 100644
index a6a618edb4ea..000000000000
--- a/meta-arm/recipes-devtools/fvp/fvp-envelope.inc
+++ /dev/null
@@ -1,38 +0,0 @@
-require fvp-common.inc
-
-HOMEPAGE = "https://developer.arm.com/Tools%20and%20Software/Fixed%20Virtual%20Platforms/Arm%20Architecture%20FVPs"
-
-SRC_URI = "https://developer.arm.com/-/cdn-downloads/permalink/FVPs-Architecture/${PV_URL_SHORT}/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tar.gz;subdir=${BP};name=fvp-${HOST_ARCH}"
-
-UPSTREAM_CHECK_URI = "${HOMEPAGE}"
-UPSTREAM_CHECK_REGEX = "${MODEL_CODE}_(?P<pver>(\d+[\.\-_]*)+).tar.gz"
-
-FVP_ARCH:aarch64 = "Linux_armv8"
-FVP_ARCH:x86-64 = "Linux_x86"
-
-# This is needed because all of the files are now included in the first
-# dir in the tarball, instead of having the license files split out.
-S = "${UNPACKDIR}/${BP}/${MODEL_CODE}_${VERSION}_${BUILD}"
-
-# Keeping this separate from do_install below in case it can be moved
-# out when other FVPs bump to newer versions and this because needed more commonly
-fvp_link_binaries() {
- DIR="${D}${FVPDIR}/bin/"
-
- stat $DIR/FVP_* >/dev/null 2>&1 || bbfatal Cannot find FVP binaries in $DIR
-
- for FVP in $DIR/FVP_*; do
- ln -rs $FVP ${D}${bindir}/$(basename $FVP)
- done
- # But not the .so files too
- rm -f ${D}${bindir}/*.so
-}
-
-# This is needed because the FVP Base doesn't have an install script like others
-do_install() {
- mkdir --parents ${D}${FVPDIR} ${D}${bindir}
-
- cp --archive --no-preserve=ownership ${S}/* ${D}${FVPDIR}/
-
- fvp_link_binaries
-}
diff --git a/meta-arm/recipes-devtools/fvp/fvp-rdv1.bb b/meta-arm/recipes-devtools/fvp/fvp-rdv1.bb
deleted file mode 100644
index 23804bf3fef4..000000000000
--- a/meta-arm/recipes-devtools/fvp/fvp-rdv1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require fvp-ecosystem.inc
-
-MODEL = "RD-V1"
-MODEL_CODE = "FVP_RD_V1"
-PV = "11.17.29"
-
-SRC_URI = "https://developer.arm.com/-/cdn-downloads/permalink/FVPs-Neoverse-Infrastructure/${MODEL}/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
-SRC_URI[fvp-x86_64.sha256sum] = "715c0e0264fc3df961a0b9ff4c4399d55e4ccf4efb0944a412141d97873027a3"
-
-# The CSS used in the FVP homepage make it too difficult to query with the tooling currently in Yocto
-UPSTREAM_VERSION_UNKNOWN = "1"
-
-LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
- file://license_terms/third_party_licenses.txt;md5=41029e71051b1c786bae3112a29905a7"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb b/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb
deleted file mode 100644
index 99a9940c37de..000000000000
--- a/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require fvp-ecosystem.inc
-
-MODEL = "SGI-575"
-MODEL_CODE = "FVP_CSS_SGI-575"
-PV = "11.15.26"
-
-SRC_URI[sha256sum] = "d07241112f6c146362deec789e782e10e83bc3560cf605ccd055a606d0b44e74"
-
-# The CSS used in the FVP homepage make it too difficult to query with the tooling currently in Yocto
-UPSTREAM_VERSION_UNKNOWN = "1"
-
-LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
- file://license_terms/third_party_licenses.txt;md5=3db0c4947b7e3405c40b943672d8de2f"
--
2.50.1 (Apple Git-155)
next prev parent reply other threads:[~2026-08-10 17:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-10 17:48 [PATCH 1/3] arm/fvp: Update FVP Base to 11.32.19 Jon Mason
2026-08-10 17:48 ` Jon Mason [this message]
2026-08-10 17:48 ` [PATCH 3/3] arm/fvps: change COMPATIBLE_HOST default Jon Mason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260810174817.89440-2-jon.mason@arm.com \
--to=jon.mason@arm.com \
--cc=meta-arm@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.