mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
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>
This commit is contained in:
parent
440868661f
commit
195712bfdd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
binding documents and validate DTS files using the DT schema. The DT schema
|
||||||
project can be installed with pip:
|
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
|
dtc must also be built with YAML output support enabled. This requires that
|
||||||
libyaml and its headers be installed on the host system.
|
libyaml and its headers be installed on the host system.
|
||||||
|
|
Loading…
Add table
Reference in a new issue