summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-24 17:50:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit945c669138a76be18c6b4da4f8f907d2a5cfd83f (patch)
treecebff3cae5021d4fcceb5aa51fce1c2aead97ed2 /documentation/ref-manual/faq.rst
parent6fe3143800925463279d0664fc7f3372b53c6c52 (diff)
downloadpoky-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.rst6
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?
291Support for an additional board is added by creating a Board 291Support for an additional board is added by creating a Board
292Support Package (BSP) layer for it. For more information on how to 292Support Package (BSP) layer for it. For more information on how to
293create a BSP layer, see the 293create a BSP layer, see the
294":ref:`dev-manual/common-tasks:understanding and creating layers`" 294":ref:`dev-manual/layers:understanding and creating layers`"
295section in the Yocto Project Development Tasks Manual and the 295section 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
304To add a package, you need to create a BitBake recipe. For 304To add a package, you need to create a BitBake recipe. For
305information on how to create a BitBake recipe, see the 305information 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`"
307section in the Yocto Project Development Tasks Manual. 307section in the Yocto Project Development Tasks Manual.
308 308
309What do I need to ship for license compliance? 309What do I need to ship for license compliance?
@@ -320,7 +320,7 @@ configured and built.
320You can find more information on licensing in the 320You can find more information on licensing in the
321":ref:`overview-manual/development-environment:licensing`" 321":ref:`overview-manual/development-environment:licensing`"
322section in the Yocto Project Overview and Concepts Manual and also in the 322section 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`"
324section in the Yocto Project Development Tasks Manual. 324section in the Yocto Project Development Tasks Manual.
325 325
326Do I have to make a full reflash after recompiling one package? 326Do I have to make a full reflash after recompiling one package?