qt-kiosk-browser: Only support arm/x86

Since it depends on qtwebengine and qtwebengine only supports these
arches

Fixes
executing config test webengine-arch-support
Architecture not supported.
test config.qtwebengine_buildtools.tests.webengine-arch-support FAILED

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-01-16 16:27:16 -08:00
committed by Martin Jansa
parent fd376e159d
commit 4060f68d52

View File

@@ -30,3 +30,10 @@ RDEPENDS_${PN} += " \
qtvirtualkeyboard \
qtwebengine-qmlplugins \
"
COMPATIBLE_MACHINE = "(-)"
COMPATIBLE_MACHINE_x86 = "(.*)"
COMPATIBLE_MACHINE_x86-64 = "(.*)"
COMPATIBLE_MACHINE_armv6 = "(.*)"
COMPATIBLE_MACHINE_armv7a = "(.*)"
COMPATIBLE_MACHINE_armv7ve = "(.*)"
COMPATIBLE_MACHINE_aarch64 = "(.*)"