Skip to content

Commit

Permalink
dt-bindings: Update schema project location to devicetree.org github …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Rob Herring committed May 1, 2019
1 parent 4408686 commit 195712b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/writing-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The DT schema project must be installed in order to validate the DT schema
binding documents and validate DTS files using the DT schema. The DT schema
project can be installed with pip:

`pip3 install git+https://github.com/robherring/yaml-bindings.git@master`
`pip3 install git+https://github.com/devicetree-org/dt-schema.git@master`

dtc must also be built with YAML output support enabled. This requires that
libyaml and its headers be installed on the host system.
Expand Down

0 comments on commit 195712b

Please sign in to comment.