From 01f83c9e093d562e1beeece7a5f79467c2651849 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 21 Apr 2011 11:44:08 +0100 Subject: Rename ~/.poky-sdk/ temp workdir to ~/.runqemu-sdk/ (From OE-Core rev: 69a0bfb8d7203db1c477dc28974287fda35d1a50) Signed-off-by: Richard Purdie --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu-internal') diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index adf2b47..afe97b5 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` -- cgit v1.1