Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
Documentation/devicetree/writing-schema.md
··· 97 97 binding documents and validate DTS files using the DT schema. The DT schema 98 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 102 dtc must also be built with YAML output support enabled. This requires that 103 103 libyaml and its headers be installed on the host system.