You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zephyr: Avoid host library path when running SDK tools
The Zephyr CI image sets LD_LIBRARY_PATH globally to include host
system library directories. When Zephyr SDK host tools such as dtc
are launched, this can make the SDK dynamic loader resolve libraries
from the host instead of the SDK hosttools sysroot.
Sanitize LD_LIBRARY_PATH for Zephyr west build commands so SDK host
tools use their intended runtime libraries, while preserving
sample-specific entries such as FVP paths.
Signed-off-by: Zingo Andersen <Zingo.Andersen@arm.com>
Change-Id: I036dd0ae732bbfe20c8e6c41831692a3bb7c6f60
0 commit comments