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

ai-engine-driver: version 2.0 requires network access #27

Closed jwslater0823 closed 3 years ago

jwslater0823 commented 3 years ago

The recipe uses AUTOREV and so needs network access while being parsed even if the recipe will not be selected. We disable parsing unless AIED_VERSION = "2.0". This could be done in local.conf

AIED_VERSION_pn-ai-engine-driver = "2.0"

is one way.

Signed-off-by: Joe Slater joe.slater@windriver.com

ckalluri73 commented 3 years ago

We had internally fixed this issue before the pull request was created. I have updated the github/meta-xilinx-tools master branch. This issue should be resolved. Closing this pull request. Thank you for the patches.