wayland-protocols, weston: fix compatible machine

Adjust the COMPATIBLE_MACHINE to prevent some warnings when building for
the ccimx91.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2024-08-21 18:46:51 +02:00
parent 315fcbddac
commit b162eac234
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"
COMPATIBLE_MACHINE = "(ccimx93)" COMPATIBLE_MACHINE = "(ccimx9)"

View File

@ -184,6 +184,6 @@ PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d
LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
PACKAGE_ARCH = "${MACHINE_SOCARCH}" PACKAGE_ARCH = "${MACHINE_SOCARCH}"
COMPATIBLE_MACHINE = "(ccimx93)" COMPATIBLE_MACHINE = "(ccimx9)"
########### End of i.MX overrides ######### ########### End of i.MX overrides #########