diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:41:09 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-10-30 08:30:00 -0700 |
commit | a47165d78035be6b697bfa0282a294f8f819793a (patch) | |
tree | 43a48105c0e400a0e473ebc4705a3d6eacfdbb7e /documentation | |
parent | 948b044d9c0a35c1187564c51e51ee7bd24f13c4 (diff) | |
download | poky-a47165d78035be6b697bfa0282a294f8f819793a.tar.gz |
ref-manual: add missing OPKGBUILDCMD variable
(From yocto-docs rev: 207dcc17f065760b6a28e762195ed2c48db95935)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit a6a2c8e48995200c9c3be7096f34d912427de145)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 3466b47cd3..8ea372274d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5709,6 +5709,13 @@ system and gives an overview of their function and contents. | |||
5709 | :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS` | 5709 | :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS` |
5710 | Specifies extra parameters for the ``opkg-make-index`` command. | 5710 | Specifies extra parameters for the ``opkg-make-index`` command. |
5711 | 5711 | ||
5712 | :term:`OPKGBUILDCMD` | ||
5713 | The variable :term:`OPKGBUILDCMD` specifies the command used to build opkg | ||
5714 | packages when using the :ref:`ref-classes-package_ipk` class. It is | ||
5715 | defined in :ref:`ref-classes-package_ipk` as:: | ||
5716 | |||
5717 | OPKGBUILDCMD ??= 'opkg-build -Z zstd -a "${ZSTD_DEFAULTS}"' | ||
5718 | |||
5712 | :term:`OVERLAYFS_ETC_DEVICE` | 5719 | :term:`OVERLAYFS_ETC_DEVICE` |
5713 | When the :ref:`ref-classes-overlayfs-etc` class is | 5720 | When the :ref:`ref-classes-overlayfs-etc` class is |
5714 | inherited, specifies the device to be mounted for the read/write | 5721 | inherited, specifies the device to be mounted for the read/write |