summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-10-09 09:41:09 +0200
committerSteve Sakoman <steve@sakoman.com>2024-10-24 06:31:59 -0700
commit810813a59fc556fe6c76a48de40ba4e73e6cfda9 (patch)
treede9068746f93cfd10984adc85b7597264f148946
parentc786e869b88615bf581b215ec416ca97ded55476 (diff)
downloadpoky-810813a59fc556fe6c76a48de40ba4e73e6cfda9.tar.gz
ref-manual: add missing OPKGBUILDCMD variable
(From yocto-docs rev: 709d952ba834778015b3047f8bafca94b1c814f8) 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>
-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 5aead5ff21..b644a0a787 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5385,6 +5385,13 @@ system and gives an overview of their function and contents.
5385 default by setting the variable in a custom distribution 5385 default by setting the variable in a custom distribution
5386 configuration file. 5386 configuration file.
5387 5387
5388 :term:`OPKGBUILDCMD`
5389 The variable :term:`OPKGBUILDCMD` specifies the command used to build opkg
5390 packages when using the :ref:`ref-classes-package_ipk` class. It is
5391 defined in :ref:`ref-classes-package_ipk` as::
5392
5393 OPKGBUILDCMD ??= 'opkg-build -Z zstd -a "${ZSTD_DEFAULTS}"'
5394
5388 :term:`OVERRIDES` 5395 :term:`OVERRIDES`
5389 A colon-separated list of overrides that currently apply. Overrides 5396 A colon-separated list of overrides that currently apply. Overrides
5390 are a BitBake mechanism that allows variables to be selectively 5397 are a BitBake mechanism that allows variables to be selectively