From 6ee36512871baddeb971ea81854e6508e7c3e4ad Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 7 Jan 2020 20:31:13 -0500 Subject: [PATCH] Fix bitbake license warnings The following warnings are seen when building fvp-base WARNING: fvp-base-native-r11p7-30rel0-r0 do_populate_lic: fvp-base-native: No generic license file exists for: GPL in any provider WARNING: fvp-base-native-r11p7-30rel0-r0 do_populate_lic: fvp-base-native: No generic license file exists for: Apache in any provider Correct the license names to the expected strings resolves the issue Change-Id: Ia4962736840de8b4a02d0c9d59b7c14c9999997c Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-devtools/fvp-common/fvp-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/recipes-devtools/fvp-common/fvp-native.inc b/meta-arm-bsp/recipes-devtools/fvp-common/fvp-native.inc index 727254db..41070805 100644 --- a/meta-arm-bsp/recipes-devtools/fvp-common/fvp-native.inc +++ b/meta-arm-bsp/recipes-devtools/fvp-common/fvp-native.inc @@ -7,7 +7,7 @@ SUMMARY = "Arm Fixed Virtual Platform" HOMEPAGE = "https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms" -LICENSE = "Proprietary & GPL & Apache" +LICENSE = "Proprietary & GPLv2 & Apache-2" inherit native deploy