Hi,
I ran into the following issue in the do_configure task of the
meta-xilinx-tools `fsbl` recipe. This is with the 2019.1 version.
| Using xsct from:
/builds/yocto-update/project/tmp/sysroots-xsct/Scout/2019.1/bin/xsct
[0/1778]
| cmd is: xsct -sdx -nodisp
/builds/yocto-update/project/tmp/work/project-distro-linux/fsbl/2019.1+gitAUTOINC+26c14d9861-r0/app.tcl
-ws
/builds/yocto-update/project/tmp/work/project-distro-linux/fsbl/2019.1+gitAUTOINC+26c14d9861-r0/build
-pname fsbl -rp
/builds/yocto-update/project/tmp/work/project-distro-linux/fsbl/2019.1+gitAUTOINC+26c14d9861-r0/git
-processor psu_cortexa53_0 -hdf
/builds/yocto-update/project/tmp/deploy/images/project/Xilinx-project.hdf
-arch 64 -app "Zynq MP FSBL" -yamlconf
/builds/yocto-update/project/tmp/work/project-distro-linux/fsbl/2019.1+gitAUTOINC+26c14d9861-r0/fsbl.yaml
| package require hsi FAILED:
| invalid command name "hsi::create_dt_node"
| while executing
| "hsi::create_dt_node -help"
| (in namespace eval "::hsi::help" script line 6)
Someone experienced the same issue in [1]. The underlying issue for me
seems to be the same as them, which is that a library is missing/not found
for the `hsi` tool. On my setup, `hsi` fails to find `libtinfo.so.5`.
Xilinx packages `libtinfo.so.5` in
`./Scout/2019.1/lib/lnx64.o/SuSE/libtinfo.so.5`. Since I'm running Debian
and not SuSE, it seems that this path is never added to LD_LIBRARY_PATH
before running the hsi, so the correct version of the library is not found.
If I install `libtinfo.so.5` on my system (in /usr/lib/), the configure
task completes correctly. If I move up `libtinfo.so.5` to
`./Scout/2019.1/lib/lnx64.o`, the configure task also completes. Ideally,
the library would be found in xsct-sysroot without any tampering on my part.
Does anyone have a suggestion on how I could fix this?
[1]
https://forums.xilinx.com/t5/Embedded-Development-Tools/linux-xilinx-xsdk-stopped-working/td-p/751892
Thanks,
Guillaume
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4639):
https://lists.yoctoproject.org/g/meta-xilinx/message/4639
Mute This Topic: https://lists.yoctoproject.org/mt/70833028/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-