diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 11:44:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 11:44:08 +0100 |
commit | 69a0bfb8d7203db1c477dc28974287fda35d1a50 (patch) | |
tree | 21ec83fbdf986e3ab621563d9d425120d6299ece /scripts/runqemu-internal | |
parent | f370961b61be2e2be4e7b33c446d71c0693ca16b (diff) | |
download | openembedded-core-69a0bfb8d7203db1c477dc28974287fda35d1a50.tar.gz openembedded-core-69a0bfb8d7203db1c477dc28974287fda35d1a50.tar.bz2 openembedded-core-69a0bfb8d7203db1c477dc28974287fda35d1a50.tar.xz openembedded-core-69a0bfb8d7203db1c477dc28974287fda35d1a50.zip |
Rename ~/.poky-sdk/ temp workdir to ~/.runqemu-sdk/
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index adf2b47aa..afe97b5f9 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -246,7 +246,7 @@ if [ "$FSTYPE" = "nfs" ]; then NFSD_PORT=$[ 11111 + $NFS_INSTANCE ] UNFS_OPTS="nfsvers=2,mountprog=$MOUNTD_PORT,nfsprog=$NFSD_PORT,udp" - PSEUDO_LOCALSTATEDIR=~/.poky-sdk/pseudo + PSEUDO_LOCALSTATEDIR=~/.runqemu-sdk/pseudo export PSEUDO_LOCALSTATEDIR rpcbind_running=`ps ax | grep rpcbind | grep -v grep | wc -l` |