From 849eb7c5179206eba8e7ca65d1ca46b2d48e858c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 6 Jun 2023 15:43:15 +0100 Subject: [PATCH] arm/fvp: add LICENSE_FLAGS_DETAILS Add a link to the FVP EULA in LICENSE_FLAGS_DETAILS, so the user has some context as to what they're agreeing to upfront. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/recipes-devtools/fvp/fvp-common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm/recipes-devtools/fvp/fvp-common.inc b/meta-arm/recipes-devtools/fvp/fvp-common.inc index dd02a7c9..ea3ef678 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-common.inc +++ b/meta-arm/recipes-devtools/fvp/fvp-common.inc @@ -3,6 +3,7 @@ HOMEPAGE = "https://developer.arm.com/tools-and-software/simulation-models/fixed # FVP has an End User License Agreement. Add Arm-FVP-EULA to your # LICENSE_FLAGS_ACCEPTED if you agree to these terms. LICENSE_FLAGS = "Arm-FVP-EULA" +LICENSE_FLAGS_DETAILS[Arm-FVP-EULA] = "https://developer.arm.com/downloads/-/arm-ecosystem-fvps/eula" LICENSE = "Proprietary & Apache-2.0 & Python-2.0 & GPL-3.0-with-GCC-exception & Zlib & NCSA & LGPL-2.0-or-later & MIT & BSD-3-Clause"