summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-export-rootfs
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-export-rootfs
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-export-rootfs')
-rw-r--r--scripts/runqemu-export-rootfs12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs
index 0076768d20..ae724bd63e 100644
--- a/scripts/runqemu-export-rootfs
+++ b/scripts/runqemu-export-rootfs
@@ -57,15 +57,15 @@ if [ ! -e "$OECORE_NATIVE_SYSROOT/usr/sbin/rpc.mountd" ]; then
57 exit 1 57 exit 1
58fi 58fi
59 59
60if [ ! -d ~/.poky-sdk ]; then 60if [ ! -d ~/.runqemu-sdk ]; then
61 mkdir -p ~/.poky-sdk 61 mkdir -p ~/.runqemu-sdk
62fi 62fi
63 63
64NFS_INSTANCE=${NFS_INSTANCE:=0} 64NFS_INSTANCE=${NFS_INSTANCE:=0}
65EXPORTS=~/.poky-sdk/exports$NFS_INSTANCE 65EXPORTS=~/.runqemu-sdk/exports$NFS_INSTANCE
66RMTAB=~/.poky-sdk/rmtab$NFS_INSTANCE 66RMTAB=~/.runqemu-sdk/rmtab$NFS_INSTANCE
67NFSPID=~/.poky-sdk/nfs$NFS_INSTANCE.pid 67NFSPID=~/.runqemu-sdk/nfs$NFS_INSTANCE.pid
68MOUNTPID=~/.poky-sdk/mount$NFS_INSTANCE.pid 68MOUNTPID=~/.runqemu-sdk/mount$NFS_INSTANCE.pid
69 69
70PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr" 70PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr"
71PSEUDO_LOCALSTATEDIR="$NFS_EXPORT_DIR/var/pseudo" 71PSEUDO_LOCALSTATEDIR="$NFS_EXPORT_DIR/var/pseudo"