diff options
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2018-11-01 13:43:26 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2018-12-07 13:24:50 +0000 |
commit | d1dccab9a69f2a8a12db0fb5f0aee44cb8764890 (patch) | |
tree | fc798785c37133d3493db25d79719edb43d99fca | |
parent | ebca47c71471bcff1ff975707586f9a4e4091e67 (diff) |
schema: Extend upstream with URL and patchwork
Provide the option to specify a URL or patchwork number reference.
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
-rw-r--r-- | projects/linux/testtask.yaml | 2 | ||||
-rw-r--r-- | projects/project.schema.yaml | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/linux/testtask.yaml b/projects/linux/testtask.yaml index 96bf18d..0dd95d3 100644 --- a/projects/linux/testtask.yaml +++ b/projects/linux/testtask.yaml @@ -14,6 +14,8 @@ upstream: - torvalds: 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d # Linux 4.19 - torvalds: 6d9666fb78526a7728cc4954ec1da4c2b416753d # arm64: dts: r8a77965: Support IPMMU(MMU mode) for IPMMU-VP0 and IPMMU-VC0 - next: e0868bcfd529997cf98da1dd14bab8cb8175eda7 # <automagically filled in text here> + - url: https://patchwork.linuxtv.org/patch/51928/ # [4/5] media: rcar-vin: Enable support for r8a774a1 - Patchwork + - pw.linuxtv: 51928 # [4/5] media: rcar-vin: Enable support for r8a774a1 - Patchwork comments: - Added a new thing diff --git a/projects/project.schema.yaml b/projects/project.schema.yaml index 7130860..f84b415 100644 --- a/projects/project.schema.yaml +++ b/projects/project.schema.yaml @@ -60,6 +60,12 @@ mapping: next: desc: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id= include: gitcommit + pw.linuxtv: + desc: https://patchwork.linuxtv.org/patch/ + type: int + url: + desc: Free form URL reference # URL validation is *hard* + type: str parent: desc: A reference to another topic key which must already exist |