diff options
author | Rob Herring <robh@kernel.org> | 2019-10-15 10:26:00 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-10-25 09:14:20 -0500 |
commit | 7054c207b06771046e7c1127c14111f3ec67ab83 (patch) | |
tree | c28e891428c319d4234a2bf1c6754ceff7916b18 /Documentation | |
parent | 5b6070ce93100b280d3cc3cec59d6a56b7f466f9 (diff) | |
download | linux-stable-7054c207b06771046e7c1127c14111f3ec67ab83.tar.gz linux-stable-7054c207b06771046e7c1127c14111f3ec67ab83.tar.bz2 linux-stable-7054c207b06771046e7c1127c14111f3ec67ab83.zip |
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: Robert Jones <rjones@gateworks.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/writing-schema.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/writing-schema.rst b/Documentation/devicetree/writing-schema.rst index f4a638072262..3fce61cfd649 100644 --- a/Documentation/devicetree/writing-schema.rst +++ b/Documentation/devicetree/writing-schema.rst @@ -117,6 +117,9 @@ project can be installed with pip:: 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 libyaml and its headers be installed on the host system. |