We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb69ea commit d0793c3Copy full SHA for d0793c3
Documentation/devicetree/writing-schema.rst
@@ -1,4 +1,4 @@
1
-:orphan:
+.. SPDX-License-Identifier: GPL-2.0
2
3
Writing DeviceTree Bindings in json-schema
4
==========================================
@@ -124,9 +124,12 @@ dtc must also be built with YAML output support enabled. This requires that
124
libyaml and its headers be installed on the host system. For some distributions
125
that involves installing the development package, such as:
126
127
-Debian:
+Debian::
128
+
129
apt-get install libyaml-dev
-Fedora:
130
131
+Fedora::
132
133
dnf -y install libyaml-devel
134
135
Running checks
0 commit comments