summaryrefslogtreecommitdiff
path: root/projects/project.schema.yaml
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-02-02 13:51:18 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-02-02 13:51:18 +0900
commit6d85edcdbb2acd0752a635df6ec4e3b35af2bff3 (patch)
treef9b5b8328938b5e7474d6279753eb7e09388ef14 /projects/project.schema.yaml
parent47edcb75af17f82450c246e08ad663c35196849e (diff)
parent74d4a13667939ac1f737dfaaf430afef4027dd43 (diff)
Merge branch 'topic/bsp41x' into HEAD
Diffstat (limited to 'projects/project.schema.yaml')
-rw-r--r--projects/project.schema.yaml14
1 files changed, 10 insertions, 4 deletions
diff --git a/projects/project.schema.yaml b/projects/project.schema.yaml
index 7d16de1..c9e096c 100644
--- a/projects/project.schema.yaml
+++ b/projects/project.schema.yaml
@@ -18,6 +18,10 @@ schema;msgid:
type: str
pattern: .*@.*
+schema;bsp:
+ desc: A sequence / list of related BSP commits
+ https://github.com/renesas-rcar/linux-bsp/commit/
+ include: gitcommit
###
### Our main schema
@@ -49,11 +53,13 @@ mapping:
enum: ['BSP', 'Geert', 'Jacopo', 'Kaneko', 'Kieran', 'Laurent', 'Magnus', 'Marek',
'Morimoto', 'Niklas', 'Shimoda', 'Simon', 'Ulrich', 'Wolfram']
- bsp-commits:
- desc: A sequence / list of related BSP commits
- https://github.com/renesas-rcar/linux-bsp/commit/
+ bsp41x:
sequence:
- - include: gitcommit
+ - include: bsp
+
+ bsp39x:
+ sequence:
+ - include: bsp
upstream:
desc: References to upstream commits