diff options
Diffstat (limited to 'recipes-bsp/imx-secure-enclave/imx-secure-enclave-seco_git.bb')
| -rw-r--r-- | recipes-bsp/imx-secure-enclave/imx-secure-enclave-seco_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-bsp/imx-secure-enclave/imx-secure-enclave-seco_git.bb b/recipes-bsp/imx-secure-enclave/imx-secure-enclave-seco_git.bb new file mode 100644 index 000000000..803cbeffe --- /dev/null +++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave-seco_git.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | require imx-secure-enclave.inc | ||
| 2 | |||
| 3 | SUMMARY += "SECO" | ||
| 4 | DESCRIPTION += "SECO" | ||
| 5 | |||
| 6 | PLAT = "seco" | ||
| 7 | |||
| 8 | EXTRA_OEMAKE:append:mx8x-nxp-bsp = " COMPATIBLE_MACHINE=mx8dxl-nxp-bsp" | ||
| 9 | |||
| 10 | do_install:append:mx9-nxp-bsp() { | ||
| 11 | # Remove common content that is to be installed by imx-secure-enclave | ||
| 12 | for i in common hsm nvm.h; do | ||
| 13 | rm -rf ${D}${includedir}/$i | ||
| 14 | done | ||
| 15 | rm ${D}${datadir}/se/README | ||
| 16 | rm ${D}${bindir}/nvmd_conf_setup.sh | ||
| 17 | rm ${D}${bindir}/se_tools | ||
| 18 | } | ||
| 19 | |||
| 20 | COMPATIBLE_MACHINE = "(mx8x-nxp-bsp|mx943-nxp-bsp|mx95-nxp-bsp|mx952-nxp-bsp)" | ||
