summaryrefslogtreecommitdiffstats
path: root/documentation
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:04:54 +0100
commit2d2cc822ce1571c6209a57e385853e5e5aabeb6b (patch)
treef84a3192c96ecd5288c91c815e52d4963b64afa6 /documentation
parentd2f0e50f30ee89890254976b352a56320604d92f (diff)
downloadpoky-2d2cc822ce1571c6209a57e385853e5e5aabeb6b.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')
-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