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

xsctyaml.bbclass: Point libdir to the correct native path #26

Closed tomice closed 4 years ago

tomice commented 4 years ago

When target and native do not match, libdir may end up pointing to the incorrect location. To fix this, we can set PYTHON_SITEPACKAGES_DIR to point to libdir_native instead of libdir.

Fixes #25