diff options
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj.inc')
| -rw-r--r-- | recipes-extended/secure-obj/secure-obj.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc new file mode 100644 index 000000000..3fd70eb8b --- /dev/null +++ b/recipes-extended/secure-obj/secure-obj.inc | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Secure Object" | ||
| 2 | LICENSE = "BSD" | ||
| 3 | |||
| 4 | DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" | ||
| 5 | RDEPENDS_${PN} = "bash libcrypto libssl python" | ||
| 6 | |||
| 7 | DEPENDS += "python-pycrypto-native" | ||
| 8 | |||
| 9 | inherit pythonnative | ||
| 10 | |||
| 11 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" | ||
| 12 | |||
| 13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \ | ||
| 14 | " | ||
| 15 | SRCREV = "74befe01bda41f1c27b197ef2ab66e475e9a81b3" | ||
| 16 | |||
| 17 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | ||
| 18 | export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" | ||
| 19 | export OPTEE_CLIENT_EXPORT = "${RECIPE_SYSROOT}/usr" | ||
| 20 | |||
| 21 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' | ||
| 22 | |||
| 23 | ALLOW_EMPTY_${PN} = "1" | ||
| 24 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 25 | PARALLEL_MAKE = "" | ||
| 26 | INSANE_SKIP_${PN} = "ldflags" | ||
| 27 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)" | ||
