Revert "imx-secure-enclave-seco: add support for i.MX8QM [LF-14126]"

This reverts commit 72d27f6ee1.
This commit is contained in:
Rahul Kumar Yadav 2024-12-13 11:48:54 +01:00 committed by Tom Hochstein
parent c615aba4e7
commit 81d63038f7
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@ DESCRIPTION += "SECO"
PLAT = "seco"
EXTRA_OEMAKE:append:mx8qm-nxp-bsp = " COMPATIBLE_MACHINE=mx8dxl-nxp-bsp"
EXTRA_OEMAKE:append:mx8x-nxp-bsp = " COMPATIBLE_MACHINE=mx8dxl-nxp-bsp"
do_install:append:mx95-nxp-bsp() {
@ -17,4 +16,4 @@ do_install:append:mx95-nxp-bsp() {
rm ${D}${bindir}/nvmd_conf_setup.sh
}
COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8x-nxp-bsp|mx95-nxp-bsp)"
COMPATIBLE_MACHINE = "(mx8x-nxp-bsp|mx95-nxp-bsp)"

View File

@ -29,7 +29,6 @@ RDEPENDS_CAAM_CRYPTO_APPS:mx93-nxp-bsp = ""
RDEPENDS_CAAM_CRYPTO_APPS:mx95-nxp-bsp = ""
RDEPENDS_EDGE_LOCK_SECURE_ENCLAVE = ""
RDEPENDS_EDGE_LOCK_SECURE_ENCLAVE:mx8qm-nxp-bsp = "imx-secure-enclave-seco"
RDEPENDS_EDGE_LOCK_SECURE_ENCLAVE:mx8dxl-nxp-bsp = "itest python3-requests"
RDEPENDS_EDGE_LOCK_SECURE_ENCLAVE:mx8ulp-nxp-bsp = "itest python3-requests"
RDEPENDS_EDGE_LOCK_SECURE_ENCLAVE:mx91-nxp-bsp = "itest python3-requests"