]> code.ossystems Code Review - meta-freescale.git/commitdiff
secure-obj:update to bc0553a
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 11 Jan 2019 03:14:26 +0000 (03:14 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 14 Jan 2019 18:23:38 +0000 (16:23 -0200)
*update to lsdk 1812 tag
include the following changes
bc0553a - removed dead code under compile time flag SK_INVALID_HANDLE
f2fddd6 - added support for sk_digestinit sk_digestupdate sk_digestfinal.
f509695 - APP_TA_LIB: Adding SK_ATTR_PRIVATE attribute for objects
6791873 - SOBJ_LIB: Exposing SK_CreateObject for PKCS#11 Library
f3da9c0 - TA: Miscellaneous Changes
07ef069 - APP_ENG: Adding support for OAEP Encryption in engine and engine app
9fdbf7a - LIB_TA: Adding support for OAEP Encryption Scheme
1652924 - TA: Not returning TEE_ERROR_BAD_PARAMETERS for unmatched attributes
2a49505 - LIB: Exposing SK_GenerateKeyPair and SK_EraseObject Functions

*add secure-obj-module to RDEPENDS

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-extended/secure-obj/secure-obj.inc
recipes-extended/secure-obj/secure-obj_git.bb

index 99271d1705560a08f2a07983c036022175d05374..203412617d7d0c81146af4898c86508570240e25 100644 (file)
@@ -12,7 +12,7 @@ LDFLAGS += "${TOOLCHAIN_OPTIONS}"
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \
 "
-SRCREV = "bbcbe6cd137440b8b23e1fa71077fd3c8973e5da"
+SRCREV = "bc0553a3c7a02555eb6bf46803854f6b49227a26"
 
 WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
 export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/"
index db881b199464ef892594e27332ba1e1622a1d75a..d85d72988cfbafabfecd539565ad7a91a1f51160 100644 (file)
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://README;md5=82b72e88f23cded9dd23f0fb1790b8d2"
 
 S = "${WORKDIR}/git"
 
+RDEPENDS_{PN}  += "secure-obj-module"
+
 WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
 export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/"
 export OPTEE_CLIENT_EXPORT = "${RECIPE_SYSROOT}/usr"