|
@@ -25,6 +25,11 @@ config BR2_TARGET_OPTEE_OS_LATEST
|
|
Use the latest release tag from the OP-TEE OS official Git
|
|
Use the latest release tag from the OP-TEE OS official Git
|
|
repository.
|
|
repository.
|
|
|
|
|
|
|
|
+config BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
|
|
|
|
+ bool "Custom version"
|
|
|
|
+ help
|
|
|
|
+ This option allows to use a specific official version
|
|
|
|
+
|
|
config BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
|
|
config BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
|
|
bool "Custom tarball"
|
|
bool "Custom tarball"
|
|
help
|
|
help
|
|
@@ -43,6 +48,10 @@ config BR2_TARGET_OPTEE_OS_CUSTOM_GIT
|
|
|
|
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
|
|
+config BR2_TARGET_OPTEE_OS_CUSTOM_VERSION_VALUE
|
|
|
|
+ string "OP-TEE version"
|
|
|
|
+ depends on BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
|
|
|
|
+
|
|
if BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
|
|
if BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
|
|
|
|
|
|
config BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL_LOCATION
|
|
config BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL_LOCATION
|
|
@@ -71,6 +80,8 @@ endif
|
|
config BR2_TARGET_OPTEE_OS_VERSION
|
|
config BR2_TARGET_OPTEE_OS_VERSION
|
|
string
|
|
string
|
|
default "4.3.0" if BR2_TARGET_OPTEE_OS_LATEST
|
|
default "4.3.0" if BR2_TARGET_OPTEE_OS_LATEST
|
|
|
|
+ default BR2_TARGET_OPTEE_OS_CUSTOM_VERSION_VALUE \
|
|
|
|
+ if BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
|
|
default "custom" if BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
|
|
default "custom" if BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
|
|
default BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION \
|
|
default BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION \
|
|
if BR2_TARGET_OPTEE_OS_CUSTOM_GIT
|
|
if BR2_TARGET_OPTEE_OS_CUSTOM_GIT
|