commit | 355a74e35d2d916dd827aaafc722c3186f8b2b5b | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed May 29 10:38:32 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu May 30 13:18:39 2024 +0200 |
tree | ddfb49a957e3c4a062e0a3834ae676d0d79f2ae7 | |
parent | 52bb5ac78d12fe90b64cb56f54b7178467c48bc3 [diff] |
qemu: align run and check on qemu_v8 Commit 71977485810c ("qemu_v8: Rework the QEMU arguments for run and check") has introduced QEMU_BASE_ARGS, QEMU_RUN_ARGS and QEMU_CHECK_ARGS in qemu_v8.mk. While doing so it inadvertently broke QEMU_VIRTFS_AUTOMOUNT=y / QEMU_VIRTFS_ENABLE=y / QEMU_PSS_ENABLE=y because those flags now add things to QEMU_RUN_ARGS rather than to QEMU_EXTRA_ARGS. Therefore, change qemu.mk in a similar way to qemu_v8.mk and simplify a couple of things in qemu_check.exp. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers