diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-24 17:50:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:20:29 +0000 |
commit | 945c669138a76be18c6b4da4f8f907d2a5cfd83f (patch) | |
tree | cebff3cae5021d4fcceb5aa51fce1c2aead97ed2 /documentation/ref-manual/faq.rst | |
parent | 6fe3143800925463279d0664fc7f3372b53c6c52 (diff) | |
download | poky-945c669138a76be18c6b4da4f8f907d2a5cfd83f.tar.gz |
manuals: split dev-manual/common-tasks.rst
A 500 KB source file is always harder to manage,
and can have section title conflicts.
So, the "Common Tasks" document is gone and all
its constituents are moved up one level.
You now have 40 chapters in the Development Tasks Manual.
(From yocto-docs rev: 8a45bc469411410020b8e688c137395fcaf3761b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r-- | documentation/ref-manual/faq.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index d35ab78bff..8f38808a78 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
@@ -291,7 +291,7 @@ How do I make the Yocto Project support my board? | |||
291 | Support for an additional board is added by creating a Board | 291 | Support for an additional board is added by creating a Board |
292 | Support Package (BSP) layer for it. For more information on how to | 292 | Support Package (BSP) layer for it. For more information on how to |
293 | create a BSP layer, see the | 293 | create a BSP layer, see the |
294 | ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 294 | ":ref:`dev-manual/layers:understanding and creating layers`" |
295 | section in the Yocto Project Development Tasks Manual and the | 295 | section in the Yocto Project Development Tasks Manual and the |
296 | :doc:`/bsp-guide/index`. | 296 | :doc:`/bsp-guide/index`. |
297 | 297 | ||
@@ -303,7 +303,7 @@ How do I make the Yocto Project support my package? | |||
303 | 303 | ||
304 | To add a package, you need to create a BitBake recipe. For | 304 | To add a package, you need to create a BitBake recipe. For |
305 | information on how to create a BitBake recipe, see the | 305 | information on how to create a BitBake recipe, see the |
306 | ":ref:`dev-manual/common-tasks:writing a new recipe`" | 306 | ":ref:`dev-manual/new-recipe:writing a new recipe`" |
307 | section in the Yocto Project Development Tasks Manual. | 307 | section in the Yocto Project Development Tasks Manual. |
308 | 308 | ||
309 | What do I need to ship for license compliance? | 309 | What do I need to ship for license compliance? |
@@ -320,7 +320,7 @@ configured and built. | |||
320 | You can find more information on licensing in the | 320 | You can find more information on licensing in the |
321 | ":ref:`overview-manual/development-environment:licensing`" | 321 | ":ref:`overview-manual/development-environment:licensing`" |
322 | section in the Yocto Project Overview and Concepts Manual and also in the | 322 | section in the Yocto Project Overview and Concepts Manual and also in the |
323 | ":ref:`dev-manual/common-tasks:maintaining open source license compliance during your product's lifecycle`" | 323 | ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecycle`" |
324 | section in the Yocto Project Development Tasks Manual. | 324 | section in the Yocto Project Development Tasks Manual. |
325 | 325 | ||
326 | Do I have to make a full reflash after recompiling one package? | 326 | Do I have to make a full reflash after recompiling one package? |