diff options
| author | Virendra Nakaskar <Virendra.Nakaskar2@amd.com> | 2024-04-15 02:14:14 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-16 14:09:59 -0500 |
| commit | 50d24d3685481af8af7d2e3e582bf188c9e6ed4c (patch) | |
| tree | 708943ecf86a2e316a5512aa448cf1955ee8b41e | |
| parent | d2be424e5da169aa2ca80b51618ba9ee5cfc7328 (diff) | |
| download | meta-xilinx-50d24d3685481af8af7d2e3e582bf188c9e6ed4c.tar.gz | |
Fixed: Warnings related to QA issue: obsolete licenses GPLv2 [obsolete-license]
Removed Warning related obsolete licenses GPLv2
WARNING: kernel-module-vdu-1.0.0-xilinx-v2024.1+gitAUTOINC+25773344ce-r0
do_package_qa: QA Issue:
Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license]
Signed-off-by: Virendra Nakaskar <Virendra.Nakaskar2@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2024.1.bb | 2 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2024.1.bb index f474595c..3a6e3721 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2024.1.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 = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-or-later" |
| 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" |
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb index 84f9cc2a..63936e2e 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2024.1.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Linux kernel module for Video Decode Unit" | 1 | SUMMARY = "Linux kernel module for Video Decode Unit" |
| 2 | DESCRIPTION = "Out-of-tree VDU decoder common kernel modules" | 2 | DESCRIPTION = "Out-of-tree VDU decoder common kernel modules" |
| 3 | SECTION = "kernel/modules" | 3 | SECTION = "kernel/modules" |
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" |
| 6 | 6 | ||
| 7 | XILINX_VDU_VERSION = "1.0.0" | 7 | XILINX_VDU_VERSION = "1.0.0" |
