diff options
author | Mikko Gronoff <[email protected]> | 2025-04-30 09:20:00 +0300 |
---|---|---|
committer | Mikko Gronoff <[email protected]> | 2025-04-30 15:12:36 +0300 |
commit | 9a91964d1f5dec3677a9b432e901e7806c0bc820 (patch) | |
tree | 27aa2af4d18f48681c1554e9d7a269ac3c6164ae | |
parent | 029962c0d62c00c2e745942797080606ca58d2c6 (diff) |
Scarthgap is used in dev/6.9/lts-6.8 branches,
update CI targets to reflect that.
Change-Id: I9bc7c722f6b1f419803c2b9b5cc49ad93e9661f6
Reviewed-by: Samuli Piippo <[email protected]>
-rw-r--r-- | coin/module_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index c409763..735478d 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -35,7 +35,7 @@ target2: &target2 variableValue: apalis-imx6 - type: EnvironmentVariable variableName: MANIFEST - variableValue: toradex/dev.xml + variableValue: toradex/6.9.xml enable_if: condition: property property: target.arch @@ -48,7 +48,7 @@ target3: &target3 variableValue: colibri-imx6ull - type: EnvironmentVariable variableName: MANIFEST - variableValue: toradex/dev.xml + variableValue: toradex/lts-6.8.xml enable_if: condition: property property: target.arch |