summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-05 19:36:46 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-25 04:11:26 -1000
commitb6f6c729453cb88961488e3332046517e2fe99bb (patch)
treed373ef857e34fa15615df504bf79c716af0ac9a2 /documentation/dev-manual
parentccb4e6abb480c90811130fa11570948f5d11ac1c (diff)
downloadpoky-b6f6c729453cb88961488e3332046517e2fe99bb.tar.gz
manuals: document VIRTUAL-RUNTIME variables
Document the convention to use variables prefixed by VIRTUAL_RUNTIME. Add references to the new term where possible. Another reason is that such variables are recommended in a warning issued by meta/classes-global/insane.bbclass (From yocto-docs rev: db88c2021062c95fe49b54351952753390d45a6a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/device-manager.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/device-manager.rst b/documentation/dev-manual/device-manager.rst
index 0343d19b9c..49fc785fec 100644
--- a/documentation/dev-manual/device-manager.rst
+++ b/documentation/dev-manual/device-manager.rst
@@ -60,10 +60,10 @@ kernel.
60All devices created by ``devtmpfs`` will be owned by ``root`` and have 60All devices created by ``devtmpfs`` will be owned by ``root`` and have
61permissions ``0600``. 61permissions ``0600``.
62 62
63To have more control over the device nodes, you can use a device manager 63To have more control over the device nodes, you can use a device manager like
64like ``udev`` or ``busybox-mdev``. You choose the device manager by 64``udev`` or ``busybox-mdev``. You choose the device manager by defining the
65defining the ``VIRTUAL-RUNTIME_dev_manager`` variable in your machine or 65:term:`VIRTUAL-RUNTIME_dev_manager <VIRTUAL-RUNTIME>` variable in your machine
66distro configuration file. Alternatively, you can set this variable in 66or distro configuration file. Alternatively, you can set this variable in
67your ``local.conf`` configuration file:: 67your ``local.conf`` configuration file::
68 68
69 VIRTUAL-RUNTIME_dev_manager = "udev" 69 VIRTUAL-RUNTIME_dev_manager = "udev"