Commit 7054c207 authored by Rob Herring's avatar Rob Herring

dt: writing-schema: Add a note about tools PATH setup

Users without an existing python install may not have their PATH setup
for pip installed python programs already. Add a note about having the
DT validation programs in the PATH.
Reported-by: default avatarRobert Jones <rjones@gateworks.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 5b6070ce
...@@ -117,6 +117,9 @@ project can be installed with pip:: ...@@ -117,6 +117,9 @@ project can be installed with pip::
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master pip3 install git+https://github.com/devicetree-org/dt-schema.git@master
Several executables (dt-doc-validate, dt-mk-schema, dt-validate) will be
installed. Ensure they are in your PATH (~/.local/bin by default).
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment