Skip to content

Commit 08a0bd6

Browse files
57300carlescufi
authored andcommitted
MAINTAINERS: Add domains.py under West area
This small library is shared by both west and twister, where it's used to parse the `domains.yaml` files generated by sysbuild. It also defines the schema that sysbuild itself must adhere to when generating the file. `domains.py` used to be located in `scripts/west_commands/`, which means that it once belonged under "West". Having one file appear in multiple areas is discouraged, so let's just move it back to "West". Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent c6c9700 commit 08a0bd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAINTAINERS.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,6 +2908,7 @@ West:
29082908
- scripts/west-commands.yml
29092909
- scripts/west_commands/
29102910
- doc/develop/west/
2911+
- scripts/pylib/build_helpers/domains.py
29112912
labels:
29122913
- "area: West"
29132914

0 commit comments

Comments
 (0)