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

Installation failed with HDF_BASE localy #6

Closed Ninic0c0 closed 6 years ago

Ninic0c0 commented 6 years ago

Hi, According to the readme I have added in my custom board definition :

HDF_BASE ?= "file://" HDF_PATH ?= "/local/path/to/hdf/" HDF_NAME ?= "custom_system.hdf"

But on my side the build task failed if the name is not set install function. I have missed something here?

Cheers, Nicolas

mharth commented 6 years ago

Add HDF_NAME to PATH when using local path. HDF_PATH ?= "/local/path/to/hdf/custom_system.hdf"

Ninic0c0 commented 6 years ago

I agree that make the trick, but it's not easier to add HDF_NAME in install function as in the "if condition" ?

edit: my bad ->http://www.wiki.xilinx.com/Using+meta-xilinx-tools+layer

but it's not really clear :S