aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-05-29 05:19:47 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2023-05-31 13:42:36 +0300
commitc3fc31d5f1491dc76bf054b25c09fc0564c58d90 (patch)
treeb6fe3f30b20b63a3bb172ddb70f9f1358cd4decb /coin/module_config.yaml
parentbb93d2578a32f70d88dbf5a5206272083237bf21 (diff)
Remove toradex recipes
Support for all Toradex boards is moved to a separate meta-boot2qt-toradex vendor layer. Pick-to: langdale kirkstone Change-Id: I61d5533172a200a79b1c104f1b8a02a300060fa2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml26
1 files changed, 6 insertions, 20 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 9a7e48c8..173cd777 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -7,7 +7,7 @@ accept_configuration:
equals_value: Yocto
- condition: property
property: target.arch
- in_values: [TARGET1, TARGET2, TARGET3, TARGET4, TARGET5, TARGET6, TARGET7]
+ in_values: [TARGET1, TARGET2, TARGET3, TARGET4, TARGET5]
machine_type:
Build:
@@ -18,53 +18,39 @@ environment: &environment
instructions:
- type: EnvironmentVariable
variableName: MACHINE
- variableValue: apalis-imx6
- enable_if:
- condition: property
- property: target.arch
- equals_value: TARGET1
- - type: EnvironmentVariable
- variableName: MACHINE
- variableValue: colibri-imx6ull
- enable_if:
- condition: property
- property: target.arch
- equals_value: TARGET2
- - type: EnvironmentVariable
- variableName: MACHINE
variableValue: imx8qm-mek
enable_if:
condition: property
property: target.arch
- equals_value: TARGET3
+ equals_value: TARGET1
- type: EnvironmentVariable
variableName: MACHINE
variableValue: imx8mm-lpddr4-evk
enable_if:
condition: property
property: target.arch
- equals_value: TARGET4
+ equals_value: TARGET2
- type: EnvironmentVariable
variableName: MACHINE
variableValue: jetson-agx-xavier-devkit
enable_if:
condition: property
property: target.arch
- equals_value: TARGET5
+ equals_value: TARGET3
- type: EnvironmentVariable
variableName: MACHINE
variableValue: raspberrypi4-64
enable_if:
condition: property
property: target.arch
- equals_value: TARGET6
+ equals_value: TARGET4
- type: EnvironmentVariable
variableName: MACHINE
variableValue: intel-skylake-64
enable_if:
condition: property
property: target.arch
- equals_value: TARGET7
+ equals_value: TARGET5
build_instructions:
- *environment