mirror of
https://git.yoctoproject.org/poky
synced 2026-07-03 20:13:42 +02:00
ref-manual/variables.rst: document the IMAGE_*_DEBUGFS variables
Added by commit 41316293e442 ("lib/oe/image.py: Add image generation
for companion debug filesystem") in OE-Core.
(From yocto-docs rev: 51c53ef1e8b4ec4afbb84252e59dd5501f405064)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 75a69c94f5ba556fbe182c96a9bab2c561a0358e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
2f9c3b01d1
commit
6b7474f7ca
@@ -3988,6 +3988,21 @@ system and gives an overview of their function and contents.
|
||||
or ``:prepend``. You must use the ``+=`` operator to add one or
|
||||
more options to the :term:`IMAGE_FSTYPES` variable.
|
||||
|
||||
:term:`IMAGE_FSTYPES_DEBUGFS`
|
||||
The :term:`IMAGE_FSTYPES_DEBUGFS` holds a list of filesystem image types
|
||||
to generate when the :term:`IMAGE_GEN_DEBUGFS` variable is set to "1". The
|
||||
content of this variable is the same as what is supported by the
|
||||
:term:`IMAGE_FSTYPES` variable.
|
||||
|
||||
:term:`IMAGE_GEN_DEBUGFS`
|
||||
When set to "1" in an :ref:`ref-classes-image` recipe, the
|
||||
:term:`OpenEmbedded Build System` will generate a companion image that
|
||||
contains the debug symbols and source code for the packages installed on
|
||||
the image. The :term:`OpenEmbedded Build System` does this by adding all
|
||||
the available ``-dbg`` and ``-src`` packages available in the package
|
||||
feed, which are automatically generated during
|
||||
:ref:`overview-manual/concepts:Package Splitting`.
|
||||
|
||||
:term:`IMAGE_INSTALL`
|
||||
Used by recipes to specify the packages to install into an image
|
||||
through the :ref:`ref-classes-image` class. Use the
|
||||
|
||||
Reference in New Issue
Block a user