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-21 00:29:29 +0100 |
commit | 08127d444e05d8d33ce39abdce677655bd4766ea (patch) | |
tree | 926947a62cc4b1cbed4afc31a717305de9b1c57d /scripts/qemuimage-testlib | |
parent | 46d0cc3dc88307d69a7884c0e5c79e0c8d5e4dc7 (diff) | |
download | poky-08127d444e05d8d33ce39abdce677655bd4766ea.tar.gz |
Rename poky-qemu to runqemu
(From OE-Core rev: 7687d91f73f4a116593315b3b1488ac3f0904905)
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() | |||
395 | local ret=1 | 395 | local ret=1 |
396 | local up_time=0 | 396 | local up_time=0 |
397 | 397 | ||
398 | which poky-qemu | 398 | which runqemu |
399 | if [ $? -eq 0 ]; then | 399 | if [ $? -eq 0 ]; then |
400 | RUNQEMU=`which poky-qemu` | 400 | RUNQEMU=`which runqemu` |
401 | else | 401 | else |
402 | Test_Error "Can not find poky-qemu in \$PATH, return fail" | 402 | Test_Error "Can not find runqemu in \$PATH, return fail" |
403 | exit 1 | 403 | exit 1 |
404 | fi | 404 | fi |
405 | 405 | ||