diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-09-26 15:06:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-03 17:53:57 +0100 |
commit | e86a3d2236d7a9fe77483f8db1f07de8be6fab6c (patch) | |
tree | 0ebc388c251421408c83d2e0f6fa8b035d7b1788 /documentation/dev-manual/index.rst | |
parent | bb64a9adcf222a7b7fc9faf37582b6083c95196b (diff) | |
download | poky-e86a3d2236d7a9fe77483f8db1f07de8be6fab6c.tar.gz |
Add documentation on fragments
- terms.rst: Provide the definitions of a Configuration Fragment and a
Built-in Fragment.
- ref-manual: Add a quick reference guide on bitbake-config-build, and
list the available fragments in OE-Core.
Document the underlying variables related to fragments in the
glossary.
- dev-manual: give instructions on how to create new custom fragments.
(From yocto-docs rev: 0820b71c830cab4151b0219b6d4013c41f461c6e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/index.rst')
-rw-r--r-- | documentation/dev-manual/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/dev-manual/index.rst b/documentation/dev-manual/index.rst index ea528855a8..7a581236a9 100644 --- a/documentation/dev-manual/index.rst +++ b/documentation/dev-manual/index.rst | |||
@@ -16,6 +16,7 @@ Yocto Project Development Tasks Manual | |||
16 | new-machine | 16 | new-machine |
17 | upgrading-recipes | 17 | upgrading-recipes |
18 | temporary-source-code | 18 | temporary-source-code |
19 | creating-fragments | ||
19 | quilt.rst | 20 | quilt.rst |
20 | development-shell | 21 | development-shell |
21 | python-development-shell | 22 | python-development-shell |