[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191015155433.25359-1-robh@kernel.org>
Date: Tue, 15 Oct 2019 10:54:32 -0500
From: Rob Herring <robh@...nel.org>
To: devicetree@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Robert Jones <rjones@...eworks.com>
Subject: [PATCH 1/2] 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@...eworks.com>
Signed-off-by: Rob Herring <robh@...nel.org>
---
Documentation/devicetree/writing-schema.rst | 3 +++
1 file changed, 3 insertions(+)
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.
--
2.20.1
Powered by blists - more mailing lists