Xilinx / meta-xilinx-tools

Yocto Project layer enables AMD Xilinx tools related metadata for MicroBlaze, Zynq, ZynqMP and Versal devices.
MIT License
53 stars 51 forks source link

fpga-manager-util: Files/directories were installed but not shipped in any package #34

Closed njpillitteri closed 3 years ago

njpillitteri commented 3 years ago

ERROR: fpga-manager-util-xilinx+gitAUTOINC+bc84458333-r0 do_package: QA Issue: fpga-manager-util: Files/directories were installed but not shipped in any package: /usr /usr/lib /usr/lib/firmware /usr/lib/firmware/xilinx /usr/lib/firmware/xilinx/base Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. fpga-manager-util: 5 installed and not shipped files. [installed-vs-shipped] ERROR: fpga-manager-util-xilinx+gitAUTOINC+bc84458333-r0 do_package: Fatal QA errors found, failing task.

Edit: an important update on this, this bug is occurring when I try to build an SDK (bitbake $POKY_RECIPE -c populate_sdk). Bitbaking an image is completing fine.

Edit2: I have patched in commit https://github.com/Xilinx/meta-xilinx-tools/pull/32/commits/4fc21a399ed112548fc5bc0ac6a50cba2eac06e8 per https://github.com/Xilinx/meta-xilinx-tools/pull/32. This allowed me to build a recipe image correctly (bootloaders, file system, kernel, etc), but still failed the SDK building. I don't think this is just a usrmerge problem.