From: Jon Mason <jon.mason@arm.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 3/3] arm/fvps: change COMPATIBLE_HOST default
Date: Mon, 10 Aug 2026 13:48:17 -0400 [thread overview]
Message-ID: <20260810174817.89440-3-jon.mason@arm.com> (raw)
In-Reply-To: <20260810174817.89440-1-jon.mason@arm.com>
Make the COMPATIBLE_HOST in fvp-common.inc be both x86 and arm64, since
that is the large majority of the FVPs available.
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.32.19.bb | 2 --
meta-arm/recipes-devtools/fvp/fvp-common.inc | 2 +-
meta-arm/recipes-devtools/fvp/fvp-corstone1000-a320.bb | 2 --
meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb | 2 --
meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb | 2 --
meta-arm/recipes-devtools/fvp/fvp-rdn2.bb | 2 --
meta-arm/recipes-devtools/fvp/fvp-rdv2.bb | 2 --
meta-arm/recipes-devtools/fvp/fvp-rdv3-r1.bb | 2 --
meta-arm/recipes-devtools/fvp/fvp-tc3.bb | 2 ++
9 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.32.19.bb b/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.32.19.bb
index 26557769a577..59c1ead938ae 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.32.19.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.32.19.bb
@@ -21,8 +21,6 @@ UPSTREAM_VERSION_UNKNOWN = "1"
MODEL_CODE = "FVP_Base_RevC_AEMvA"
SHELL_SCRIPT_NAME = "${MODEL_CODE}_11.32_19_${FVP_ARCH}.sh"
-COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
-
INSANE_SKIP:${PN} += "dev-so"
do_install() {
diff --git a/meta-arm/recipes-devtools/fvp/fvp-common.inc b/meta-arm/recipes-devtools/fvp/fvp-common.inc
index 7f7d4ef5126a..7021036f99b9 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-common.inc
+++ b/meta-arm/recipes-devtools/fvp/fvp-common.inc
@@ -15,7 +15,7 @@ Please refer to 'https://developer.arm.com/downloads/-/arm-ecosystem-fvps/eula'\
${@bb.utils.contains('BB_ENV_PASSTHROUGH_ADDITIONS', 'ARM_FVP_EULA_ACCEPT', ' and export ARM_FVP_EULA_ACCEPT to 1', '', d)}.\
"
-COMPATIBLE_HOST = "x86_64.*-linux"
+COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
# The architecture-specific download filename suffix
FVP_ARCH:aarch64 = "Linux64_armv8l"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-corstone1000-a320.bb b/meta-arm/recipes-devtools/fvp/fvp-corstone1000-a320.bb
index 1c2e49338395..37f44eb2b1d4 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-corstone1000-a320.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-corstone1000-a320.bb
@@ -40,6 +40,4 @@ do_install() {
done
}
-COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
-
INSANE_SKIP:${PN} += "dev-so"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb b/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb
index b4288275c8fd..9618bf75f2c8 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb
@@ -18,5 +18,3 @@ LIC_FILES_CHKSUM = "\
file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
file://license_terms/third_party_licenses/third_party_licenses.txt;md5=0c32ac6f58ebff83065105042ab98211 \
"
-
-COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb b/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb
index e305afae96c4..c9a1c529a734 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb
@@ -13,5 +13,3 @@ UPSTREAM_VERSION_UNKNOWN = "1"
LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
file://license_terms/third_party_licenses/third_party_licenses.txt;md5=92ea58bb219213dfdc48111b693019b6"
-
-COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-rdn2.bb b/meta-arm/recipes-devtools/fvp/fvp-rdn2.bb
index 73848bfbc4cf..17330974b801 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-rdn2.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-rdn2.bb
@@ -14,7 +14,5 @@ UPSTREAM_VERSION_UNKNOWN = "1"
LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
file://license_terms/third_party_licenses/third_party_licenses.txt;md5=b9005e55057311e41efe02ccfea8ea72"
-COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
-
require remove-execstack.inc
REMOVE_EXECSTACKS:x86-64 = "${FVPDIR}/models/${FVP_ARCH_DIR}*/libarmctmodel.so"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-rdv2.bb b/meta-arm/recipes-devtools/fvp/fvp-rdv2.bb
index 3da7075abcd0..3ac06880af02 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-rdv2.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-rdv2.bb
@@ -14,7 +14,5 @@ UPSTREAM_VERSION_UNKNOWN = "1"
LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
file://license_terms/third_party_licenses/third_party_licenses.txt;md5=b9005e55057311e41efe02ccfea8ea72"
-COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
-
require remove-execstack.inc
REMOVE_EXECSTACKS:x86-64 = "${FVPDIR}/models/${FVP_ARCH_DIR}*/libarmctmodel.so"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-rdv3-r1.bb b/meta-arm/recipes-devtools/fvp/fvp-rdv3-r1.bb
index e54f31903147..a7e03e3522b5 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-rdv3-r1.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-rdv3-r1.bb
@@ -13,5 +13,3 @@ UPSTREAM_VERSION_UNKNOWN = "1"
LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
file://license_terms/third_party_licenses/third_party_licenses.txt;md5=41f1533ebfbd4f1d32cfc82b55f6729a"
-
-COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-tc3.bb b/meta-arm/recipes-devtools/fvp/fvp-tc3.bb
index 2b0f257db6db..1f91d4419f4c 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-tc3.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-tc3.bb
@@ -12,3 +12,5 @@ UPSTREAM_VERSION_UNKNOWN = "1"
LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
file://license_terms/third_party_licenses/third_party_licenses.txt;md5=58b552b918d097a8ba802168312d76b2"
+
+COMPATIBLE_HOST = "x86_64.*-linux"
--
2.50.1 (Apple Git-155)
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 ` [PATCH 2/3] arm/fvps: remove unused files Jon Mason
2026-08-10 17:48 ` Jon Mason [this message]
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-3-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.