@@ -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() {
@@ -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"
@@ -40,6 +40,4 @@ do_install() {
done
}
-COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
-
INSANE_SKIP:${PN} += "dev-so"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
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(-)