diff mbox series

[2/2] arm/fvp: add LICENSE_FLAGS_DETAILS

Message ID 20230606144315.3928160-2-ross.burton@arm.com
State New
Headers show
Series [1/2] kas: remove obsolete armcompiler LICENSE_FLAGS_ACCEPTED | expand

Commit Message

Ross Burton June 6, 2023, 2:43 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

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 <ross.burton@arm.com>
---
 meta-arm/recipes-devtools/fvp/fvp-common.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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"