diff options
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2018-11-01 17:15:08 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2018-12-07 13:24:50 +0000 |
commit | 20b1e43eabd7127835f701ae132d410674501404 (patch) | |
tree | 2b3b233a210a67c0e1d88b83f9e513cd779bbed2 /projects/linux | |
parent | d1dccab9a69f2a8a12db0fb5f0aee44cb8764890 (diff) |
schema: Move 'relationships' to a mapping sequence
This may be subject to further change so that we can ensure only one parent
exists, or that keys are unique in the dependencies list for example.
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Diffstat (limited to 'projects/linux')
-rw-r--r-- | projects/linux/testtask.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/linux/testtask.yaml b/projects/linux/testtask.yaml index 0dd95d3..f94c1bf 100644 --- a/projects/linux/testtask.yaml +++ b/projects/linux/testtask.yaml @@ -4,6 +4,12 @@ key: fedd3f9c-dc85-11e8-bfeb-834cd5092819 assignee: Kieran status: New +relationships: + - parent: 7d14ee32-ddf8-11e8-a473-d7a72abc7e28 + - depends: 7d14f0c6-ddf8-11e8-a474-4b07d07bedaa + - depends: 7d14f1b6-ddf8-11e8-a475-fb7b5cfd5b9d + - blocks: 7d14f33c-ddf8-11e8-a477-6764765d08a6 + bsp-commits: - e0868bcfd529997cf98da1dd14bab8cb8175eda7 # arm64: dts: r8a77990: Support IPMMU(MMU mode) for IPMMU-VP0 and IPMMU-VC0 |