-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cbuild setup delivering missing info when no compiler specified (#1002)…
- Loading branch information
1 parent
cc5f0b5
commit 5f15bb1
Showing
7 changed files
with
153 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
tools/projmgr/test/data/TestLayers/no_compiler.cproject.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
project: | ||
layers: | ||
- layer: select.clayer.yml | ||
type: Select1 | ||
|
||
connections: | ||
- connect: project X | ||
set: set1.select1 | ||
info: set 1 select 1 | ||
consumes: | ||
- connectA | ||
- connectB | ||
|
||
- connect: project Y | ||
set: set1.select2 | ||
info: set 1 select 2 | ||
consumes: | ||
- connectB | ||
- connectC | ||
|
||
- connect: project Z | ||
set: set1.select2 | ||
info: set 1 select 2 | ||
consumes: | ||
- connectC | ||
- connectD |
16 changes: 16 additions & 0 deletions
16
tools/projmgr/test/data/TestLayers/no_compiler.csolution.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
solution: | ||
select-compiler: | ||
- compiler: AC6 | ||
- compiler: GCC | ||
- compiler: CLANG | ||
|
||
target-types: | ||
- type: RteTest_ARMCM3 | ||
device: RteTest_ARMCM3 | ||
|
||
projects: | ||
- project: no_compiler.cproject.yml | ||
|
||
packs: | ||
- pack: ARM::RteTest | ||
- pack: ARM::RteTest_DFP |
30 changes: 30 additions & 0 deletions
30
tools/projmgr/test/data/TestLayers/ref/no_compiler.cbuild-idx.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
build-idx: | ||
generated-by: csolution version 0.0.0+g113301ee | ||
csolution: no_compiler.csolution.yml | ||
tmpdir: tmp | ||
configurations: | ||
- target-type: RteTest_ARMCM3 | ||
target-configurations: | ||
- configuration: | ||
variables: | ||
- Board-Layer: $SolutionDir()$/select.clayer.yml | ||
settings: | ||
- set: set1.select1 (provided connections A and B - set 1 select 1) | ||
- configuration: | ||
variables: | ||
- Board-Layer: $SolutionDir()$/select.clayer.yml | ||
settings: | ||
- set: set1.select2 (provided connections B and C - set 1 select 2) | ||
select-compiler: | ||
- compiler: AC6 | ||
- compiler: GCC | ||
cprojects: | ||
- cproject: no_compiler.cproject.yml | ||
clayers: | ||
- clayer: select.clayer.yml | ||
cbuilds: | ||
- cbuild: no_compiler+RteTest_ARMCM3.cbuild.yml | ||
project: no_compiler | ||
configuration: +RteTest_ARMCM3 | ||
clayers: | ||
- clayer: select.clayer.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters