aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Holappa <Teemu.Holappa@qt.io>2023-05-17 13:36:54 +0300
committerTeemu Holappa <teemu.holappa@qt.io>2023-05-24 06:55:54 +0000
commiteb838ea957a467da9a921336fb8561cd7447dc2d (patch)
tree3b3cb9883d9a4cd0864fc65817b39503a0fe79df
parent78d15ca741b82ae6908b2df3fe925aae2f5359d5 (diff)
Add Axivion support for Qt Safe Renderer
This commit adds Axivion build configuration for Qt Safe Renderer. Change-Id: I61acecc79552534f1fa37bc40bfeea469c68e9b6 Reviewed-by: Matti Paaso <matti.paaso@qt.io>
-rw-r--r--coin/platform_configs/qtsaferenderer-runtime.yaml21
1 files changed, 20 insertions, 1 deletions
diff --git a/coin/platform_configs/qtsaferenderer-runtime.yaml b/coin/platform_configs/qtsaferenderer-runtime.yaml
index fcc16b3b..dc437366 100644
--- a/coin/platform_configs/qtsaferenderer-runtime.yaml
+++ b/coin/platform_configs/qtsaferenderer-runtime.yaml
@@ -28,5 +28,24 @@ Include: [
"integrity-arm64"
]
]
-Configurations: []
+Configurations:
+-
+ Id: 'Axivion-QEMU_build'
+ Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
+ Target os: 'QEMU'
+ Target arch: 'arm64'
+ Compiler: 'GCC'
+ Platform dependency: 'ubuntu-22.04'
+ Features: ['UseConfigure', 'DoNotRunTests', 'DisableTests', 'Axivion_QSR']
+ Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
+ Environment variables: [
+ 'TARGET_CONFIGURE_ARGS=-release -force-debug-info -developer-build -no-warnings-are-errors -nomake examples -qt-harfbuzz -device linux-generic-g++ -device-option "CROSS_COMPILE={{.Env.QEMUARM64_TOOLCHAIN_CROSS_COMPILE}}" -device-option "DISTRO_OPTS=boot2qt" -no-feature-forkfd_pidfd -qtlibinfix TestInfix',
+ 'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QEMUARM64_TOOLCHAIN_FILE}} -DQT_FORCE_BUILD_TOOLS=ON',
+ 'QT_YOCTO_ENVSETUP={{.Env.QEMUARM64_TOOLCHAIN_ENVSETUP}}',
+ "QT_CMAKE_DIR=/opt/cmake-3.24.2/bin",
+ 'QT_SYSROOT_FOR_RUNNING_TESTS={{.Env.QEMUARM64_TOOLCHAIN_SYSROOT}}',
+ 'GST_PLUGIN_SCANNER={{.Env.QEMUARM64_TOOLCHAIN_SYSROOT}}/usr/libexec/gstreamer-1.0/gst-plugin-scanner',
+ 'QT_QUICK_BACKEND=software',
+ ]
+