diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:44:20 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | 14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295 (patch) | |
tree | 5b71e3261028cf7043840154af1a9ae140b8a61e /meta-oe/recipes-kernel | |
parent | 66298242119cf805e757b9af8a7ceaf39c05d69a (diff) | |
download | meta-openembedded-14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
17 files changed, 17 insertions, 17 deletions
diff --git a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb index 57232f8d5..0e17800c4 100644 --- a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb +++ b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Proxy for UDP/TCP debug connections" | 1 | SUMMARY = "Proxy for UDP/TCP debug connections" |
2 | DESCRIPTION = "The agent-proxy will forward tcp or udp connections as well as allow for script multiplexing of terminal sessions." | 2 | DESCRIPTION = "The agent-proxy will forward tcp or udp connections as well as allow for script multiplexing of terminal sessions." |
3 | HOMEPAGE = "http://kgdb.wiki.kernel.org/" | 3 | HOMEPAGE = "http://kgdb.wiki.kernel.org/" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
6 | 6 | ||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index 76a749644..01046c063 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Inspect and manipulate eBPF programs and maps" | 1 | SUMMARY = "Inspect and manipulate eBPF programs and maps" |
2 | DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \ | 2 | DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \ |
3 | of eBPF programs and maps." | 3 | of eBPF programs and maps." |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | DEPENDS = "binutils elfutils" | 5 | DEPENDS = "binutils elfutils" |
6 | PROVIDES = "virtual/bpftool" | 6 | PROVIDES = "virtual/bpftool" |
7 | 7 | ||
diff --git a/meta-oe/recipes-kernel/cpupower/cpupower.bb b/meta-oe/recipes-kernel/cpupower/cpupower.bb index c31ccbb4a..18e363805 100644 --- a/meta-oe/recipes-kernel/cpupower/cpupower.bb +++ b/meta-oe/recipes-kernel/cpupower/cpupower.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Shows and sets processor power related values" | 1 | SUMMARY = "Shows and sets processor power related values" |
2 | DESCRIPTION = "cpupower is a collection of tools to examine and tune power \ | 2 | DESCRIPTION = "cpupower is a collection of tools to examine and tune power \ |
3 | saving related features of your processor." | 3 | saving related features of your processor." |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | DEPENDS = "pciutils gettext-native" | 5 | DEPENDS = "pciutils gettext-native" |
6 | PROVIDES = "virtual/cpupower" | 6 | PROVIDES = "virtual/cpupower" |
7 | 7 | ||
diff --git a/meta-oe/recipes-kernel/crash/crash_7.3.0.bb b/meta-oe/recipes-kernel/crash/crash_7.3.0.bb index 35de3c5c3..d4aa0d52b 100644 --- a/meta-oe/recipes-kernel/crash/crash_7.3.0.bb +++ b/meta-oe/recipes-kernel/crash/crash_7.3.0.bb | |||
@@ -7,7 +7,7 @@ offered by Mission Critical Linux, or the LKCD kernel patch." | |||
7 | HOMEPAGE = "http://people.redhat.com/anderson" | 7 | HOMEPAGE = "http://people.redhat.com/anderson" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | 9 | ||
10 | LICENSE = "GPLv3" | 10 | LICENSE = "GPL-3.0-only" |
11 | LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504" | 11 | LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504" |
12 | 12 | ||
13 | DEPENDS = "zlib readline coreutils-native ncurses-native" | 13 | DEPENDS = "zlib readline coreutils-native ncurses-native" |
diff --git a/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb b/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb index 109a46c4d..c895e6c1d 100644 --- a/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb +++ b/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "The Intel Speed Select Technology (Intel SST) is a powerful new \ | |||
4 | collection of features giving you more granular control over CPU performance \ | 4 | collection of features giving you more granular control over CPU performance \ |
5 | for optimized total cost of ownership." | 5 | for optimized total cost of ownership." |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | 8 | ||
9 | inherit kernelsrc | 9 | inherit kernelsrc |
10 | 10 | ||
diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb index d0f246b93..d5e8e4b49 100644 --- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb +++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Kernel selftest for Linux" | 1 | SUMMARY = "Kernel selftest for Linux" |
2 | DESCRIPTION = "Kernel selftest for Linux" | 2 | DESCRIPTION = "Kernel selftest for Linux" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 5 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
6 | 6 | ||
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index 13c454921..4d187200e 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Linux dynamic kernel patching infrastructure" | 1 | SUMMARY = "Linux dynamic kernel patching infrastructure" |
2 | DESCRIPTION = "kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes." | 2 | DESCRIPTION = "kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes." |
3 | LICENSE = "GPLv2 & LGPLv2" | 3 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" |
4 | DEPENDS = "elfutils bash" | 4 | DEPENDS = "elfutils bash" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/dynup/kpatch.git;protocol=https;branch=master \ | 6 | SRC_URI = "git://github.com/dynup/kpatch.git;protocol=https;branch=master \ |
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.5.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_0.5.0.bb index 4a3b834c7..d1360f66d 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.5.0.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_0.5.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Library for BPF handling" | |||
2 | DESCRIPTION = "Library for BPF handling" | 2 | DESCRIPTION = "Library for BPF handling" |
3 | HOMEPAGE = "https://github.com/libbpf/libbpf" | 3 | HOMEPAGE = "https://github.com/libbpf/libbpf" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPL-2.1-or-later" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" | 7 | LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" |
8 | 8 | ||
diff --git a/meta-oe/recipes-kernel/linux/linux.inc b/meta-oe/recipes-kernel/linux/linux.inc index f13424476..b4b066122 100644 --- a/meta-oe/recipes-kernel/linux/linux.inc +++ b/meta-oe/recipes-kernel/linux/linux.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Linux Kernel" | 1 | DESCRIPTION = "Linux Kernel" |
2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
5 | 5 | ||
6 | INC_PR = "r0" | 6 | INC_PR = "r0" |
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.0.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.0.bb index e703ee71b..d4da03186 100644 --- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.0.bb +++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.0.bb | |||
@@ -8,7 +8,7 @@ DESCRIPTION = "\ | |||
8 | HOMEPAGE = "https://github.com/makedumpfile/makedumpfile" | 8 | HOMEPAGE = "https://github.com/makedumpfile/makedumpfile" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
11 | LICENSE = "GPLv2.0" | 11 | LICENSE = "GPL-2.0-only" |
12 | 12 | ||
13 | SRCBRANCH ?= "master" | 13 | SRCBRANCH ?= "master" |
14 | SRCREV = "06ef8e2b814feb08a668b7a3783c86674e49a7b1" | 14 | SRCREV = "06ef8e2b814feb08a668b7a3783c86674e49a7b1" |
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb index 887390c8b..bf9915294 100644 --- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb +++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "minicoredumper provides an alternate core dump facility for Linux \ | 1 | SUMMARY = "minicoredumper provides an alternate core dump facility for Linux \ |
2 | to allow minimal and customized crash dumps" | 2 | to allow minimal and customized crash dumps" |
3 | LICENSE = " LGPLv2.1 & BSD-2-Clause" | 3 | LICENSE = " LGPL-2.1-only & BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=71827c617ec7b45a0dd23658347cc1e9 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=71827c617ec7b45a0dd23658347cc1e9 \ |
5 | file://COPYING.BSD;md5=b915ac80d5236d6aa659cb986daf00e5 \ | 5 | file://COPYING.BSD;md5=b915ac80d5236d6aa659cb986daf00e5 \ |
6 | file://COPYING.LGPLv2.1;md5=321bf41f280cf805086dd5a720b37785 \ | 6 | file://COPYING.LGPLv2.1;md5=321bf41f280cf805086dd5a720b37785 \ |
diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb index ee37b6c6b..23e7d3d5c 100644 --- a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb +++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb | |||
@@ -4,7 +4,7 @@ of profiling all running code at low overhead." | |||
4 | HOMEPAGE = "http://oprofile.sourceforge.net/news/" | 4 | HOMEPAGE = "http://oprofile.sourceforge.net/news/" |
5 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191" | 5 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191" |
6 | 6 | ||
7 | LICENSE = "LGPLv2.1+ & GPLv2" | 7 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
9 | file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \ | 9 | file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \ |
10 | " | 10 | " |
diff --git a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb index 0562f3111..6e52a58de 100644 --- a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb +++ b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Timing analysis tools for suspend/resume/boot" | |||
2 | DESCRIPTION = "This tool suite is designed to assist kernel and OS developers \ | 2 | DESCRIPTION = "This tool suite is designed to assist kernel and OS developers \ |
3 | in optimizing their linux stack's suspend/resume & boot time." | 3 | in optimizing their linux stack's suspend/resume & boot time." |
4 | HOMEPAGE = "https://01.org/pm-graph" | 4 | HOMEPAGE = "https://01.org/pm-graph" |
5 | LICENSE = "GPL-2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
7 | 7 | ||
8 | SRCREV = "cf59527dc24fdd2f314ae4dcaeb3d68a117988f6" | 8 | SRCREV = "cf59527dc24fdd2f314ae4dcaeb3d68a117988f6" |
diff --git a/meta-oe/recipes-kernel/spidev-test/spidev-test.bb b/meta-oe/recipes-kernel/spidev-test/spidev-test.bb index 3907ed59f..81e832703 100644 --- a/meta-oe/recipes-kernel/spidev-test/spidev-test.bb +++ b/meta-oe/recipes-kernel/spidev-test/spidev-test.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Test SPI devices" | 1 | SUMMARY = "Test SPI devices" |
2 | DESCRIPTION = "SPI testing utility using the spidev driver" | 2 | DESCRIPTION = "SPI testing utility using the spidev driver" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
5 | PROVIDES = "virtual/spidev-test" | 5 | PROVIDES = "virtual/spidev-test" |
6 | 6 | ||
diff --git a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb index 2735ee78a..664070738 100644 --- a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb +++ b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "User-space front-end command-line tool for ftrace" | 1 | SUMMARY = "User-space front-end command-line tool for ftrace" |
2 | 2 | ||
3 | LICENSE = "GPLv2 & LGPLv2.1" | 3 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=873f48a813bded3de6ebc54e6880c4ac" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=873f48a813bded3de6ebc54e6880c4ac" |
5 | 5 | ||
6 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=master \ | 6 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=master \ |
diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb index c9f946459..bdc37c038 100644 --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb +++ b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | |||
@@ -11,7 +11,7 @@ DESCRIPTION = "The turbostat tool allows you to determine the actual \ | |||
11 | processor frequency and idle power saving state residency on supported \ | 11 | processor frequency and idle power saving state residency on supported \ |
12 | processors." | 12 | processors." |
13 | 13 | ||
14 | LICENSE = "GPLv2" | 14 | LICENSE = "GPL-2.0-only" |
15 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 15 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
16 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | 16 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' |
17 | COMPATIBLE_HOST:libc-musl = "null" | 17 | COMPATIBLE_HOST:libc-musl = "null" |
diff --git a/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb b/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb index a2b0dea55..47938969b 100644 --- a/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb +++ b/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb | |||
@@ -17,7 +17,7 @@ USB device. Client is a machine which uses USB device provided by server \ | |||
17 | over the network. The USB device may be either physical device connected \ | 17 | over the network. The USB device may be either physical device connected \ |
18 | to a server or software entity created on a server using USB gadget subsystem." | 18 | to a server or software entity created on a server using USB gadget subsystem." |
19 | 19 | ||
20 | LICENSE = "GPLv2" | 20 | LICENSE = "GPL-2.0-only" |
21 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 21 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
22 | DEPENDS = "virtual/kernel udev" | 22 | DEPENDS = "virtual/kernel udev" |
23 | PROVIDES = "virtual/usbip-tools" | 23 | PROVIDES = "virtual/usbip-tools" |