summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb
blob: 647a9d768cf3735532f8075ed9da97a041a1fb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require imx-secure-enclave.inc

inherit systemd

SYSTEMD_AUTO_ENABLE = "disable"
SYSTEMD_SERVICE:${PN} = "nvm_daemon.service"

PLAT = "ele"

PACKAGES =+ "${PN}-crrm"

RDEPENDS:${PN} = "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '${PN}-crrm', '', d)}"

FILES:${PN}-crrm = " \
    ${bindir}/ele_crrm_test \
    ${libdir}/lib*crrm${SOLIBS}"

COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)"