fixed sdk path during cmake evaluation

This commit is contained in:
Sebastian Wendel 2023-09-15 13:55:47 +02:00
parent 910ba60a98
commit 442ed2702c

View file

@ -95,6 +95,9 @@ in
substituteInPlace cmake/zephyr/host-tools.cmake \ substituteInPlace cmake/zephyr/host-tools.cmake \
--replace "/usr/share" "/share" \ --replace "/usr/share" "/share" \
--replace "/sysroots/\*-pokysdk-linux" "" --replace "/sysroots/\*-pokysdk-linux" ""
substituteInPlace cmake/Zephyr-sdkConfig.cmake \
--replace ".. ABSOLUTE" "../.. ABSOLUTE"
''; '';
dontConfigure = true; dontConfigure = true;