mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-03 20:54:37 +02:00
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:
@@ -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 = "(.*)"
|
||||
|
||||
Reference in New Issue
Block a user