meta-imx/meta-imx-cockpit/recipes-security/optee-os/optee-os_%.imx.bbappend
Neena Busireddy d25c439714 Rename all the layers in meta-imx [YOCIMX-7393]
meta-bsp --> meta-imx-bsp
meta-sdk --> meta-imx-sdk
meta-ml --> meta-imx-ml
meta-v2x --> meta-imx-v2x
meta-cockpit-->meta-imx-cockpit

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2023-12-08 06:41:38 +01:00

11 lines
383 B
Plaintext

OPTEEMACHINE:imx8qm-cockpit = "imx-mx8qmmekcockpita72"
do_compile:imx8qm-cockpit() {
PLAT_LIBGCC_PATH=$(${CC} -print-libgcc-file-name)
oe_runmake -C ${S} PLATFORM=imx-mx8qmmekcockpita53
cp ${B}/core/tee-raw.bin ${B}/core/tee-a53.bin
oe_runmake -C ${S} clean
oe_runmake -C ${S} PLATFORM=imx-mx8qmmekcockpita72
cp ${B}/core/tee-raw.bin ${B}/core/tee-a72.bin
}