This section describes some common
issues/warnings you can experience while building a PetaLinux image.
Warnings/Errors
| Warning or Error Message | Description | Solution |
|---|---|---|
| Skipping recipe linux-xlnx as it does not produce a package with the same name | It appears if the provided recipe name does not match with the packages provided by it, for example, if linux-xlnx provides kernel-image, kernel-base, kernel-dev, and kernel-modules packages and these does not match with the name linux-xlnx which was in workspace directory. | You can ignore this warning message. |
|
WARNING: mc:cortexa53-0-zynqmp-fsbl-baremetal:uartps-2026.1+gitAUTOINC+f9813dcf08-r0do_package_qa: QA Issue: File /usr/lib/libuartps.a in package uartps-staticdev contains reference to TMPDIR [buildpaths] |
TMPDIR buildpath warnings are observed on several packages while building sdt bsp. | These warnings can be ignored safely as there is no functional issue. |
|
<package-name> do_package: Could not copy
license file <plnx-proj-root>/components/yocto/layers/core/meta/files/common-licenses/
to /opt/pkg/petalinux/build/tmp/work/<machine-name>-xilinx-linux/image/usr/share/licenses/<package-name>/COPYING.MIT
|
When the tool is installed, all license files in <plnx-proj-root>/components/yocto//layers/core/meta/files/common-licenses/ have 644 permissions. Therefore, they are readable by others but not writable. |
|