summaryrefslogtreecommitdiff
path: root/scripts/qemuimage-tests/sanity/boot
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 16:44:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 16:44:10 +0100
commit7687d91f73f4a116593315b3b1488ac3f0904905 (patch)
tree8a00b11e6efc7a37427b03704b9fb59461afc8a5 /scripts/qemuimage-tests/sanity/boot
parentfa6176219b741eed346b21a3d923e9abc9b5442a (diff)
downloadopenembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.tar.gz
openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.tar.bz2
openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.tar.xz
openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.zip
Rename poky-qemu to runqemu
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/qemuimage-tests/sanity/boot')
-rwxr-xr-xscripts/qemuimage-tests/sanity/boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-tests/sanity/boot b/scripts/qemuimage-tests/sanity/boot
index b75b9b928..d3414d33d 100755
--- a/scripts/qemuimage-tests/sanity/boot
+++ b/scripts/qemuimage-tests/sanity/boot
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Boot Test Case for Sanity Test
-# The case boot up the Qemu target with `poky-qemu qemuxxx`.
+# The case boot up the Qemu target with `runqemu qemuxxx`.
# Then check if qemu and qemu network is up.
#
# Author: Jiajun Xu <jiajun.xu@intel.com>