summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb')
-rw-r--r--recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb b/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb
new file mode 100644
index 000000000..525824f79
--- /dev/null
+++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb
@@ -0,0 +1,29 @@
1SUMMARY = "NXP i.MX Secure Enclave Userspace Library"
2DESCRIPTION = "NXP i.MX Secure Enclave Userspace Library"
3SECTION = "base"
4
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=8636bd68fc00cc6a3809b7b58b45f982"
7
8DEPENDS = "openssl"
9
10inherit systemd
11
12SRC_URI = "git://github.com/NXP/imx-secure-enclave.git;protocol=https;branch=lf-6.6.52_2.2.0"
13SRCREV = "dffbb844e86f4a49058ffbb40548474059969c27"
14
15PV = "lf-6.6.52_2.2.0"
16
17EXTRA_OEMAKE += "PLAT=ele"
18
19TARGET_CC_ARCH += "${LDFLAGS}"
20
21do_install () {
22 oe_runmake DESTDIR=${D} install
23 rm -rf ${D}/usr/share
24}
25
26SYSTEMD_AUTO_ENABLE = "disable"
27SYSTEMD_SERVICE:${PN} = "nvm_daemon.service"
28
29COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)"