Hi Jason, On 4/13/2016 2:23 AM, Jason Wu wrote: [...]
install -d ${D}${PLATFORM_INIT_DIR} for fn in ${PLATFORM_INIT}; do unzip -o ${S}/${HDF} ${fn} -d ${D}${PLATFORM_INIT_DIR} done
Unfortunately, the approach of peeling open the HDF file and consuming its content is problematic. The HDF file contents are fundamentally in a tool dependent format, and these contents are meant to be accessed indirectly through HSI interfaces.
Moving forward, we would like to implement a meta-xilinx-tools layer with dependencies on Xilinx maintained tools (e.g. HSI) instead of breaking open the HDF in this fashion.
Thanks -- Cyril. -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
