mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
boot/optee-os: bump to version 3.16.0
Bump OP-TEE OS package version to OP-TEE release 3.16.0 and set BR2_TARGET_OPTEE_OS_LATEST to select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY since python-cryptography is now needed to build optee-os. Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Clément Léger <clement.leger@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
752f478aff
commit
c5d441b7f2
@@ -18,7 +18,9 @@ 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.15.0"
|
bool "3.16.0"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
||||||
|
select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
|
||||||
help
|
help
|
||||||
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.
|
||||||
@@ -50,7 +52,7 @@ endif
|
|||||||
|
|
||||||
config BR2_TARGET_OPTEE_OS_VERSION
|
config BR2_TARGET_OPTEE_OS_VERSION
|
||||||
string
|
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 \
|
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.15.0/optee-os-3.15.0.tar.gz
|
# From https://github.com/OP-TEE/optee_os/archive/3.16.0/optee-os-3.16.0.tar.gz
|
||||||
sha256 e5bb3d9eedaf7785af091602addac5b52118f4cdc108af9cd6f6c96b21503ab8 optee-os-3.15.0.tar.gz
|
sha256 ebc8e18ad2039ee97c34f74a7546de9119e26f04c368b6c7fd0c55f93d33d2d6 optee-os-3.16.0.tar.gz
|
||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a LICENSE
|
sha256 1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user