commit | 84ef4c3e54e253650e1d63858dd613eeae693a2b | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Fri Jan 24 14:47:40 2025 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Tue Jan 28 19:40:04 2025 +0100 |
tree | d1917aa5f14a4c08aebdfd61edf49cbc3de5b61e | |
parent | f26a638b5d1b351de14d650ac52d3c991cb302a4 [diff] |
br-ext: remove CMake warning trace due to Buildroot generic config Locally define some CMake build directive in order to remove the CMake build warning traces printed because Buildroot sets these directives [1] even if not supported by the packages. CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS Link: https://github.com/buildroot/buildroot/blob/2024.05/package/pkg-cmake.mk#L112-L118 [1] Suggested-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-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