summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 11:40:50 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 11:40:50 +0100
commita095dfb06f9288e623a4da2e123dd07f15260bed (patch)
treeaa9fc67afb26294076ea95c27335fd4100db69af /recipes-bsp
parenta855d66f10fbe559cb5e196562745cd69fb71f22 (diff)
layer: Update LICENSE variable to use SPDX license identifiers
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/cbootimage/cbootimage.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/cbootimage/cbootimage.bb b/recipes-bsp/cbootimage/cbootimage.bb
index 806da23..d882cb5 100644
--- a/recipes-bsp/cbootimage/cbootimage.bb
+++ b/recipes-bsp/cbootimage/cbootimage.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Utility to create boot images with boot configuration data (BCT)
SECTION = "bootloader"
DEPENDS = ""
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
BBCLASSEXTEND = "native nativesdk"