From 7357b1100b184b8da51d6da7ac030055dd8c4b1c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 18 Feb 2022 22:47:37 -0300 Subject: Rework recipes to use imx-nxp-bsp more extensively This rework the recipes making use of new imx-nxp-bsp override; it has been applied to: - gstreamer1.0 - gstreamer1.0-plugins-bad - gstreamer1.0-plugins-base - gstreamer1.0-plugins-good - imx-alsa-plugins - imx-codec - imx-gst1.0-plugin - imx-parser - libdrm - libimxdmabuffer - linux-fslc-imx - linux-imx - optee-client - optee-test Signed-off-by: Otavio Salvador --- recipes-security/optee-imx/optee-client_3.10.0.imx.bb | 2 +- recipes-security/optee-imx/optee-test_3.10.0.imx.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-security/optee-imx') diff --git a/recipes-security/optee-imx/optee-client_3.10.0.imx.bb b/recipes-security/optee-imx/optee-client_3.10.0.imx.bb index 2f5166d16..2ad55a645 100644 --- a/recipes-security/optee-imx/optee-client_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-client_3.10.0.imx.bb @@ -49,4 +49,4 @@ INSANE_SKIP:${PN} = "ldflags dev-elf" INSANE_SKIP:${PN}-dev = "ldflags dev-elf" INSANE_SKIP:tee-supplicant = "ldflags" -COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp)" +COMPATIBLE_MACHINE = "(imx-nxp-bsp)" diff --git a/recipes-security/optee-imx/optee-test_3.10.0.imx.bb b/recipes-security/optee-imx/optee-test_3.10.0.imx.bb index ef540bbc7..7039d0c4c 100644 --- a/recipes-security/optee-imx/optee-test_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.10.0.imx.bb @@ -60,4 +60,4 @@ do_install () { FILES:${PN} = "/usr/bin/ /lib*/optee_armtz/" -COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp)" +COMPATIBLE_MACHINE = "(imx-nxp-bsp)" -- cgit v1.2.3-54-g00ecf