|
@@ -18,7 +18,9 @@ choice
|
|
|
Select the version of OP-TEE OS you want to use
|
|
|
|
|
|
config BR2_TARGET_OPTEE_OS_LATEST
|
|
|
- bool "3.15.0"
|
|
|
+ bool "3.16.0"
|
|
|
+ depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
|
|
+ select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
|
|
|
help
|
|
|
Use the latest release tag from the OP-TEE OS official Git
|
|
|
repository.
|
|
@@ -50,7 +52,7 @@ endif
|
|
|
|
|
|
config BR2_TARGET_OPTEE_OS_VERSION
|
|
|
string
|
|
|
- default "3.15.0" if BR2_TARGET_OPTEE_OS_LATEST
|
|
|
+ default "3.16.0" if BR2_TARGET_OPTEE_OS_LATEST
|
|
|
default BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION \
|
|
|
if BR2_TARGET_OPTEE_OS_CUSTOM_GIT
|
|
|
|