summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-08-31 10:16:14 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-02 09:50:48 +0100
commit8cbf96aeaf10182e97f5180d22eaf969f968202e (patch)
treeb9dbe384fa1ffdf2c3a06d66dc8451f3d98b15e6 /scripts/runqemu
parent45c8f613cf063717d79d5c596ef3920d654ca588 (diff)
downloadpoky-8cbf96aeaf10182e97f5180d22eaf969f968202e.tar.gz
runqemu: add poky-image-basic and poky-image-lsb to recognized images
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 16c2e85856..4e4b42c70f 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -113,7 +113,7 @@ if [ "$MACHINE" = "qemuarm" ]; then
113 if [ "$TYPE" = "ext3" ]; then 113 if [ "$TYPE" = "ext3" ]; then
114 if [ "x$HDIMAGE" = "x" ]; then 114 if [ "x$HDIMAGE" = "x" ]; then
115 T=$TMPDIR/deploy/images 115 T=$TMPDIR/deploy/images
116 findimage $T qemuarm ext3 "poky-image-sdk poky-image-sato poky-image-minimal" 116 findimage $T qemuarm ext3 "poky-image-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal"
117 fi 117 fi
118 fi 118 fi
119fi 119fi
@@ -125,7 +125,7 @@ if [ "$MACHINE" = "qemumips" ]; then
125 if [ "$TYPE" = "ext3" ]; then 125 if [ "$TYPE" = "ext3" ]; then
126 if [ "x$HDIMAGE" = "x" ]; then 126 if [ "x$HDIMAGE" = "x" ]; then
127 T=$TMPDIR/deploy/images 127 T=$TMPDIR/deploy/images
128 findimage $T $MACHINE ext3 "poky-image-sdk poky-image-sato poky-image-minimal" 128 findimage $T $MACHINE ext3 "poky-image-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal"
129 fi 129 fi
130 fi 130 fi
131 CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr 131 CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr
@@ -138,7 +138,7 @@ if [ "$MACHINE" = "qemuppc" ]; then
138 if [ "$TYPE" = "ext3" ]; then 138 if [ "$TYPE" = "ext3" ]; then
139 if [ "x$HDIMAGE" = "x" ]; then 139 if [ "x$HDIMAGE" = "x" ]; then
140 T=$TMPDIR/deploy/images 140 T=$TMPDIR/deploy/images
141 findimage $T $MACHINE ext3 "poky-image-sdk poky-image-sato poky-image-minimal" 141 findimage $T $MACHINE ext3 "poky-image-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal"
142 fi 142 fi
143 fi 143 fi
144 CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr 144 CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr
@@ -176,7 +176,7 @@ if [ "$MACHINE" = "qemux86" ]; then
176 if [ "$TYPE" = "ext3" ]; then 176 if [ "$TYPE" = "ext3" ]; then
177 if [ "x$HDIMAGE" = "x" ]; then 177 if [ "x$HDIMAGE" = "x" ]; then
178 T=$TMPDIR/deploy/images 178 T=$TMPDIR/deploy/images
179 findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal" 179 findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal"
180 fi 180 fi
181 fi 181 fi
182 CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr 182 CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr
@@ -189,7 +189,7 @@ if [ "$MACHINE" = "qemux86-64" ]; then
189 if [ "$TYPE" = "ext3" ]; then 189 if [ "$TYPE" = "ext3" ]; then
190 if [ "x$HDIMAGE" = "x" ]; then 190 if [ "x$HDIMAGE" = "x" ]; then
191 T=$TMPDIR/deploy/images 191 T=$TMPDIR/deploy/images
192 findimage $T qemux86-64 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal" 192 findimage $T qemux86-64 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal"
193 fi 193 fi
194 fi 194 fi
195 CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr 195 CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr