diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2015-01-16 13:18:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:49 +0000 |
commit | b273c258576c40b421cdb303ae7e87196418bb2f (patch) | |
tree | de67e0ca610cba25a4fb2e48b89649142edc8219 /documentation/ref-manual | |
parent | 8bb0ffb09a0f9f037270615e4b178a10fbf2bec7 (diff) | |
download | poky-b273c258576c40b421cdb303ae7e87196418bb2f.tar.gz |
ref-manual: Added USE_DEVFS variable description
(From yocto-docs rev: 0999c2811d3bf5a2e5998f81da91960ee4c9c855)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2e02a88980..9a2d532bd4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -11475,6 +11475,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11475 | </glossdef> | 11475 | </glossdef> |
11476 | </glossentry> | 11476 | </glossentry> |
11477 | 11477 | ||
11478 | <glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm> | ||
11479 | <info> | ||
11480 | USE_DEVFS[doc] = "Determines if devtmps is used for/dev population." | ||
11481 | </info> | ||
11482 | <glossdef> | ||
11483 | <para> | ||
11484 | Determines if <filename>devtmpfs</filename> is used for | ||
11485 | <filename>/dev</filename> population. | ||
11486 | The default value used for <filename>USE_DEVFS</filename> | ||
11487 | is "1" when no value is specifically set. | ||
11488 | Typically, you would set <filename>USE_DEVFS</filename> | ||
11489 | to "0" for a statically populated <filename>/dev</filename> | ||
11490 | directory. | ||
11491 | </para> | ||
11492 | </glossdef> | ||
11493 | </glossentry> | ||
11494 | |||
11478 | <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm> | 11495 | <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm> |
11479 | <info> | 11496 | <info> |
11480 | 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." | 11497 | 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." |