diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-10-31 10:02:44 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-12-11 16:45:34 +0100 |
commit | c3cd26b6d8b553b21d3e22ef9808174d66b4dcd6 (patch) | |
tree | e9d3ecf87335b420ac270e1ff72bcc8a8d6dd33d | |
parent | 4e20dcf646d1f9bd2ee1a25a0ee3f4cdf706c783 (diff) | |
download | linux-stericsson-c3cd26b6d8b553b21d3e22ef9808174d66b4dcd6.tar.gz |
dt-bindings: Be explicit about installing deps
Make sure the reader of the document is aware that some active
installation of the libyaml development package is required and
provide two examples.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | Documentation/devicetree/writing-schema.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/writing-schema.rst b/Documentation/devicetree/writing-schema.rst index efcd5d21dc2b..7635ab230456 100644 --- a/Documentation/devicetree/writing-schema.rst +++ b/Documentation/devicetree/writing-schema.rst @@ -121,7 +121,13 @@ 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. +libyaml and its headers be installed on the host system. For some distributions +that involves installing the development package, such as: + +Debian: + apt-get install libyaml-dev +Fedora: + dnf -y install libyaml-devel Running checks ~~~~~~~~~~~~~~ |