aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_qemu_vxworks.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/cmake_platforms_qemu_vxworks.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_qemu_vxworks.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/coin/platform_configs/cmake_platforms_qemu_vxworks.yaml b/coin/platform_configs/cmake_platforms_qemu_vxworks.yaml
new file mode 100644
index 00000000..ddc033ad
--- /dev/null
+++ b/coin/platform_configs/cmake_platforms_qemu_vxworks.yaml
@@ -0,0 +1,15 @@
+Version: 2
+Configurations:
+-
+ Id: 'vxworks-imx6'
+ Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
+ Target os: 'VxWorks'
+ Target arch: 'ARMv7'
+ Compiler: 'Clang'
+ Target compiler: 'Clang'
+ Platform dependency: 'ubuntu-22.04'
+ Features: ['Packaging', 'VMSize8', 'UseConfigure', 'DisableTests']
+ Environment variables: [
+ 'TARGET_CONFIGURE_ARGS=-release -developer-build -force-debug-info -qpa eglfs -nomake examples',
+ 'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target'
+ ]