summaryrefslogtreecommitdiff
path: root/scripts/runqemu-internal
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-14 16:18:33 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-16 10:39:41 +0100
commit88866d93b1a99a921d390044a8399c3ef24dc977 (patch)
treee1ca7a710b1bf31c3e99e7fd8bcf878e7aa916d2 /scripts/runqemu-internal
parentacf46cb2eb03c2ed3aadd7858044ba2837a83292 (diff)
downloadopenembedded-core-88866d93b1a99a921d390044a8399c3ef24dc977.tar.gz
openembedded-core-88866d93b1a99a921d390044a8399c3ef24dc977.tar.bz2
openembedded-core-88866d93b1a99a921d390044a8399c3ef24dc977.zip
classes/terminal: fix pseudo exiting when launching devshell
In dylan, since the entire bitbake process is run under pseudo, LD_PRELOAD is set when we collect BB_ORIGENV and thus when we construct the devshell environment from the latter, LD_PRELOAD is included. However, for a fakeroot task we explicitly run the devshell under pseudo (e.g. "pseudo /bin/bash"), and if LD_PRELOAD is set to preload libpseudo.so when pseudo is run, it seems to exit immediately without error. Since LD_PRELOAD shouldn't be exported anyway, exclude this from the environment so it doesn't prevent running the shell. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'scripts/runqemu-internal')
0 files changed, 0 insertions, 0 deletions