|
@@ -48,7 +48,7 @@ config BR2_PACKAGE_OPTEE_TEST_AS_OS
|
|
|
depends on BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
|
|
|
|
|
|
config BR2_PACKAGE_OPTEE_TEST_LATEST
|
|
|
- bool "4.3.0"
|
|
|
+ bool "4.5.0"
|
|
|
help
|
|
|
Use the latest release tag from the optee-test official Git
|
|
|
repository.
|
|
@@ -77,7 +77,7 @@ config BR2_PACKAGE_OPTEE_TEST_VERSION
|
|
|
string
|
|
|
default BR2_TARGET_OPTEE_OS_CUSTOM_VERSION_VALUE \
|
|
|
if BR2_PACKAGE_OPTEE_TEST_AS_OS
|
|
|
- default "4.3.0" if BR2_PACKAGE_OPTEE_TEST_LATEST
|
|
|
+ default "4.5.0" if BR2_PACKAGE_OPTEE_TEST_LATEST
|
|
|
default "custom" if BR2_PACKAGE_OPTEE_TEST_CUSTOM_TARBALL
|
|
|
|
|
|
endif # BR2_PACKAGE_OPTEE_TEST
|