diff options
| -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 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 |
