From 75b883c363260e4873a8575607395ee4b5242e29 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 19 Oct 2022 14:39:52 +0100 Subject: [PATCH] arm/fvp-tc0: remove Total Compute 2020 FVP This FVP doesn't support TC1, so remove it now that we don't support TC0. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- ci/fvps.yml | 1 - meta-arm/recipes-devtools/fvp/fvp-tc0.bb | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 meta-arm/recipes-devtools/fvp/fvp-tc0.bb diff --git a/ci/fvps.yml b/ci/fvps.yml index 576faa31..e3bc5fe5 100644 --- a/ci/fvps.yml +++ b/ci/fvps.yml @@ -17,4 +17,3 @@ target: - nativesdk-fvp-sgi575 - nativesdk-fvp-corstone500 - nativesdk-fvp-corstone1000 - - nativesdk-fvp-tc0 diff --git a/meta-arm/recipes-devtools/fvp/fvp-tc0.bb b/meta-arm/recipes-devtools/fvp/fvp-tc0.bb deleted file mode 100644 index 78f2fc22..00000000 --- a/meta-arm/recipes-devtools/fvp/fvp-tc0.bb +++ /dev/null @@ -1,12 +0,0 @@ -require fvp-ecosystem.inc - -MODEL = "TotalCompute" -MODEL_CODE = "FVP_TC0" -PV = "11.17.18" - -# Unconventional URI structure for this release -SRC_URI = "https://developer.arm.com/-/media/Arm%20Developer%20Community/Downloads/OSS/FVP/TotalCompute/Total%20Compute%20Update%202022/FVP_TC0_11.17_18.tgz;subdir=${BP}" -SRC_URI[sha256sum] = "0bd78354e036a7e92bd7f8cbd78cd2b5197dc0872fe2b25c95ea734929fe83b8" - -LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \ - file://license_terms/third_party_licenses.txt;md5=41029e71051b1c786bae3112a29905a7"