commit | 4f00bf867f45b9b06051b5288609c433d3865878 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Fri Aug 13 15:10:01 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Sep 08 10:33:53 2021 +0200 |
tree | 02f2503c21801ed72c45d82306375815bd1bb722 | |
parent | 4ab946e0f0785887892d2cd7853a894dcf05ed45 [diff] |
qemu_v8: check that Xen and Xen tools are the same version Xen is built from $(ROOT)/xen and Xen tools are built from $(ROOT)/buildroot/package/xen. They need to be the same major.minor version, otherwise the Xen tool commands ('xl ...') are likely to fail in more or less obscure ways. Add a build time check and fail early if versions do not match. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Ruchika Gupta <ruchika.gupta@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