mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
Rename poky-qemu to runqemu
(From OE-Core rev: 7687d91f73f4a116593315b3b1488ac3f0904905) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user