Replies: 1 comment 1 reply
-
Please report this as a bug. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I wanted to bring it to the team's attention that the current Zephyr SPDX file does not pass validation.
To recreate this bug, download the zephyr-v4.1.0.spdx file here: link
And upload it to the SPDX validator here: link (using the File Type "V2 Tag/Value").
Which returns the following error:

My team was able to narrow the issue down to this line in the SPDX:

This line is generated from the following file:
zephyr/tests/drivers/virtualization/ivshmem/plain/boards/qemu_kvm_arm64.overlay
Line 5 in 5615e46
According to the SPDX v2 Spec,
UNLICENSED
is an invalid entry because it is not part of the SPDX License List and if it is a custom license, it should be prefixed withLicenseRef-
.This is also the only file which includes the
UNLICENSED
entry: linkTo fix this issue, the license should either be removed or updated IN
qemu_kvm_arm64.overlay
to match the SPDX spec. Until then, every SPDX file generated by the Zephyr project will be out of spec.Here is the
git blame
for the line:@mikeg-infomagnus @sivakinfomagnus
Beta Was this translation helpful? Give feedback.
All reactions