mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
ref-manual: add overlayfs class variables
The overlayfs class was added in the honister release. (From yocto-docs rev: cff6b5a167d8f7d99a351c7989bc86af5e553552) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e56bf9d8e
commit
01372ac01c
@@ -5231,6 +5231,30 @@ system and gives an overview of their function and contents.
|
||||
information, see the :ref:`overlayfs-etc <ref-classes-overlayfs-etc>`
|
||||
class documentation. The default value is "1".
|
||||
|
||||
:term:`OVERLAYFS_MOUNT_POINT`
|
||||
When inheriting the :ref:`overlayfs <ref-classes-overlayfs>` class,
|
||||
specifies mount point(s) to be used. For example::
|
||||
|
||||
OVERLAYFS_MOUNT_POINT[data] = "/data"
|
||||
|
||||
The assumes you have a ``data.mount`` systemd unit defined elsewhere
|
||||
in your BSP (e.g. in ``systemd-machine-units`` recipe) and it is
|
||||
installed into the image. For more information see
|
||||
:ref:`overlayfs <ref-classes-overlayfs>`.
|
||||
|
||||
.. note::
|
||||
|
||||
Although the :ref:`overlayfs <ref-classes-overlayfs>` class is
|
||||
inherited by individual recipes, :term:`OVERLAYFS_MOUNT_POINT`
|
||||
should be set in your machine configuration.
|
||||
|
||||
:term:`OVERLAYFS_WRITABLE_PATHS`
|
||||
When inheriting the :ref:`overlayfs <ref-classes-overlayfs>` class,
|
||||
specifies writable paths used at runtime for the recipe. For
|
||||
example::
|
||||
|
||||
OVERLAYFS_WRITABLE_PATHS[data] = "/usr/share/my-custom-application"
|
||||
|
||||
:term:`OVERRIDES`
|
||||
A colon-separated list of overrides that currently apply. Overrides
|
||||
are a BitBake mechanism that allows variables to be selectively
|
||||
|
||||
Reference in New Issue
Block a user