diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-07-28 18:19:34 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-08-31 19:54:10 -0500 |
commit | 3607bd4dee2a81c040e28d6c33e0ebb5bfe0a33c (patch) | |
tree | a87a8ce547bf7992fdc7f476eaf6ac49770773bd /meta-xilinx-core/recipes-bsp | |
parent | e86f85f0837b5ca5b60543baf6f731ea22a296fd (diff) | |
download | meta-xilinx-3607bd4dee2a81c040e28d6c33e0ebb5bfe0a33c.tar.gz |
various: Update license to match supported values
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp')
-rw-r--r-- | meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb | 2 | ||||
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | SUMMARY = "Xilinx libdfx library" | 1 | SUMMARY = "Xilinx libdfx library" |
2 | DESCRIPTION = "Xilinx libdfx Library and headers" | 2 | DESCRIPTION = "Xilinx libdfx Library and headers" |
3 | 3 | ||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "MIT & GPL-2.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" |
6 | 6 | ||
7 | BRANCH ?= "xlnx_rel_v2022.1" | 7 | 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" | |||
7 | include u-boot-xlnx.inc | 7 | include u-boot-xlnx.inc |
8 | include u-boot-spl-zynq-init.inc | 8 | include u-boot-spl-zynq-init.inc |
9 | 9 | ||
10 | LICENSE = "GPLv2+" | 10 | LICENSE = "GPL-2.0-or-later" |
11 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" | 11 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" |
12 | 12 | ||
13 | # u-boot-xlnx has support for these | 13 | # u-boot-xlnx has support for these |