8ea8822005
Bump OP-TEE OS package version to OP-TEE release 3.9.0. Update patch on pydrypto/pycryptodome to match 3.9.0. Add patch on CFG_OPTEE_REVISION_MINOR that was not updated in release 3.9.0 and fixed only few commits above. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Tested-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From c5f5e6bf6644a536a0d53bfb9f5c5419150035dd Mon Sep 17 00:00:00 2001
|
|
From: Jens Wiklander <jens.wiklander@linaro.org>
|
|
Date: Mon, 25 May 2020 12:20:08 +0200
|
|
Subject: [PATCH] config.mk: fix CFG_OPTEE_REVISION_MINOR
|
|
|
|
The current release is 3.9.0, change the revision to match.
|
|
|
|
Fixes: af141c61fe7a ("Update CHANGELOG for 3.9.0")
|
|
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
|
|
Reported-by: Etienne Carriere <etienne.carriere@linaro.org>
|
|
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
|
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
|
|
---
|
|
mk/config.mk | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/mk/config.mk b/mk/config.mk
|
|
index c00a14618..bc49f83d8 100644
|
|
--- a/mk/config.mk
|
|
+++ b/mk/config.mk
|
|
@@ -116,7 +116,7 @@ endif
|
|
# with limited depth not including any tag, so there is really no guarantee
|
|
# that TEE_IMPL_VERSION contains the major and minor revision numbers.
|
|
CFG_OPTEE_REVISION_MAJOR ?= 3
|
|
-CFG_OPTEE_REVISION_MINOR ?= 8
|
|
+CFG_OPTEE_REVISION_MINOR ?= 9
|
|
|
|
# Trusted OS implementation manufacturer name
|
|
CFG_TEE_MANUFACTURER ?= LINARO
|
|
--
|
|
2.17.1
|
|
|