boot/optee-os: bump to version 4.0.0
Bumps OP-TEE OS package version to OP-TEE release 4.0.0. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6e000dba5f
commit
d03195c90e
@ -18,7 +18,7 @@ choice
|
|||||||
Select the version of OP-TEE OS you want to use
|
Select the version of OP-TEE OS you want to use
|
||||||
|
|
||||||
config BR2_TARGET_OPTEE_OS_LATEST
|
config BR2_TARGET_OPTEE_OS_LATEST
|
||||||
bool "3.21.0"
|
bool "4.0.0"
|
||||||
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
||||||
select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
|
select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
|
||||||
help
|
help
|
||||||
@ -70,7 +70,7 @@ endif
|
|||||||
|
|
||||||
config BR2_TARGET_OPTEE_OS_VERSION
|
config BR2_TARGET_OPTEE_OS_VERSION
|
||||||
string
|
string
|
||||||
default "3.21.0" if BR2_TARGET_OPTEE_OS_LATEST
|
default "4.0.0" if BR2_TARGET_OPTEE_OS_LATEST
|
||||||
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# From https://github.com/OP-TEE/optee_os/archive/3.21.0/optee-os-3.21.0.tar.gz
|
# From https://github.com/OP-TEE/optee_os/archive/4.0.0/optee-os-4.0.0.tar.gz
|
||||||
sha256 92a16e841b0bdb4bfcb1c20b6a1bd3309092203d534ed167dfdb5a5f395bf60b optee-os-3.21.0.tar.gz
|
sha256 2c2c9525b36c96dfad6216520721b8e9663e6cacc61d0108a0c8bffc0ea175f1 optee-os-4.0.0.tar.gz
|
||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a LICENSE
|
sha256 1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user