summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-09-04 09:07:10 -0300
committerGitHub <noreply@github.com>2024-09-04 09:07:10 -0300
commitbb1d22ea63d2360e7254586bb18841e28039fcd7 (patch)
tree33126bad7fb11f8633bbc6d9720a16c891b2399e
parentf35d5bd074b29564712ba82654806087295a6a69 (diff)
parent639ca90853f694cde2a15093127bf3a3c1b6d9f1 (diff)
downloadmeta-freescale-bb1d22ea63d2360e7254586bb18841e28039fcd7.tar.gz
Merge pull request #1919 from tprrt/dev/tprrt/add-imx-secure-enclace-recipe
imx-secure-enclave: add the lf-6.6.3-1.0.0 recipe
-rw-r--r--recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb31
1 files changed, 31 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 00000000..b065fc55
--- /dev/null
+++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb
@@ -0,0 +1,31 @@
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.3_1.0.0"
13SRCREV = "964affa2cb3f9f7fc85a6a18db60f9213f744495"
14
15PV = "lf-6.6.3_1.0.0"
16
17S = "${WORKDIR}/git"
18
19EXTRA_OEMAKE += "PLAT=ele"
20
21TARGET_CC_ARCH += "${LDFLAGS}"
22
23do_install () {
24 oe_runmake DESTDIR=${D} install
25 rm -rf ${D}/usr/share
26}
27
28SYSTEMD_AUTO_ENABLE = "disable"
29SYSTEMD_SERVICE:${PN} = "nvm_daemon.service"
30
31COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)"