aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/module_config.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 6fb796b9..3ca4bf04 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]
+ in_values: [TARGET1, TARGET2, TARGET3, TARGET4, TARGET5]
environment: &environment
type: Group
@@ -40,6 +40,13 @@ environment: &environment
condition: property
property: target.arch
equals_value: TARGET4
+ - type: EnvironmentVariable
+ variableName: MACHINE
+ variableValue: jetson-tx2-devkit
+ enable_if:
+ condition: property
+ property: target.arch
+ equals_value: TARGET5
build_instructions:
- *environment