diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-27 12:18:02 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-27 12:18:02 +0000 |
commit | 9f15140b5de39adcc865732a9dd3c27c177adaf5 (patch) | |
tree | 35e743d12588ddd2d5da4f841e9fbc7380031566 /scripts/runqemu | |
parent | 14cb222ee2cec5874f700629ddaf263a8ed20b0f (diff) | |
download | openembedded-core-9f15140b5de39adcc865732a9dd3c27c177adaf5.tar.gz openembedded-core-9f15140b5de39adcc865732a9dd3c27c177adaf5.tar.bz2 openembedded-core-9f15140b5de39adcc865732a9dd3c27c177adaf5.zip |
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/runqemu')
-rwxr-xr-x | scripts/runqemu | 8 |
1 files changed, 4 insertions, 4 deletions
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 |