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 <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
Grzegorz Swiderski 2023-09-28 10:49:22 +02:00 committed by Carles Cufí
parent c6c97002b5
commit 08a0bd65da

View file

@ -2908,6 +2908,7 @@ West:
- scripts/west-commands.yml
- scripts/west_commands/
- doc/develop/west/
- scripts/pylib/build_helpers/domains.py
labels:
- "area: West"