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

Patch for xilinx-bootbin providing boot.bin and layerdepends duplication #11

Closed btgoodwin closed 4 years ago

btgoodwin commented 5 years ago

This layer's definition repeats its dependencies. It's not a bug, just a needless duplication of code.

The match for xilinx-bootbin ensures it deploys boot.bin since it's likely being built as the provider for virtual/boot-bin. The way the meta-xilinx layer's u-boot-zynq-uenv recipe is written necessitates the link being lower-case boot.bin vs. BOOT.bin (the actual generated file name) so that it doesn't accidentally get inferred to be an FPGA bitstream file based on its extension.