From f756a06533c6ec9727e5d45cc6df6786f6c3ed68 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 16 Dec 2019 09:17:06 -0800 Subject: ogl-runtime: Only compile for supported architectures EASTL does not yet support all architectures that oe does so this is better to limit it to supported ones https://code.qt.io/cgit/qt3dstudio/qt3dstudio-eastl.git/tree/UnknownVersion/include/EABase/config/eaplatform.h Signed-off-by: Khem Raj --- recipes-qt/qt5/ogl-runtime_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt5/ogl-runtime_git.bb b/recipes-qt/qt5/ogl-runtime_git.bb index 97e25bc1..464f6091 100644 --- a/recipes-qt/qt5/ogl-runtime_git.bb +++ b/recipes-qt/qt5/ogl-runtime_git.bb @@ -14,6 +14,8 @@ QT_MODULE_BRANCH_EASTL = "master" QT_GIT_PROJECT = "qt3dstudio" PV = "2.4+git${SRCPV}" +COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc64).*-linux" + SRC_URI += " \ ${QT_GIT}/qt3dstudio-eastl.git;name=EASTL;branch=${QT_MODULE_BRANCH_EASTL};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/EASTL \ file://0001-Fix-examples-build-error.patch \ -- cgit v1.2.3-54-g00ecf