summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-secure-enclave/imx-secure-enclave-prime_git.bb
blob: 1bd72d118d1463d32c051c6781280a8db5672c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require imx-secure-enclave.inc

SUMMARY += "PRIME"
DESCRIPTION += "PRIME"

PLAT = "prime"

do_install:append() {
    # Remove common content that is to be installed by imx-secure-enclave
    rm ${D}${datadir}/se/README
}

COMPATIBLE_MACHINE = "(mx943-nxp-bsp|mx952-nxp-bsp)"