mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-06 07:54:37 +02:00
The sourcery toolchain writes temporary files to /tmp, and includes the username. If multiple users are doing builds with pseudo enabled, it'll try to write to the other user's file, since both will use 'root', and the build will fail as a result. We don't want to wrap all the toolcahin binaries, as they don't all call the tools which write these lockfiles, and objcopy has to be excluded, as it modifies installed binaries when the packaging process splits out the debug info. If that operation occurs outside of pseudo's knowledge, Bad Things will happen. JIRA: MEIP-393, SB-1905 Signed-off-by: Christopher Larson <kergoth@gmail.com>