commit | c8bcc90353387ebbcd4bf3c85d9db4047652d009 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Oct 29 16:31:52 2015 +0000 |
committer | Joakim Bech <joakim.bech@linaro.org> | Mon Nov 02 09:57:49 2015 +0100 |
tree | 29dc6a36f9427e0f018e816f2718d0217d699494 | |
parent | e5425ff0898a5eabf4a6239c3e5afb6c66d569f8 [diff] |
qemu.mk: Wait for terminals to be started before running QEMU At the moment we start several terminals, and then sleep for a second before running a QEMU instance which will connect to processes run in those terminals. This will fail if the terminals are displayed on a slow remote X11 connection, because the terminals won't have completed startup before the one second delay elapses. Replace the delay with a loop that checks whether there's anything listening on the relevant TCP ports yet. Fixes https://github.com/OP-TEE/build/issues/20 Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Cedric Chaumont <cedric.chaumont@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org>
Contains the necessary build files to handle OP-TEE for various setups, for now, please see manifest/README.md and OP-TEE/README.md for instructions.