From b162eac2347c0a272d18bb284a8be119941e453f Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 21 Aug 2024 18:46:51 +0200 Subject: [PATCH] wayland-protocols, weston: fix compatible machine Adjust the COMPATIBLE_MACHINE to prevent some warnings when building for the ccimx91. Signed-off-by: Javier Viguera --- .../recipes-graphics/wayland/wayland-protocols_1.32.imx.bb | 2 +- .../recipes-graphics/wayland/weston_11.0.3.imx.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb index d77d75f63..2dc440928 100644 --- a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb +++ b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb @@ -13,4 +13,4 @@ SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad" BBCLASSEXTEND = "native nativesdk" -COMPATIBLE_MACHINE = "(ccimx93)" +COMPATIBLE_MACHINE = "(ccimx9)" diff --git a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/wayland/weston_11.0.3.imx.bb b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/wayland/weston_11.0.3.imx.bb index 812675c8f..c720385a1 100644 --- a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/wayland/weston_11.0.3.imx.bb +++ b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/wayland/weston_11.0.3.imx.bb @@ -184,6 +184,6 @@ PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" PACKAGE_ARCH = "${MACHINE_SOCARCH}" -COMPATIBLE_MACHINE = "(ccimx93)" +COMPATIBLE_MACHINE = "(ccimx9)" ########### End of i.MX overrides #########