diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-05 17:41:52 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-05 15:08:52 -0300 |
commit | ad8c56b6823aeb91986e21f289aedf3fddfa47f6 (patch) | |
tree | f4b6ca36328262e40312e20a4165c8f42b7d3c94 /recipes-extended/secure-obj/secure-obj.inc | |
parent | 942d9ddad881b9fb02cfb580239e2dfabc2c8a03 (diff) | |
download | meta-freescale-ad8c56b6823aeb91986e21f289aedf3fddfa47f6.tar.gz |
secure-obj: update to 24d3133
*Include the following changes:
24d3133 - SOBJ_ENG_APP: Initialising uninitialised variables
f979dc4 - SOBJ_APP: Adding option for creating fake pem file while importing object
2adc118 - APP: Miscellaneous changes
10f5c67 - APP: Resolving coverity issues
18d4422 - SEC_OBJ_ENG: Adding check if multiple objects are created with same index
9e21913 - Commit Update: SOBJ_APP:Adding option to save fake pem file
*Update COMPATIBLE_MACHINE for ls1012a
*Add ARCH for install path
*Fix install path issue.
*Add INSANE_SKIP for dev-elf,ldflags and dev-deps to fix QA Issue.
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj.inc')
-rw-r--r-- | recipes-extended/secure-obj/secure-obj.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index 3fd70eb8..3fc5b89d 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 | ||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \ | 13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \ |
14 | " | 14 | " |
15 | SRCREV = "74befe01bda41f1c27b197ef2ab66e475e9a81b3" | 15 | SRCREV = "24d31333bd50f212ac692db83a4a2d88d0dadb52" |
16 | 16 | ||
17 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 17 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |
18 | export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" | 18 | export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" |
@@ -24,4 +24,4 @@ ALLOW_EMPTY_${PN} = "1" | |||
24 | INHIBIT_PACKAGE_STRIP = "1" | 24 | INHIBIT_PACKAGE_STRIP = "1" |
25 | PARALLEL_MAKE = "" | 25 | PARALLEL_MAKE = "" |
26 | INSANE_SKIP_${PN} = "ldflags" | 26 | INSANE_SKIP_${PN} = "ldflags" |
27 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)" | 27 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a|ls1012a)" |