From 3607bd4dee2a81c040e28d6c33e0ebb5bfe0a33c Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 28 Jul 2022 18:19:34 -0500 Subject: various: Update license to match supported values Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb | 2 +- meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb | 2 +- meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb | 2 +- meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | 2 +- meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb | 2 +- meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb | 2 +- meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'meta-xilinx-core') diff --git a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb index 1c43f49d..36cfcd28 100644 --- a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb +++ b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb @@ -1,7 +1,7 @@ SUMMARY = "Xilinx libdfx library" DESCRIPTION = "Xilinx libdfx Library and headers" -LICENSE = "GPLv2" +LICENSE = "MIT & GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" BRANCH ?= "xlnx_rel_v2022.1" diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb index f90edfc0..7b109f50 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb @@ -7,7 +7,7 @@ SRCREV = "91ad7924e7f59584d597353e1bb86794341e0a7e" include u-boot-xlnx.inc include u-boot-spl-zynq-init.inc -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" # u-boot-xlnx has support for these diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb index ae11f694..ae5f98d9 100755 --- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb +++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb @@ -1,7 +1,7 @@ SUMMARY = "Xilinx DisplayPort Linux Kernel module" DESCRIPTION = "Out-of-tree DisplayPort(DP) kernel modules provider for aarch64 devices" SECTION = "kernel/modules" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" XLNX_DP_VERSION = "5.15.19" diff --git a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb index 27a5ffdb..418b4423 100644 --- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb +++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb @@ -1,7 +1,7 @@ SUMMARY = "Xilinx HDMI Linux Kernel module" DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices" SECTION = "kernel/modules" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe" XLNX_HDMI_VERSION = "5.15.19" diff --git a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb index 1114a49d..3b683eda 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb @@ -1,7 +1,7 @@ SUMMARY = "Linux kernel module for Video Code Unit" DESCRIPTION = "Out-of-tree VCU decoder, encoder and common kernel modules provider for MPSoC EV devices" SECTION = "kernel/modules" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" XILINX_VCU_VERSION = "1.0.0" diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb index 9cba7307..f55b83ae 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Xilinx Runtime User Space Libraries and headers" require xrt.inc -LICENSE = "GPLv2 & Apache-2.0" +LICENSE = "GPL-2.0-or-later & Apache-2.0" LIC_FILES_CHKSUM = "file://../LICENSE;md5=da5408f748bce8a9851dac18e66f4bcf \ file://runtime_src/core/edge/drm/zocl/LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8 \ file://runtime_src/core/pcie/driver/linux/xocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ diff --git a/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb b/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb index ea0728f3..a7899076 100644 --- a/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb +++ b/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE:microblaze = "none" require recipes-xrt/xrt/xrt.inc LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" -LICENSE = "GPLv2 & Apache-2.0" +LICENSE = "GPL-2.0-or-later & Apache-2.0" S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" -- cgit v1.2.3-54-g00ecf