diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-09 15:45:09 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | 335a230a351dd2273278ec91b13f7b28ef1120a0 (patch) | |
tree | eb74d8622ba5ef7a1e533b481f5944b38ae9a3e5 | |
parent | a9a00a6004164cb86071ec66308155d0663bafec (diff) | |
download | poky-335a230a351dd2273278ec91b13f7b28ef1120a0.tar.gz |
ref-manual: add MOUNT_BASE variable
New variable for 4.1.
(From yocto-docs rev: 91c6c3dcb36e52e276f000b0e60aba02d546e994)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index cd10cc506c..f77b8ac1e9 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5001,6 +5001,11 @@ system and gives an overview of their function and contents. | |||
5001 | 5001 | ||
5002 | KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" | 5002 | KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" |
5003 | 5003 | ||
5004 | :term:`MOUNT_BASE` | ||
5005 | On non-systemd systems (where ``udev-extraconf`` is being used), | ||
5006 | specifies the base directory for auto-mounting filesystems. The | ||
5007 | default value is "/run/media". | ||
5008 | |||
5004 | :term:`MULTIMACH_TARGET_SYS` | 5009 | :term:`MULTIMACH_TARGET_SYS` |
5005 | Uniquely identifies the type of the target system for which packages | 5010 | Uniquely identifies the type of the target system for which packages |
5006 | are being built. This variable allows output for different types of | 5011 | are being built. This variable allows output for different types of |