summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2025-10-08 12:36:13 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2025-10-08 10:02:26 +0000
commit7834783f1d992cb642eb83197dba716843341cae (patch)
tree0cb500578a15980813fc518941e64cc5ea52e757
parentff19120f9ca4493d52e50a5182f6185815b57ac7 (diff)
Revert "layers: update compatibility to walnascar"
This reverts commit 7d832daeb6953653feeb5f0d07fa50e9e4f152ff. Roll back to scarthgap compatibility for meta-boot2qt-ti(dev) branch. [1/2] Change-Id: I026beadd22baff470f9be3560eb68338ea3769b9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--coin/module_config.yaml16
-rw-r--r--conf/layer.conf2
2 files changed, 2 insertions, 16 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index c3c5409..1c1129a 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -8,7 +8,7 @@ accept_configuration:
equals_value: Yocto
- condition: property
property: target.arch
- in_values: [TARGET1, TARGET2]
+ in_values: [TARGET1]
machine_type:
Build:
@@ -27,24 +27,10 @@ target1: &target1
condition: property
property: target.arch
equals_value: TARGET1
-target2: &target2
- type: Group
- instructions:
- - type: EnvironmentVariable
- variableName: MACHINE
- variableValue: am62xx-evm
- - type: EnvironmentVariable
- variableName: MANIFEST
- variableValue: ti/6.9.xml
- enable_if:
- condition: property
- property: target.arch
- equals_value: TARGET2
instructions:
Build:
- *target1
- - *target2
- type: EnvironmentVariable
variableName: SOURCE_DIR
variableValue: "{{.SourceDir}}"
diff --git a/conf/layer.conf b/conf/layer.conf
index 85cc43e..a0a5198 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -39,4 +39,4 @@ BBFILE_COLLECTIONS += "b2qt-ti"
BBFILE_PATTERN_b2qt-ti := "^${LAYERDIR}/"
BBFILE_PRIORITY_b2qt-ti = "20"
-LAYERSERIES_COMPAT_b2qt-ti = "styhead walnascar"
+LAYERSERIES_COMPAT_b2qt-ti = "styhead"