diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:44:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:44:10 +0100 |
commit | 7687d91f73f4a116593315b3b1488ac3f0904905 (patch) | |
tree | 8a00b11e6efc7a37427b03704b9fb59461afc8a5 /scripts/qemuimage-testlib | |
parent | fa6176219b741eed346b21a3d923e9abc9b5442a (diff) | |
download | openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.tar.gz openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.tar.bz2 openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.zip |
Rename poky-qemu to runqemu
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/qemuimage-testlib')
-rw-r--r-- | scripts/qemuimage-testlib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 720ee8f407..c3cf7c1ec2 100644 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib @@ -395,11 +395,11 @@ Test_Create_Qemu() local ret=1 local up_time=0 - which poky-qemu + which runqemu if [ $? -eq 0 ]; then - RUNQEMU=`which poky-qemu` + RUNQEMU=`which runqemu` else - Test_Error "Can not find poky-qemu in \$PATH, return fail" + Test_Error "Can not find runqemu in \$PATH, return fail" exit 1 fi |