From 35acf44b398ef504ea136feb9248f84f9d04d146 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 20 Sep 2021 19:06:21 +0100 Subject: [PATCH] CI: add FVP-EULA to the license whitelist So that we can build and use FVP packages in the CI, agree to the FVP EULA. Change-Id: Iaff2398000c30782f48f70714846d3f1028b34bb Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- ci/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 99360a63..86608b28 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -28,7 +28,7 @@ local_conf_header: base: | CONF_VERSION = "2" PACKAGE_CLASSES = "package_ipk" - LICENSE_FLAGS_WHITELIST += "armcompiler" + LICENSE_FLAGS_WHITELIST += "armcompiler Arm-FVP-EULA" PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl" EXTRA_IMAGE_FEATURES:append = " debug-tweaks" BB_NUMBER_THREADS = "16"