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-multimedia/vcu | |
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-multimedia/vcu')
-rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | SUMMARY = "Linux kernel module for Video Code Unit" | 1 | SUMMARY = "Linux kernel module for Video Code Unit" |
2 | DESCRIPTION = "Out-of-tree VCU decoder, encoder and common kernel modules provider for MPSoC EV devices" | 2 | DESCRIPTION = "Out-of-tree VCU decoder, encoder and common kernel modules provider for MPSoC EV devices" |
3 | SECTION = "kernel/modules" | 3 | SECTION = "kernel/modules" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" |
6 | 6 | ||
7 | XILINX_VCU_VERSION = "1.0.0" | 7 | XILINX_VCU_VERSION = "1.0.0" |