aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml16
1 files changed, 15 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index ba83e738..602b5ec0 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]
+ in_values: [TARGET1, TARGET2, TARGET3, TARGET4, TARGET5, TARGET6, TARGET7]
machine_type:
Build:
@@ -51,6 +51,20 @@ environment: &environment
condition: property
property: target.arch
equals_value: TARGET5
+ - type: EnvironmentVariable
+ variableName: MACHINE
+ variableValue: raspberrypi4-64
+ enable_if:
+ condition: property
+ property: target.arch
+ equals_value: TARGET6
+ - type: EnvironmentVariable
+ variableName: MACHINE
+ variableValue: intel-skylake-64
+ enable_if:
+ condition: property
+ property: target.arch
+ equals_value: TARGET7
build_instructions:
- *environment