Skip to content

Commit 69ef092

Browse files
oldlavenderJonathan Corbet
authored andcommitted
Docs: Add cpio requirement to changes.rst
The install target requires cpio to run the `kernel/gen_kheaders.sh` script, but it's missing in the requirements list at 'Documentation/process/changes.rst'. This patch adds it to the list. Signed-off-by: Bruno Moreira-Guedes <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 77930ee commit 69ef092

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/process/changes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ iptables 1.4.2 iptables -V
5656
openssl & libcrypto 1.0.0 openssl version
5757
bc 1.06.95 bc --version
5858
Sphinx\ [#f1]_ 1.7 sphinx-build --version
59+
cpio any cpio --version
5960
====================== =============== ========================================
6061

6162
.. [#f1] Sphinx is needed only to build the Kernel documentation
@@ -458,6 +459,11 @@ mcelog
458459

459460
- <http://www.mcelog.org/>
460461

462+
cpio
463+
----
464+
465+
- <https://www.gnu.org/software/cpio/>
466+
461467
Networking
462468
**********
463469

0 commit comments

Comments
 (0)