diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-03-03 15:34:00 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-03-03 15:34:00 +0000 |
commit | 832da37d74f56e041f27dd99884b522b939e2f8a (patch) | |
tree | 5deba04be75bea93e8998a07ecfd264ae57cfc75 | |
parent | 8a6c7a1a871a9a6f45f9f86e32c43e3fb5d79d17 (diff) | |
download | meta-freescale-832da37d74f56e041f27dd99884b522b939e2f8a.tar.gz |
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: Andrey Zhizhikin <andrey.z@gmail.com>
57 files changed, 57 insertions, 57 deletions
diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb index 584c5c68..25a2015c 100644 --- a/recipes-bsp/boot-format/boot-format_git.bb +++ b/recipes-bsp/boot-format/boot-format_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" | 1 | DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | PR = "r6" | 3 | PR = "r6" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
diff --git a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb b/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb index 60598ae5..260737ff 100644 --- a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb +++ b/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Freescale TLU(Table Lookup Unit) test package" | |||
2 | DESCRIPTION = "This package includes the TLU(Table Lookup Unit) test scripts \ | 2 | DESCRIPTION = "This package includes the TLU(Table Lookup Unit) test scripts \ |
3 | and configuration files." | 3 | and configuration files." |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" |
7 | 7 | ||
8 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fsl-tlu;protocol=https;nobranch=1" | 8 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fsl-tlu;protocol=https;nobranch=1" |
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb index f13299d0..761aac55 100644 --- a/recipes-bsp/imx-kobs/imx-kobs_git.bb +++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | SUMMARY = "Nand boot write source" | 5 | SUMMARY = "Nand boot write source" |
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
9 | 9 | ||
10 | PV = "5.5+git${SRCPV}" | 10 | PV = "5.5+git${SRCPV}" |
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index 2ecea3e5..99a156a5 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # Copyright 2017 NXP | 3 | # Copyright 2017 NXP |
4 | 4 | ||
5 | DESCRIPTION = "Platform specific libraries for imx platform" | 5 | DESCRIPTION = "Platform specific libraries for imx platform" |
6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPL-2.1-only" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 9 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index 2b9d420b..d5330897 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | require imx-mkimage_git.inc | 3 | require imx-mkimage_git.inc |
4 | 4 | ||
5 | DESCRIPTION = "Generate Boot Loader for i.MX 8 device" | 5 | DESCRIPTION = "Generate Boot Loader for i.MX 8 device" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
8 | SECTION = "BSP" | 8 | SECTION = "BSP" |
9 | 9 | ||
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.bb b/recipes-bsp/imx-mkimage/imx-mkimage_git.bb index f9943342..24ed76e2 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.bb +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | require imx-mkimage_git.inc | 4 | require imx-mkimage_git.inc |
5 | 5 | ||
6 | DESCRIPTION = "i.MX make image" | 6 | DESCRIPTION = "i.MX make image" |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 8 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
9 | SECTION = "BSP" | 9 | SECTION = "BSP" |
10 | 10 | ||
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 84696e35..1777542a 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
@@ -5,7 +5,7 @@ | |||
5 | SUMMARY = "Test programs for i.MX BSP" | 5 | SUMMARY = "Test programs for i.MX BSP" |
6 | DESCRIPTION = "Unit tests for the i.MX BSP" | 6 | DESCRIPTION = "Unit tests for the i.MX BSP" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" | 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" |
10 | 10 | ||
11 | DEPENDS = "alsa-lib libdrm" | 11 | DEPENDS = "alsa-lib libdrm" |
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 6d7adf33..2f001dda 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | SUMMARY = "A Daemon wait for NXP mfgtools host's command" | 3 | SUMMARY = "A Daemon wait for NXP mfgtools host's command" |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | DEPENDS = "virtual/kernel dosfstools-native" | 5 | DEPENDS = "virtual/kernel dosfstools-native" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | inherit autotools-brokensep | 9 | inherit autotools-brokensep |
diff --git a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb index 3866ab5b..7589e514 100644 --- a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb +++ b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = 'Library for allocating and managing physically contiguous memory \ | 1 | DESCRIPTION = 'Library for allocating and managing physically contiguous memory \ |
2 | ("DMA memory" or "DMA buffers") on i.MX devices.' | 2 | ("DMA memory" or "DMA buffers") on i.MX devices.' |
3 | HOMEPAGE = "https://github.com/Freescale/libimxdmabuffer" | 3 | HOMEPAGE = "https://github.com/Freescale/libimxdmabuffer" |
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPL-2.1-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | 7 | ||
diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb index 62b4b7ad..17da814f 100644 --- a/recipes-bsp/mxsldr/mxsldr_git.bb +++ b/recipes-bsp/mxsldr/mxsldr_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader" | 4 | DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader" |
5 | DEPENDS = "libusb1" | 5 | DEPENDS = "libusb1" |
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | SRCREV = "c40d80472525e1d57dae5317c028b745968c0399" | 9 | SRCREV = "c40d80472525e1d57dae5317c028b745968c0399" |
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc index 341e2802..43478516 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | inherit fsl-u-boot-localversion | 4 | inherit fsl-u-boot-localversion |
5 | 5 | ||
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" | 7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" |
8 | 8 | ||
9 | DEPENDS += "flex-native bison-native" | 9 | DEPENDS += "flex-native bison-native" |
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2021.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2021.04.inc index f82f7b67..f7435198 100644 --- a/recipes-bsp/u-boot/u-boot-imx-common_2021.04.inc +++ b/recipes-bsp/u-boot/u-boot-imx-common_2021.04.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." | 1 | DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." |
2 | 2 | ||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRCBRANCH = "lf_v2021.04" | 6 | SRCBRANCH = "lf_v2021.04" |
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb index db93710d..b6385322 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb | |||
@@ -5,7 +5,7 @@ PROVIDES += "u-boot" | |||
5 | 5 | ||
6 | inherit fsl-u-boot-localversion | 6 | inherit fsl-u-boot-localversion |
7 | 7 | ||
8 | LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1" | 8 | LICENSE = "GPL-2.0-only & BSD-3-Clause & BSD-2-Clause & LGPL-2.0-only & LGPL-2.1-only" |
9 | LIC_FILES_CHKSUM = " \ | 9 | LIC_FILES_CHKSUM = " \ |
10 | file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 10 | file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
11 | file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \ | 11 | file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \ |
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb index 2bee7b8b..f24cb0f6 100644 --- a/recipes-devtools/devregs/devregs_git.bb +++ b/recipes-devtools/devregs/devregs_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "i.MX Register tool" | 1 | DESCRIPTION = "i.MX Register tool" |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" |
5 | 5 | ||
6 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" | 6 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" |
diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb index 1a1e1a9c..deffd853 100644 --- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb +++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "i.MX/Vybrid recovery utility" | 1 | DESCRIPTION = "i.MX/Vybrid recovery utility" |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | DEPENDS = "libusb1" | 6 | DEPENDS = "libusb1" |
diff --git a/recipes-devtools/qemu/qemu.inc b/recipes-devtools/qemu/qemu.inc index 532bcf6d..b8b5f318 100644 --- a/recipes-devtools/qemu/qemu.inc +++ b/recipes-devtools/qemu/qemu.inc | |||
@@ -4,7 +4,7 @@ machine's processor through dynamic binary translation and provides a set \ | |||
4 | of different hardware and device models for the machine, enabling it to run \ | 4 | of different hardware and device models for the machine, enabling it to run \ |
5 | a variety of guest operating systems" | 5 | a variety of guest operating systems" |
6 | HOMEPAGE = "http://qemu.org" | 6 | HOMEPAGE = "http://qemu.org" |
7 | LICENSE = "GPLv2 & LGPLv2.1" | 7 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" |
8 | 8 | ||
9 | RDEPENDS:${PN}-ptest = "bash make" | 9 | RDEPENDS:${PN}-ptest = "bash make" |
10 | 10 | ||
diff --git a/recipes-devtools/utp-com/utp-com_git.bb b/recipes-devtools/utp-com/utp-com_git.bb index 0b0a6cf2..85c80acb 100644 --- a/recipes-devtools/utp-com/utp-com_git.bb +++ b/recipes-devtools/utp-com/utp-com_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" | 1 | DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" |
4 | 4 | ||
5 | DEPENDS = "sg3-utils" | 5 | DEPENDS = "sg3-utils" |
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb index cfeae114..989bdbf0 100644 --- a/recipes-dpaa/eth-config/eth-config_git.bb +++ b/recipes-dpaa/eth-config/eth-config_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Ethernet Configuration Files" | 1 | DESCRIPTION = "Ethernet Configuration Files" |
2 | SECTION = "eth-config" | 2 | SECTION = "eth-config" |
3 | LICENSE = "BSD & GPLv2+" | 3 | LICENSE = "BSD & GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=47716bd5b656aa5e298a132a64d2d1e4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=47716bd5b656aa5e298a132a64d2d1e4" |
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r2" |
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index 645efdb3..af228f3f 100644 --- a/recipes-dpaa/flib/flib_git.bb +++ b/recipes-dpaa/flib/flib_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Foundation Library" | 1 | DESCRIPTION = "Foundation Library" |
2 | SECTION = "flib" | 2 | SECTION = "flib" |
3 | LICENSE = "BSD & GPLv2" | 3 | LICENSE = "BSD & GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" |
5 | 5 | ||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" | 6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" |
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index f4b6cc20..cad064f2 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Frame Manager User Space Library" | 1 | DESCRIPTION = "Frame Manager User Space Library" |
2 | SECTION = "fman" | 2 | SECTION = "fman" |
3 | LICENSE = "BSD & GPLv2" | 3 | LICENSE = "BSD & GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r1" |
diff --git a/recipes-extended/crconf/crconf_git.bb b/recipes-extended/crconf/crconf_git.bb index 305b47f5..755365d6 100644 --- a/recipes-extended/crconf/crconf_git.bb +++ b/recipes-extended/crconf/crconf_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "crconf -Linux crypto layer configuraton tool" | 1 | SUMMARY = "crconf -Linux crypto layer configuraton tool" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111" | 4 | LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111" |
5 | 5 | ||
6 | EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}' SBINDIR='${sbindir}' MANDIR='${mandir}'" | 6 | EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}' SBINDIR='${sbindir}' MANDIR='${mandir}'" |
diff --git a/recipes-extended/dpdk/dpdk-20.11.inc b/recipes-extended/dpdk/dpdk-20.11.inc index 00aed60d..38c34e1b 100644 --- a/recipes-extended/dpdk/dpdk-20.11.inc +++ b/recipes-extended/dpdk/dpdk-20.11.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Data Plane Development Kit" | 1 | DESCRIPTION = "Data Plane Development Kit" |
2 | HOMEPAGE = "http://dpdk.org" | 2 | HOMEPAGE = "http://dpdk.org" |
3 | LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2" | 3 | LICENSE = "BSD-3-Clause & LGPL-2.1-only & GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 4 | LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
5 | file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ | 5 | file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ |
6 | file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" | 6 | file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" |
diff --git a/recipes-extended/dpdk/dpdk_19.11-20.12.bb b/recipes-extended/dpdk/dpdk_19.11-20.12.bb index 37582124..765c9420 100644 --- a/recipes-extended/dpdk/dpdk_19.11-20.12.bb +++ b/recipes-extended/dpdk/dpdk_19.11-20.12.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2" | 1 | LICENSE = "BSD-3-Clause & LGPL-2.1-only & GPL-2.0-only" |
2 | LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 2 | LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
3 | file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ | 3 | file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ |
4 | file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" | 4 | file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" |
diff --git a/recipes-extended/jailhouse/jailhouse_0.12.bb b/recipes-extended/jailhouse/jailhouse_0.12.bb index bdd55985..0787523f 100644 --- a/recipes-extended/jailhouse/jailhouse_0.12.bb +++ b/recipes-extended/jailhouse/jailhouse_0.12.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Jailhouse, i.MX fork" | 1 | SUMMARY = "Jailhouse, i.MX fork" |
2 | HOMEPAGE = "https://github.com/siemens/jailhouse" | 2 | HOMEPAGE = "https://github.com/siemens/jailhouse" |
3 | SECTION = "jailhouse" | 3 | SECTION = "jailhouse" |
4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0-only" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ |
7 | file://tools/root-cell-config.c.tmpl;beginline=6;endline=33;md5=2825581c1666c44a17955dc574cfbfb3 \ | 7 | file://tools/root-cell-config.c.tmpl;beginline=6;endline=33;md5=2825581c1666c44a17955dc574cfbfb3 \ |
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb index 42b48779..74176b9a 100644 --- a/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/recipes-extended/libpkcs11/libpkcs11_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "PKCS library" | 1 | DESCRIPTION = "PKCS library" |
2 | LICENSE = "GPLv2 & BSD" | 2 | LICENSE = "GPL-2.0-only & BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" |
4 | 4 | ||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1 \ | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1 \ |
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb index b75c0feb..ec051bea 100644 --- a/recipes-extended/skmm-ep/skmm-ep_git.bb +++ b/recipes-extended/skmm-ep/skmm-ep_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "SKMM application for PCIe endpoint" | 1 | DESCRIPTION = "SKMM application for PCIe endpoint" |
2 | SECTION = "skmm-ep" | 2 | SECTION = "skmm-ep" |
3 | LICENSE = "BSD & GPLv2" | 3 | LICENSE = "BSD & GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f" | 4 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f" |
5 | 5 | ||
6 | DEPENDS = "libedit openssl virtual/kernel" | 6 | DEPENDS = "libedit openssl virtual/kernel" |
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index f1ddbec8..a2e8b49e 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Configure TSN funtionalitie" | 1 | SUMMARY = "Configure TSN funtionalitie" |
2 | DESCRIPTION = "A tool to configure TSN funtionalities in user space" | 2 | DESCRIPTION = "A tool to configure TSN funtionalities in user space" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ef58f855337069acd375717db0dbbb6d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ef58f855337069acd375717db0dbbb6d" |
5 | 5 | ||
6 | DEPENDS = "cjson libnl readline" | 6 | DEPENDS = "cjson libnl readline" |
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index 00790c8e..a6381174 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "CEETM TC QDISC" | 1 | DESCRIPTION = "CEETM TC QDISC" |
2 | LICENSE = "GPLv2 & BSD" | 2 | LICENSE = "GPL-2.0-only & BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=bac620b9883d38a84dfb73ca7122d915" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=bac620b9883d38a84dfb73ca7122d915" |
4 | 4 | ||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ceetm;nobranch=1" | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ceetm;nobranch=1" |
diff --git a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb index 898afeb2..7fecf0c6 100644 --- a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Auto Response Control Module" | 1 | SUMMARY = "Auto Response Control Module" |
2 | LICENSE = "GPLv2 & BSD" | 2 | LICENSE = "GPL-2.0-only & BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" |
4 | 4 | ||
5 | inherit module | 5 | inherit module |
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4+fslc.bb index 459f88d4..c0943907 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4+fslc.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4+fslc.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | SUMMARY = "Kernel loadable module for Vivante GPU" | 4 | SUMMARY = "Kernel loadable module for Vivante GPU" |
5 | DESCRIPTION = "This package uses an exact copy of the GPU kernel driver source code of \ | 5 | DESCRIPTION = "This package uses an exact copy of the GPU kernel driver source code of \ |
6 | the same version as base and include fixes and improvements developed by FSL Community" | 6 | the same version as base and include fixes and improvements developed by FSL Community" |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
9 | 9 | ||
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4.bb index 37b6d2f7..6c759c3b 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | SUMMARY = "Kernel loadable module for Vivante GPU" | 4 | SUMMARY = "Kernel loadable module for Vivante GPU" |
5 | DESCRIPTION = "Builds the Vivante GPU kernel driver as a loadable kernel module, \ | 5 | DESCRIPTION = "Builds the Vivante GPU kernel driver as a loadable kernel module, \ |
6 | allowing flexibility to use a newer graphics release with an older kernel." | 6 | allowing flexibility to use a newer graphics release with an older kernel." |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
9 | 9 | ||
10 | SRCBRANCH = "lf-5.10.y" | 10 | SRCBRANCH = "lf-5.10.y" |
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb index 71265e53..f9018ec8 100644 --- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright 2020-2021 NXP | 1 | # Copyright 2020-2021 NXP |
2 | 2 | ||
3 | DESCRIPTION = "Kernel loadable module for ISP" | 3 | DESCRIPTION = "Kernel loadable module for ISP" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" |
6 | 6 | ||
7 | SRCBRANCH = "lf-5.10.y_2.2.0" | 7 | SRCBRANCH = "lf-5.10.y_2.2.0" |
diff --git a/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb b/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb index cad18b69..0a83a4a2 100644 --- a/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Layerscape Debug File System Module" | |||
2 | DESCRIPTION = "This package is the kernel module which is used for \ | 2 | DESCRIPTION = "This package is the kernel module which is used for \ |
3 | ls102xa targets debug." | 3 | ls102xa targets debug." |
4 | SECTION = "ls-debug" | 4 | SECTION = "ls-debug" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94263f12f9416f9fd0493c8f9e8085a3" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94263f12f9416f9fd0493c8f9e8085a3" |
7 | 7 | ||
8 | inherit module autotools-brokensep | 8 | inherit module autotools-brokensep |
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb index f99b7594..e8360b46 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987" | 1 | SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77" | 3 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77" |
4 | 4 | ||
5 | SRCBRANCH = "lf-5.10.72_2.2.0" | 5 | SRCBRANCH = "lf-5.10.72_2.2.0" |
diff --git a/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb b/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb index 4a31f1e3..7beaf0e7 100644 --- a/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb +++ b/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "QorIQ extension to Perf for supporting non core counters" | 1 | DESCRIPTION = "QorIQ extension to Perf for supporting non core counters" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba" |
4 | 4 | ||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/qoriq-perf;branch=nxp/master" | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/qoriq-perf;branch=nxp/master" |
diff --git a/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb b/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb index 20d894ed..b80aa79b 100644 --- a/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Scatter-gather logic for multiple tables" | 1 | SUMMARY = "Scatter-gather logic for multiple tables" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9605a22ea50467bd2bfe4cdd66e69ae" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9605a22ea50467bd2bfe4cdd66e69ae" |
4 | 4 | ||
5 | inherit module | 5 | inherit module |
diff --git a/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb b/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb index f7beed21..a8d5d498 100644 --- a/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb +++ b/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "UIO driver for T1040 L2 Switch" | 1 | DESCRIPTION = "UIO driver for T1040 L2 Switch" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
4 | 4 | ||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/l2switch-uio;branch=nxp/sdk-v2.0.x" | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/l2switch-uio;branch=nxp/sdk-v2.0.x" |
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb index 1819dfde..8aa662eb 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.10.bb | |||
@@ -69,7 +69,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
69 | 69 | ||
70 | include linux-fslc.inc | 70 | include linux-fslc.inc |
71 | 71 | ||
72 | LICENSE = "GPLv2" | 72 | LICENSE = "GPL-2.0-only" |
73 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 73 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
74 | 74 | ||
75 | KBRANCH = "5.10-2.1.x-imx" | 75 | KBRANCH = "5.10-2.1.x-imx" |
diff --git a/recipes-kernel/linux/linux-imx-headers_5.10.bb b/recipes-kernel/linux/linux-imx-headers_5.10.bb index 9f79450d..5d158031 100644 --- a/recipes-kernel/linux/linux-imx-headers_5.10.bb +++ b/recipes-kernel/linux/linux-imx-headers_5.10.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | SUMMARY = "Installs i.MX-specific kernel headers" | 4 | SUMMARY = "Installs i.MX-specific kernel headers" |
5 | DESCRIPTION = "Installs i.MX-specific kernel headers to userspace. \ | 5 | DESCRIPTION = "Installs i.MX-specific kernel headers to userspace. \ |
6 | New headers are installed in ${includedir}/imx." | 6 | New headers are installed in ${includedir}/imx." |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
9 | 9 | ||
10 | SRCBRANCH = "lf-5.10.y" | 10 | SRCBRANCH = "lf-5.10.y" |
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index 96d4df90..ee438fed 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright (C) 2012, 2015 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012, 2015 O.S. Systems Software LTDA. |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
6 | 6 | ||
7 | inherit kernel-yocto kernel fsl-kernel-localversion fsl-vivante-kernel-driver-handler | 7 | inherit kernel-yocto kernel fsl-kernel-localversion fsl-vivante-kernel-driver-handler |
diff --git a/recipes-kernel/linux/linux-imx_5.10.bb b/recipes-kernel/linux/linux-imx_5.10.bb index 1a454b82..09d4595c 100644 --- a/recipes-kernel/linux/linux-imx_5.10.bb +++ b/recipes-kernel/linux/linux-imx_5.10.bb | |||
@@ -12,7 +12,7 @@ i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU | |||
12 | 12 | ||
13 | require recipes-kernel/linux/linux-imx.inc | 13 | require recipes-kernel/linux/linux-imx.inc |
14 | 14 | ||
15 | LICENSE = "GPLv2" | 15 | LICENSE = "GPL-2.0-only" |
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
17 | 17 | ||
18 | DEPENDS += "lzop-native bc-native" | 18 | DEPENDS += "lzop-native bc-native" |
diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc index cd474aed..bb16942a 100644 --- a/recipes-kernel/linux/linux-qoriq.inc +++ b/recipes-kernel/linux/linux-qoriq.inc | |||
@@ -3,7 +3,7 @@ inherit fsl-kernel-localversion | |||
3 | 3 | ||
4 | SUMMARY = "Linux Kernel for NXP QorIQ platforms" | 4 | SUMMARY = "Linux Kernel for NXP QorIQ platforms" |
5 | SECTION = "kernel" | 5 | SECTION = "kernel" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb index 6d4b4864..bbbfc588 100644 --- a/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/recipes-kernel/skmm-host/skmm-host_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" | 1 | DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" |
2 | SECTION = "c293-skmm-host" | 2 | SECTION = "c293-skmm-host" |
3 | LICENSE = "BSD & GPLv2+" | 3 | LICENSE = "BSD & GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" |
5 | 5 | ||
6 | inherit module qoriq_build_64bit_kernel | 6 | inherit module qoriq_build_64bit_kernel |
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb index 6a665729..e05ba5b2 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
4 | 4 | ||
5 | DESCRIPTION = "Freescale alsa-lib plugins" | 5 | DESCRIPTION = "Freescale alsa-lib plugins" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | DEPENDS = "alsa-lib" | 8 | DEPENDS = "alsa-lib" |
9 | 9 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb index 2d16a3f2..cbd59195 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb | |||
@@ -6,7 +6,7 @@ SECTION = "multimedia" | |||
6 | 6 | ||
7 | # ffmpeg has comercial license flags so add it as we need ffmpeg as a dependency | 7 | # ffmpeg has comercial license flags so add it as we need ffmpeg as a dependency |
8 | LICENSE_FLAGS = "commercial" | 8 | LICENSE_FLAGS = "commercial" |
9 | LICENSE = "LGPLv2+" | 9 | LICENSE = "LGPL-2.0-or-later" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ |
11 | file://ext/libav/gstav.h;beginline=1;endline=18;md5=a752c35267d8276fd9ca3db6994fca9c \ | 11 | file://ext/libav/gstav.h;beginline=1;endline=18;md5=a752c35267d8276fd9ca3db6994fca9c \ |
12 | " | 12 | " |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.0.imx.bb index 530db622..65f8eb07 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.0.imx.bb | |||
@@ -20,7 +20,7 @@ SRCREV = "227af57d23cb6b3564fc94446ab2c9fe8c8cff22" | |||
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+" | 23 | LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later & LGPL-2.1-or-later" |
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ |
25 | file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 " | 25 | file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 " |
26 | 26 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.imx.bb index 835264ec..b297a178 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.imx.bb | |||
@@ -3,7 +3,7 @@ require recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc | |||
3 | DESCRIPTION = "'Base' GStreamer plugins and helper libraries" | 3 | DESCRIPTION = "'Base' GStreamer plugins and helper libraries" |
4 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | 4 | HOMEPAGE = "https://gstreamer.freedesktop.org/" |
5 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues" | 5 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues" |
6 | LICENSE = "GPLv2+ & LGPLv2+" | 6 | LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d" |
8 | 8 | ||
9 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https;branch=master" | 9 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https;branch=master" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.0.imx.bb index dd2996b0..de8552a0 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.0.imx.bb | |||
@@ -12,7 +12,7 @@ DEFAULT_PREFERENCE = "-1" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | LICENSE = "GPLv2+ & LGPLv2.1+" | 15 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
17 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | 17 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" |
18 | 18 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.0.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.0.0.bb index ed2da34b..8c05f830 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.0.0.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.0.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | # Copyright (C) 2018 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2018 O.S. Systems Software LTDA. |
2 | DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms" | 2 | DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" |
5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base libimxdmabuffer" | 6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base libimxdmabuffer" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.0.bb index 15c17f4f..88ae94d0 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.0.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.0.bb | |||
@@ -7,7 +7,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
8 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" | 8 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" |
9 | 9 | ||
10 | LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+" | 10 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & LGPL-2.0-or-later" |
11 | LICENSE_FLAGS = "commercial" | 11 | LICENSE_FLAGS = "commercial" |
12 | 12 | ||
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb index 4a8d5995..4c212ece 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A library on top of GStreamer for building an RTSP server" | 1 | SUMMARY = "A library on top of GStreamer for building an RTSP server" |
2 | HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/" | 2 | HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/" |
3 | SECTION = "multimedia" | 3 | SECTION = "multimedia" |
4 | LICENSE = "LGPLv2" | 4 | LICENSE = "LGPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d" |
6 | 6 | ||
7 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" | 7 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.18.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.18.0.imx.bb index 8de623fc..82c36703 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0_1.18.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.18.0.imx.bb | |||
@@ -4,7 +4,7 @@ It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime. | |||
4 | HOMEPAGE = "http://gstreamer.freedesktop.org/" | 4 | HOMEPAGE = "http://gstreamer.freedesktop.org/" |
5 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | 5 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" |
6 | SECTION = "multimedia" | 6 | SECTION = "multimedia" |
7 | LICENSE = "LGPLv2+" | 7 | LICENSE = "LGPL-2.0-or-later" |
8 | 8 | ||
9 | DEPENDS = "glib-2.0 glib-2.0-native libxml2 bison-native flex-native" | 9 | DEPENDS = "glib-2.0 glib-2.0-native libxml2 bison-native flex-native" |
10 | 10 | ||
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb index 2de5df53..f53de1fa 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | # Released under the MIT license (see COPYING.MIT for the terms) | 4 | # Released under the MIT license (see COPYING.MIT for the terms) |
5 | 5 | ||
6 | DESCRIPTION = "Gstreamer freescale plugins" | 6 | DESCRIPTION = "Gstreamer freescale plugins" |
7 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | 7 | LICENSE = "GPL-2.0-only & LGPL-2.0-only & LGPL-2.1-only" |
8 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
9 | 9 | ||
10 | DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 10 | DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb index 97b5f116..cefd0112 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines" | 1 | DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines" |
2 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | 2 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
6 | DEPENDS = "virtual/imxvpu libimxdmabuffer" | 6 | DEPENDS = "virtual/imxvpu libimxdmabuffer" |
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb index 660eed3e..e3a05193 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
2 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" | 2 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" |
3 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | 3 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" |
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPL-2.1-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
6 | SECTION = "multimedia" | 6 | SECTION = "multimedia" |
7 | DEPENDS = "imx-vpu" | 7 | DEPENDS = "imx-vpu" |
diff --git a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb index 6c0fc72e..803c38df 100644 --- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb +++ b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "A library to handle compressed formats like MP3 etc." | 1 | DESCRIPTION = "A library to handle compressed formats like MP3 etc." |
2 | LICENSE = "LGPLv2.1 | BSD-3-Clause" | 2 | LICENSE = "LGPL-2.1-only | BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" |
4 | DEPENDS = "alsa-lib" | 4 | DEPENDS = "alsa-lib" |
5 | 5 | ||
diff --git a/recipes-security/optee/optee-test.nxp.inc b/recipes-security/optee/optee-test.nxp.inc index 868776c5..e3ba0c8e 100644 --- a/recipes-security/optee/optee-test.nxp.inc +++ b/recipes-security/optee/optee-test.nxp.inc | |||
@@ -3,7 +3,7 @@ | |||
3 | SUMMARY = "OPTEE test" | 3 | SUMMARY = "OPTEE test" |
4 | HOMEPAGE = "http://www.optee.org/" | 4 | HOMEPAGE = "http://www.optee.org/" |
5 | 5 | ||
6 | LICENSE = "BSD & GPLv2" | 6 | LICENSE = "BSD & GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" |
8 | 8 | ||
9 | DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native openssl" | 9 | DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native openssl" |