mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/optee-client: add option to use same version as optee-os
We can select a custom official version for the optee-os package; add an option to select the same version for optee-client, to easily keep them synchronized. Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com> Cc: Étienne Carrière <etienne.carriere@foss.st.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
b03098645f
commit
30066345aa
@@ -19,10 +19,16 @@ if BR2_PACKAGE_OPTEE_CLIENT
|
||||
|
||||
choice
|
||||
prompt "optee-client version"
|
||||
default BR2_PACKAGE_OPTEE_CLIENT_AS_OS \
|
||||
if BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
|
||||
default BR2_PACKAGE_OPTEE_CLIENT_LATEST
|
||||
help
|
||||
Select the version of optee-client you want to use
|
||||
|
||||
config BR2_PACKAGE_OPTEE_CLIENT_AS_OS
|
||||
bool "Same as optee-os being built"
|
||||
depends on BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
|
||||
|
||||
config BR2_PACKAGE_OPTEE_CLIENT_LATEST
|
||||
bool "4.3.0"
|
||||
help
|
||||
@@ -52,6 +58,8 @@ endif
|
||||
|
||||
config BR2_PACKAGE_OPTEE_CLIENT_VERSION
|
||||
string
|
||||
default BR2_TARGET_OPTEE_OS_CUSTOM_VERSION_VALUE \
|
||||
if BR2_PACKAGE_OPTEE_CLIENT_AS_OS
|
||||
default "4.3.0" if BR2_PACKAGE_OPTEE_CLIENT_LATEST
|
||||
default "custom" if BR2_PACKAGE_OPTEE_CLIENT_CUSTOM_TARBALL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user