summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-internal
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 11:44:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 12:56:10 +0100
commit01f83c9e093d562e1beeece7a5f79467c2651849 (patch)
treed6b42addb11013e68f340e7400d31892782f0f91 /scripts/runqemu-internal
parentb9fbc85938deaa18354cefa548026d3dc966e5c2 (diff)
downloadpoky-01f83c9e093d562e1beeece7a5f79467c2651849.tar.gz
Rename ~/.poky-sdk/ temp workdir to ~/.runqemu-sdk/
(From OE-Core rev: 69a0bfb8d7203db1c477dc28974287fda35d1a50) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-xscripts/runqemu-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index adf2b47aae..afe97b5f9d 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -246,7 +246,7 @@ if [ "$FSTYPE" = "nfs" ]; then
246 NFSD_PORT=$[ 11111 + $NFS_INSTANCE ] 246 NFSD_PORT=$[ 11111 + $NFS_INSTANCE ]
247 UNFS_OPTS="nfsvers=2,mountprog=$MOUNTD_PORT,nfsprog=$NFSD_PORT,udp" 247 UNFS_OPTS="nfsvers=2,mountprog=$MOUNTD_PORT,nfsprog=$NFSD_PORT,udp"
248 248
249 PSEUDO_LOCALSTATEDIR=~/.poky-sdk/pseudo 249 PSEUDO_LOCALSTATEDIR=~/.runqemu-sdk/pseudo
250 export PSEUDO_LOCALSTATEDIR 250 export PSEUDO_LOCALSTATEDIR
251 251
252 rpcbind_running=`ps ax | grep rpcbind | grep -v grep | wc -l` 252 rpcbind_running=`ps ax | grep rpcbind | grep -v grep | wc -l`