mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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:
parent
27eb78d4b2
commit
1d06407a21
|
|
@ -9,6 +9,13 @@ inherit features_check
|
|||
|
||||
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"
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
|
|
|
|||
|
|
@ -6,6 +6,12 @@ LIC_FILES_CHKSUM = " \
|
|||
|
||||
inherit qt6-cmake
|
||||
|
||||
COMPATIBLE_MACHINE = "(-)"
|
||||
COMPATIBLE_MACHINE:aarch64 = "(.*)"
|
||||
COMPATIBLE_MACHINE:arm = "(.*)"
|
||||
COMPATIBLE_MACHINE:x86 = "(.*)"
|
||||
COMPATIBLE_MACHINE:x86-64 = "(.*)"
|
||||
|
||||
QT_MODULE = "qtquick3dphysics"
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
|
|
|
|||
|
|
@ -13,6 +13,13 @@ inherit features_check
|
|||
|
||||
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"
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
|
|
|
|||
|
|
@ -9,6 +9,13 @@ inherit features_check
|
|||
|
||||
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"
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user