I updated my BSP recipes from LF5.10.72_2.2.0(Yocto 3.3 hardknott) to LF5.15.32_2.0.0(Yocto 4.0 kirkstone)
My procedure was written in "3 Host Setup" to "5 Image Build" of i.MX Yocto Project User's Guide.
After building, It seems the image file be built but the following WARNING was shown.
WARNING: imx-image-full-1.0-r0 do_rootfs: QA Issue: The license listed BSD was not in the licenses collected for recipe sigma-dut [license-file-missing]
WARNING: imx-image-full-1.0-r0 do_rootfs: QA Issue: The license listed BSD was not in the licenses collected for recipe sudo [license-file-missing]
WARNING: imx-image-full-1.0-r0 do_rootfs: QA Issue: The license listed BSD was not in the licenses collected for recipe sudo [license-file-missing]
WARNING: imx-image-full-1.0-r0 do_rootfs: QA Issue: The license listed BSD was not in the licenses collected for recipe sudo [license-file-missing]
WARNING: imx-image-full-1.0-r0 do_rootfs: QA Issue: The license listed BSD was not in the licenses collected for recipe wireless-tools [license-file-missing]
May I ignore these WARNINGs?
If not, how should these be resolved?
Best regards.
tanoue.
what board do you use?
you can ignore this warning
Hi, @joanxie
Why can I ignore this warning?
I will write image to my original board that designed referred EVK.
Even then, I'm wondering if it's okay to ignore it.
Best regards.
tanoue.
do you have any issue with your built images? if no, you don't need care about this warning, I confirm this again for you
I think my image's behavior is fine.
However, I worry about these WARNING may have some issue.
For example, if licenses of the recipes are not written in license.manifest in my yocto project.
If it occurs, I can't know all licenses in my product. This is a problem.