summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-27 12:18:02 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-27 12:18:02 +0000
commit9f15140b5de39adcc865732a9dd3c27c177adaf5 (patch)
tree35e743d12588ddd2d5da4f841e9fbc7380031566 /scripts
parent14cb222ee2cec5874f700629ddaf263a8ed20b0f (diff)
downloadpoky-9f15140b5de39adcc865732a9dd3c27c177adaf5.tar.gz
Rename oh-image -> poky-image
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2020 311d38ba-8fff-0310-9ca6-ca027cbcb966
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:
39 <zimage> is the path to a kernel (zimage-qemuarm.bin) 39 <zimage> is the path to a kernel (zimage-qemuarm.bin)
40 <filesystem> is the path to an ext2 image (filesystem-qemuarm.ext2) 40 <filesystem> is the path to an ext2 image (filesystem-qemuarm.ext2)
41 41
42It will default to the qemuarm, ext2 and the last kernel and oh-image-sdk 42It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk
43image built by poky. 43image built by poky.
44 44
45 45
diff --git a/scripts/runqemu b/scripts/runqemu
index 42bcbca48f..a3bb777bbc 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -68,7 +68,7 @@ fi
68if [ "$MACHINE" = "qemuarm" ]; then 68if [ "$MACHINE" = "qemuarm" ]; then
69 if [ "$TYPE" = "ext2" ]; then 69 if [ "$TYPE" = "ext2" ]; then
70 if [ "x$HDIMAGE" = "x" ]; then 70 if [ "x$HDIMAGE" = "x" ]; then
71 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemuarm.ext2 71 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sdk-qemuarm.ext2
72 fi 72 fi
73 fi 73 fi
74fi 74fi
@@ -76,7 +76,7 @@ fi
76if [ "$MACHINE" = "spitz" ]; then 76if [ "$MACHINE" = "spitz" ]; then
77 if [ "$TYPE" = "ext3" ]; then 77 if [ "$TYPE" = "ext3" ]; then
78 if [ "x$HDIMAGE" = "x" ]; then 78 if [ "x$HDIMAGE" = "x" ]; then
79 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-spitz.ext3 79 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-spitz.ext3
80 fi 80 fi
81 fi 81 fi
82fi 82fi
@@ -84,7 +84,7 @@ fi
84if [ "$MACHINE" = "akita" ]; then 84if [ "$MACHINE" = "akita" ]; then
85 if [ "$TYPE" = "jffs2" ]; then 85 if [ "$TYPE" = "jffs2" ]; then
86 if [ "x$HDIMAGE" = "x" ]; then 86 if [ "x$HDIMAGE" = "x" ]; then
87 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-akita.jffs2 87 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-akita.jffs2
88 fi 88 fi
89 fi 89 fi
90fi 90fi
@@ -95,7 +95,7 @@ if [ "$MACHINE" = "qemux86" ]; then
95 fi 95 fi
96 if [ "$TYPE" = "ext2" ]; then 96 if [ "$TYPE" = "ext2" ]; then
97 if [ "x$HDIMAGE" = "x" ]; then 97 if [ "x$HDIMAGE" = "x" ]; then
98 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemux86.ext2 98 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sdk-qemux86.ext2
99 fi 99 fi
100 fi 100 fi
101 CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin 101 CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin