mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
docs: use literalinclude for system requirements
The YAML variables for the host dependencies are updated by hand and actually only used inside code blocks. Let's migrate all instructions into separate shell scripts that are then literalinclude'd into the Sphinx documentation. This allows a few things: - ability to run shellcheck on the scripts if we ever want to - manually calling the appropriate script from a supported distro to build stuff (distro or bitbake/yocto stuff) - use this script to create containers to do CI of documentation on different distros, to make sure our instructions are all up to date, (From yocto-docs rev: 8d993022c2aefc0fde9baa949d39d7a3613f9f46) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Antonin Godard <antonin.godard@bootlin.com> Tested-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
09849475c8
commit
9d7930a4e0
1
documentation/tools/host_packages_scripts/pip3_docs.sh
Normal file
1
documentation/tools/host_packages_scripts/pip3_docs.sh
Normal file
@@ -0,0 +1 @@
|
||||
sudo pip3 install sphinx sphinx_rtd_theme pyyaml
|
||||
Reference in New Issue
Block a user