summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/poky-qemu.README2
-rwxr-xr-xscripts/runqemu8
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/poky-qemu.README b/scripts/poky-qemu.README
index 3fbeb65029..e6d3c48a7b 100644
--- a/scripts/poky-qemu.README
+++ b/scripts/poky-qemu.README
@@ -39,7 +39,7 @@ where:
<zimage> is the path to a kernel (zimage-qemuarm.bin)
<filesystem> is the path to an ext2 image (filesystem-qemuarm.ext2)
-It will default to the qemuarm, ext2 and the last kernel and oh-image-sdk
+It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk
image built by poky.
diff --git a/scripts/runqemu b/scripts/runqemu
index 42bcbca48f..a3bb777bbc 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -68,7 +68,7 @@ fi
if [ "$MACHINE" = "qemuarm" ]; then
if [ "$TYPE" = "ext2" ]; then
if [ "x$HDIMAGE" = "x" ]; then
- HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemuarm.ext2
+ HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sdk-qemuarm.ext2
fi
fi
fi
@@ -76,7 +76,7 @@ fi
if [ "$MACHINE" = "spitz" ]; then
if [ "$TYPE" = "ext3" ]; then
if [ "x$HDIMAGE" = "x" ]; then
- HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-spitz.ext3
+ HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-spitz.ext3
fi
fi
fi
@@ -84,7 +84,7 @@ fi
if [ "$MACHINE" = "akita" ]; then
if [ "$TYPE" = "jffs2" ]; then
if [ "x$HDIMAGE" = "x" ]; then
- HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-akita.jffs2
+ HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-akita.jffs2
fi
fi
fi
@@ -95,7 +95,7 @@ if [ "$MACHINE" = "qemux86" ]; then
fi
if [ "$TYPE" = "ext2" ]; then
if [ "x$HDIMAGE" = "x" ]; then
- HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemux86.ext2
+ HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sdk-qemux86.ext2
fi
fi
CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin