riscv/meta-riscv

visionfive2 missing ChipsMedia_VisionFive2 license file

moto-timo opened this issue · 0 comments

Description

Multiple recipes are missing the ChipsMedia_VisionFive2 license.

Steps to reproduce the issue:

  1. git clone https://github.com/siemens/kas.git
  2. git clone -b visionfive2-wip https://github.com/moto-timo/meta-riscv.git
  3. ./kas/kas-container build meta-riscv/visionfive2.yml -- -k

Describe the results you received:

The following license file failures are seen:

WARNING: vdec-module-1.0-r0 do_populate_lic: QA Issue: vdec-module: No generic license file exists for: ChipsMedia_VisionFive2 in any provider [license-exists]
WARNING: jpu-module-1.0-r0 do_populate_lic: QA Issue: jpu-module: No generic license file exists for: ChipsMedia_VisionFive2 in any provider [license-exists]
WARNING: venc-module-1.0-r0 do_populate_lic: QA Issue: venc-module: No generic license file exists for: ChipsMedia_VisionFive2 in any provider [license-exists]
WARNING: linux-firmware-visionfive2-wave511-1.0-r0 do_populate_lic: QA Issue: linux-firmware-visionfive2-wave511: No generic license file exists for: ChipsMedia_VisionFive2 in any provider [license-exists]
WARNING: linux-firmware-visionfive2-wave420l-1.0-r0 do_populate_lic: QA Issue: linux-firmware-visionfive2-wave420l: No generic license file exists for: ChipsMedia_VisionFive2 in any provider [license-exists]
ERROR: venc-module-1.0-r0 do_create_spdx: Cannot find any text for license ChipsMedia_VisionFive2
...
ERROR: vdec-module-1.0-r0 do_create_spdx: Cannot find any text for license ChipsMedia_VisionFive2
...
ERROR: jpu-module-1.0-r0 do_create_spdx: Cannot find any text for license ChipsMedia_VisionFive2
...

Describe the results you expected:

No failures to find license files in any recipe.

Additional information you deem important (e.g. issue happens only occasionally):

Happens every time.

Additional details (revisions used, host distro, etc.):

Revisions: master
Host distro: Debian-12 Bullseye (via kas-container)