qemu.mk: use xterm instead of gnome-terminal

- Make sure launch-terminal cannot block by adding a '&'
- Use xterm instead of gnome-terminal because it is more likely to be
installed by default.

Fixes https://github.com/OP-TEE/build/issues/18.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
Tested-by: Pascal Brand <pascal.brand@linaro.org>
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Peter Maydell <peter.maydell@linaro.org>
1 file changed
tree: ccdab1dc22f5aade8334e63360a2d5bd99bd1b61
  1. .gitignore
  2. common.mk
  3. fvp.mk
  4. hikey.mk
  5. mediatek.mk
  6. qemu-check.exp
  7. qemu.mk
  8. README.md
  9. toolchain.mk
README.md

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.