]> code.ossystems Code Review - meta-freescale.git/commitdiff
secure-obj: update to 5ff1231
authorTing Liu <ting.liu@nxp.com>
Thu, 14 Oct 2021 08:19:30 +0000 (16:19 +0800)
committerTing Liu <ting.liu@nxp.com>
Fri, 15 Oct 2021 14:11:36 +0000 (22:11 +0800)
New commits:
5ff1231 securekeydev: install securekeydev.ko
e3f9432 fota_secboot: fix compilation warnings
6e0b018 LF-3046: Fix for certificate generation failure
8bd117e LF-3045: Fix for signature generation failure

Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-extended/secure-obj/secure-obj.inc
recipes-extended/secure-obj/secure-obj_git.bb

index 55f20ed5e257b660bfe9f019bae450852bd9c6d6..2d26a7e9e64b1da6d16e04291a6e2a8d9468e705 100644 (file)
@@ -10,9 +10,8 @@ inherit python3native
 
 LDFLAGS += "${TOOLCHAIN_OPTIONS}"
 
-SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \
-"
-SRCREV = "71a6eb33b58a8578a60995da3896f8f2d638c916"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1"
+SRCREV = "5ff1231f74b4b01744be95a3137a14ad0a483e61"
 
 WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
 export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/"
index 1fd1fea31c0d83bae86d56f57bbcfd1de7936bf8..84ecea1ea609e6fd93bfc59fa616538dfd24d292 100644 (file)
@@ -13,6 +13,7 @@ export CROSS_COMPILE_HOST = "${CROSS_COMPILE}"
 export CROSS_COMPILE_TA = "${CROSS_COMPILE}"
 ARCH:qoriq-arm64 = "aarch64"
 ARCH:qoriq-arm = "arm"
+CFLAGS += "${TOOLCHAIN_OPTIONS}"
 
 do_compile() {
         unset LDFLAGS