summaryrefslogtreecommitdiff
path: root/projects/project.schema.yaml
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-29 15:19:08 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-29 15:57:03 +0900
commitf9d68b98e7bc7181eb0680b54e679c8708e950dd (patch)
tree190d02d24a749627f0e7bbc6b5e798a60f7362b3 /projects/project.schema.yaml
parentf758b244242ae4c4309c88a0899cfe9c368aabca (diff)
project.schema: replace bsp-commits to bsp39x
Current periject is using bsp-commits tag, but it is not enough to know each BSP status. This patch replace it to bsp39x, and we will use bspXXX tag for BSP. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'projects/project.schema.yaml')
-rw-r--r--projects/project.schema.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/projects/project.schema.yaml b/projects/project.schema.yaml
index 7d16de1..985c026 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,9 @@ 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/
+ bsp39x:
sequence:
- - include: gitcommit
+ - include: bsp
upstream:
desc: References to upstream commits