m4sterchain opened a new pull request, #206:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/206
This PR introduces a flexible and maintainable build configuration system
for the Teaclave TrustZone SDK development environment. The new system replaces
the previous complex conditional logic with a clean, symlink-based
configuration management approach.
- Explicit configuration files organized by type and architecture
- TA configurations: scripts/runtime/config/ta/{std,no-std}/{aarch64,arm32}
- Host configurations: scripts/runtime/config/host/{aarch64,arm32}
- Selection mechanism using symlinks to "active" configuration files
- Each configuration file contains environment variables for build targets
and toolchain settings
- New switch_config script: A comprehensive tool to switch build
configurations
After the PR is merged, we need to rebuilt and update the docker image for
the developers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]