summaryrefslogtreecommitdiffstats
path: root/recipes-extended/secure-obj/secure-obj_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-10-14 16:19:30 +0800
committerTing Liu <ting.liu@nxp.com>2021-10-15 22:11:36 +0800
commitdc6ada8f9515e92bfdc7e5e2c18ccef87b6e80f8 (patch)
treeaf4db6f7600bdbde1963e401b8c165f068bd4556 /recipes-extended/secure-obj/secure-obj_git.bb
parentdaed466ffcd165241a0060414306296a78e95879 (diff)
downloadmeta-freescale-dc6ada8f9515e92bfdc7e5e2c18ccef87b6e80f8.tar.gz
secure-obj: update to 5ff1231
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>
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj_git.bb')
-rw-r--r--recipes-extended/secure-obj/secure-obj_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb
index 1fd1fea3..84ecea1e 100644
--- a/recipes-extended/secure-obj/secure-obj_git.bb
+++ b/recipes-extended/secure-obj/secure-obj_git.bb
@@ -13,6 +13,7 @@ export CROSS_COMPILE_HOST = "${CROSS_COMPILE}"
13export CROSS_COMPILE_TA = "${CROSS_COMPILE}" 13export CROSS_COMPILE_TA = "${CROSS_COMPILE}"
14ARCH:qoriq-arm64 = "aarch64" 14ARCH:qoriq-arm64 = "aarch64"
15ARCH:qoriq-arm = "arm" 15ARCH:qoriq-arm = "arm"
16CFLAGS += "${TOOLCHAIN_OPTIONS}"
16 17
17do_compile() { 18do_compile() {
18 unset LDFLAGS 19 unset LDFLAGS