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