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

Redundant dependencies in layer.conf #13

Closed rpjday closed 5 years ago

rpjday commented 5 years ago
LAYERDEPENDS_xilinx-tools  = "core xilinx meta-python"
LAYERDEPENDS_xilinx-tools  += "meta-python"
LAYERDEPENDS_xilinx-tools += "xilinx"

Aren't the latter two lines redundant? I can submit a PR to remove them.

rpjday commented 5 years ago

Whoops, never mind, I see this was mentioned in the other open issue.