scripts: Rename scripts, update README

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1146 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-01-16 13:49:34 +00:00
parent 6531611d9a
commit 990788b295
6 changed files with 100 additions and 65 deletions

View File

@@ -72,7 +72,7 @@ if [ "$MACHINE" = "qemux86" ]; then
fi
if [ "$TYPE" = "ext2" ]; then
if [ "x$HDIMAGE" = "x" ]; then
HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-qemux86.ext2
HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemux86.ext2
fi
fi
CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin
@@ -92,7 +92,7 @@ else
echo "Warning: distccd not present, no distcc support loaded"
fi
INTERNAL_SCRIPT=`which runqemu-internal`
INTERNAL_SCRIPT=`which poky-qemu-internal`
source $INTERNAL_SCRIPT
if [ -x "$DISTCCD" ]; then