examples: use matching COMPATIBLE_MACHINEs

Qt module examples need to follow the same COMPATIBLE_MACHINE
limitations as the module itself.

Fixes: QTBUG-140246
Change-Id: I0cf68adc32c384a96517eede32972b42c53b7971
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2025-09-22 05:57:04 +00:00
parent 27eb78d4b2
commit 1d06407a21
4 changed files with 27 additions and 0 deletions

View File

@ -9,6 +9,13 @@ inherit features_check
REQUIRED_DISTRO_FEATURES = "opengl" REQUIRED_DISTRO_FEATURES = "opengl"
COMPATIBLE_MACHINE = "(-)"
COMPATIBLE_MACHINE:aarch64 = "(.*)"
COMPATIBLE_MACHINE:armv6 = "(.*)"
COMPATIBLE_MACHINE:armv7a = "(.*)"
COMPATIBLE_MACHINE:armv7ve = "(.*)"
COMPATIBLE_MACHINE:x86-64 = "(.*)"
QT_MODULE = "qtwebengine" QT_MODULE = "qtwebengine"
include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6-git.inc

View File

@ -6,6 +6,12 @@ LIC_FILES_CHKSUM = " \
inherit qt6-cmake inherit qt6-cmake
COMPATIBLE_MACHINE = "(-)"
COMPATIBLE_MACHINE:aarch64 = "(.*)"
COMPATIBLE_MACHINE:arm = "(.*)"
COMPATIBLE_MACHINE:x86 = "(.*)"
COMPATIBLE_MACHINE:x86-64 = "(.*)"
QT_MODULE = "qtquick3dphysics" QT_MODULE = "qtquick3dphysics"
include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6-git.inc

View File

@ -13,6 +13,13 @@ inherit features_check
REQUIRED_DISTRO_FEATURES = "opengl" REQUIRED_DISTRO_FEATURES = "opengl"
COMPATIBLE_MACHINE = "(-)"
COMPATIBLE_MACHINE:aarch64 = "(.*)"
COMPATIBLE_MACHINE:armv6 = "(.*)"
COMPATIBLE_MACHINE:armv7a = "(.*)"
COMPATIBLE_MACHINE:armv7ve = "(.*)"
COMPATIBLE_MACHINE:x86-64 = "(.*)"
QT_MODULE = "qtwebengine" QT_MODULE = "qtwebengine"
include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6-git.inc

View File

@ -9,6 +9,13 @@ inherit features_check
REQUIRED_DISTRO_FEATURES = "opengl" REQUIRED_DISTRO_FEATURES = "opengl"
COMPATIBLE_MACHINE = "(-)"
COMPATIBLE_MACHINE:aarch64 = "(.*)"
COMPATIBLE_MACHINE:armv6 = "(.*)"
COMPATIBLE_MACHINE:armv7a = "(.*)"
COMPATIBLE_MACHINE:armv7ve = "(.*)"
COMPATIBLE_MACHINE:x86-64 = "(.*)"
QT_MODULE = "qtwebview" QT_MODULE = "qtwebview"
include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6-git.inc