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:
parent
315fcbddac
commit
b162eac234
|
|
@ -13,4 +13,4 @@ SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx93)"
|
COMPATIBLE_MACHINE = "(ccimx9)"
|
||||||
|
|
|
||||||
|
|
@ -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 #########
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue