All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-docs][PATCH 1/2] ref-manual: Document USE_DEVFS variable
@ 2015-01-07 14:58 Pascal Bach
  2015-01-07 14:58 ` [yocto-docs][PATCH 2/2] dev-manual: Add section about /dev population Pascal Bach
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Pascal Bach @ 2015-01-07 14:58 UTC (permalink / raw)
  To: yocto

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
---
 documentation/ref-manual/ref-variables.xml |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e3272fe..7907220 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11199,6 +11199,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
             </glossdef>
         </glossentry>
 
+        <glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm>
+            <info>
+               USE_DEVFS[doc] = "Determines if devtmps is used for/dev population."
+            </info>
+            <glossdef>
+                <para>
+                    Determines if <filename>devtmpfs</filename> is used for <filename>/dev</filename> population.
+                    The default value used for <filename>USE_DEVFS</filename>
+                    is "1" when no default value is specifically set.
+                    Typically, you would set <filename>USE_DEVFS</filename>
+                    to "0" if you like to have a statically populated <filename>/dev</filename>
+                    directory. See: <ulink url='&YOCTO_DOCS_DEV_URL;#selecting-dev-manager'>Development Manual</ulink>
+                    for more information on <filename>/dev</filename> population.
+                </para>
+            </glossdef>
+        </glossentry>
+
         <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm>
             <info>
                USE_VT[doc] = "When using SysVinit, determines whether or not to run a getty on any virtual terminals in order to enable logging in through those terminals."
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-01-19 16:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-07 14:58 [yocto-docs][PATCH 1/2] ref-manual: Document USE_DEVFS variable Pascal Bach
2015-01-07 14:58 ` [yocto-docs][PATCH 2/2] dev-manual: Add section about /dev population Pascal Bach
2015-01-07 15:15   ` Robert P. J. Day
2015-01-17  0:04   ` Rifenbark, Scott M
2015-01-19  8:30     ` Bach, Pascal
2015-01-19 16:22       ` Rifenbark, Scott M
2015-01-07 15:01 ` [yocto-docs][PATCH 1/2] ref-manual: Document USE_DEVFS variable Robert P. J. Day
2015-01-07 15:04   ` Bach, Pascal
2015-01-07 15:07     ` Robert P. J. Day
2015-01-07 15:10       ` Bach, Pascal
2015-01-07 15:16         ` Robert P. J. Day
2015-01-07 15:09 ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.