summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-10-09 09:41:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-11 17:05:04 +0100
commit5f807a4b80b110916a21efe879bc367ad3764900 (patch)
treef5d6f33019388e601156d86e10cd06643c2ab21b /documentation/ref-manual/variables.rst
parent1e54a97da59505b10412d19595e373aeac4c180e (diff)
downloadpoky-5f807a4b80b110916a21efe879bc367ad3764900.tar.gz
ref-manual: add missing OPKGBUILDCMD variable
(From yocto-docs rev: a6a2c8e48995200c9c3be7096f34d912427de145) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 5f4ef02510..cb082cbdbc 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5761,6 +5761,13 @@ system and gives an overview of their function and contents.
5761 :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS` 5761 :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS`
5762 Specifies extra parameters for the ``opkg-make-index`` command. 5762 Specifies extra parameters for the ``opkg-make-index`` command.
5763 5763
5764 :term:`OPKGBUILDCMD`
5765 The variable :term:`OPKGBUILDCMD` specifies the command used to build opkg
5766 packages when using the :ref:`ref-classes-package_ipk` class. It is
5767 defined in :ref:`ref-classes-package_ipk` as::
5768
5769 OPKGBUILDCMD ??= 'opkg-build -Z zstd -a "${ZSTD_DEFAULTS}"'
5770
5764 :term:`OVERLAYFS_ETC_DEVICE` 5771 :term:`OVERLAYFS_ETC_DEVICE`
5765 When the :ref:`ref-classes-overlayfs-etc` class is 5772 When the :ref:`ref-classes-overlayfs-etc` class is
5766 inherited, specifies the device to be mounted for the read/write 5773 inherited, specifies the device to be mounted for the read/write