summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-15 11:34:46 +0530
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 08:39:41 -0300
commit35866fca57ee59c18d6dbfa8b3c9df8bd89c98d3 (patch)
treef58e7f5d04de640c236447a42c3a84d0c2519fe0 /recipes-extended
parent8fe7b1d6a2b8f2096de7278ac5860e870a5ef360 (diff)
downloadmeta-freescale-35866fca57ee59c18d6dbfa8b3c9df8bd89c98d3.tar.gz
secure-obj: update to 71a6eb3
New commits: 71a6eb3 TA: correct TEE_CreatePersistentObject function 27d8249 fota_secboot: Initial release. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/secure-obj/secure-obj.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc
index 617601ac..8576c3dc 100644
--- a/recipes-extended/secure-obj/secure-obj.inc
+++ b/recipes-extended/secure-obj/secure-obj.inc
@@ -12,7 +12,7 @@ LDFLAGS += "${TOOLCHAIN_OPTIONS}"
12 12
13SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \ 13SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \
14" 14"
15SRCREV = "fb179a861e8e9bfed85ac5ef8387bdd30de48db9" 15SRCREV = "71a6eb33b58a8578a60995da3896f8f2d638c916"
16 16
17WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" 17WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
18export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" 18export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/"