01-17-2020 05:08 AM
This is not a support request, but rather a bug report.
Running yocto-check-layer on xilinx yocto layer result in an error
cst@cstu16:~/Yocto_2019_2/build$ DISTRO=petalinux yocto-check-layer --dependency ../sources/meta-xilinx ../sources/meta-xilinx-tools/ ../sources/meta-openembedded/ -- ../sources/meta-petalinux/ INFO: Detected layers: INFO: meta-petalinux: LayerType.DISTRO, /home/cst/Yocto_2019_2/sources/meta-petalinux INFO: INFO: Setting up for meta-petalinux(LayerType.DISTRO), /home/cst/Yocto_2019_2/sources/meta-petalinux INFO: Adding layer dependency meta-xilinx-bsp INFO: Adding layer dependency meta-oe INFO: Adding layer dependency meta-xilinx-tools INFO: Adding layer dependency meta-python INFO: Adding layer dependency meta-xilinx-pynq INFO: Adding layer dependency meta-xilinx-bsp INFO: Adding layer dependency meta-oe INFO: Adding layer dependency meta-xilinx-tools INFO: Adding layer dependency meta-python INFO: Adding layer dependency meta-xilinx-pynq INFO: Getting initial bitbake variables ... INFO: Getting initial signatures ... INFO: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities. Command: bitbake -S none world Output: Loading cache...done. Loaded 5626 entries from dependency cache. Parsing recipes...done. Parsing of 4068 .bb files complete (4064 cached, 4 parsed). 5628 targets, 207 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'syslinux' (but /home/cst/Yocto_2019_2/sources/core/../meta-virtualization/recipes-extended/ipxe/ipxe_git.bb DEPENDS on or otherwise requires it) syslinux was skipped: incompatible with host aarch64-xilinx-linux (not in COMPATIBLE_HOST) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ipxe', 'syslinux'] Summary: There were 2 ERROR messages shown, returning a non-zero exit code. INFO: INFO: Summary of results: INFO: INFO: meta-petalinux ... FAIL (Generating world signatures)