diff --git a/recipes-qt/qt6/qtpdf-examples_git.bb b/recipes-qt/qt6/qtpdf-examples_git.bb index 89488a5..1680f04 100644 --- a/recipes-qt/qt6/qtpdf-examples_git.bb +++ b/recipes-qt/qt6/qtpdf-examples_git.bb @@ -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 diff --git a/recipes-qt/qt6/qtquick3dphysics-examples_git.bb b/recipes-qt/qt6/qtquick3dphysics-examples_git.bb index 6224f0b..b1b17dd 100644 --- a/recipes-qt/qt6/qtquick3dphysics-examples_git.bb +++ b/recipes-qt/qt6/qtquick3dphysics-examples_git.bb @@ -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 diff --git a/recipes-qt/qt6/qtwebengine-examples_git.bb b/recipes-qt/qt6/qtwebengine-examples_git.bb index 2c0619e..93996fa 100644 --- a/recipes-qt/qt6/qtwebengine-examples_git.bb +++ b/recipes-qt/qt6/qtwebengine-examples_git.bb @@ -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 diff --git a/recipes-qt/qt6/qtwebview-examples_git.bb b/recipes-qt/qt6/qtwebview-examples_git.bb index 50078fe..c68d339 100644 --- a/recipes-qt/qt6/qtwebview-examples_git.bb +++ b/recipes-qt/qt6/qtwebview-examples_git.bb @@ -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