summaryrefslogtreecommitdiffstats
path: root/scripts/oe-time-dd-test.sh
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2022-10-21 14:23:44 -0500
committerSteve Sakoman <steve@sakoman.com>2022-11-04 07:55:17 -1000
commit74911cf7ea703c54920a6c58c344a22a46398b02 (patch)
tree2e97d5801aceb8227fefb056fbb66789d0dabff9 /scripts/oe-time-dd-test.sh
parent05eb77bd1e9e1ba59032cbb49953cab8015e37a3 (diff)
downloadopenembedded-core-contrib-74911cf7ea703c54920a6c58c344a22a46398b02.tar.gz
runqemu: Do not perturb script environment
Instead of changing the script environment to affect the child processes, make a copy of the environment with modifications and pass that to subprocess. Specifically, when dri rendering is enabled, LD_PRELOAD was being passed to all processes created by the script which resulted in other commands (e.g. stty) exiting with a failure like: /bin/sh: symbol lookup error: sysroots-uninative/x86_64-linux/lib/librt.so.1: undefined symbol: __libc_unwind_link_get, version GLIBC_PRIVATE Making a copy of the environment fixes this because the LD_PRELOAD is now only passed to qemu itself. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 2232599d330bd5f2a9e206b490196569ad855de8) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/oe-time-dd-test.sh')
0 files changed, 0 insertions, 0 deletions