diff options
| author | Rob Herring <robh@kernel.org> | 2019-05-01 14:12:28 -0400 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2019-05-01 15:27:58 -0400 |
| commit | 195712bfdddf777603ec12f67023ef6151bb2e1c (patch) | |
| tree | c098d1d1721d14e1ca290cba98b4ed1f6061b092 | |
| parent | 440868661f36071886ed360d91de83bd67c73b4f (diff) | |
dt-bindings: Update schema project location to devicetree.org github group
The DT schema tools are moving from my personal GH repo to the
devicetree.org group on GH. The new location is here:
https://github.com/devicetree-org/dt-schema.git
The old repo will be kept as a mirror.
Signed-off-by: Rob Herring <robh@kernel.org>
| -rw-r--r-- | Documentation/devicetree/writing-schema.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/writing-schema.md b/Documentation/devicetree/writing-schema.md index a3652d33a48f..dc032db36262 100644 --- a/Documentation/devicetree/writing-schema.md +++ b/Documentation/devicetree/writing-schema.md | |||
| @@ -97,7 +97,7 @@ The DT schema project must be installed in order to validate the DT schema | |||
| 97 | binding documents and validate DTS files using the DT schema. The DT schema | 97 | binding documents and validate DTS files using the DT schema. The DT schema |
| 98 | project can be installed with pip: | 98 | project can be installed with pip: |
| 99 | 99 | ||
| 100 | `pip3 install git+https://github.com/robherring/yaml-bindings.git@master` | 100 | `pip3 install git+https://github.com/devicetree-org/dt-schema.git@master` |
| 101 | 101 | ||
| 102 | dtc must also be built with YAML output support enabled. This requires that | 102 | dtc must also be built with YAML output support enabled. This requires that |
| 103 | libyaml and its headers be installed on the host system. | 103 | libyaml and its headers be installed on the host system. |
