diff options
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.bb | 29 |
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 @@ | |||
1 | SUMMARY = "NXP i.MX Secure Enclave Userspace Library" | ||
2 | DESCRIPTION = "NXP i.MX Secure Enclave Userspace Library" | ||
3 | SECTION = "base" | ||
4 | |||
5 | LICENSE = "BSD-3-Clause" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8636bd68fc00cc6a3809b7b58b45f982" | ||
7 | |||
8 | DEPENDS = "openssl" | ||
9 | |||
10 | inherit systemd | ||
11 | |||
12 | SRC_URI = "git://github.com/NXP/imx-secure-enclave.git;protocol=https;branch=lf-6.6.52_2.2.0" | ||
13 | SRCREV = "dffbb844e86f4a49058ffbb40548474059969c27" | ||
14 | |||
15 | PV = "lf-6.6.52_2.2.0" | ||
16 | |||
17 | EXTRA_OEMAKE += "PLAT=ele" | ||
18 | |||
19 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
20 | |||
21 | do_install () { | ||
22 | oe_runmake DESTDIR=${D} install | ||
23 | rm -rf ${D}/usr/share | ||
24 | } | ||
25 | |||
26 | SYSTEMD_AUTO_ENABLE = "disable" | ||
27 | SYSTEMD_SERVICE:${PN} = "nvm_daemon.service" | ||
28 | |||
29 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)" | ||