From b273c258576c40b421cdb303ae7e87196418bb2f Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Fri, 16 Jan 2015 13:18:35 -0800 Subject: ref-manual: Added USE_DEVFS variable description (From yocto-docs rev: 0999c2811d3bf5a2e5998f81da91960ee4c9c855) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- 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 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" + USE_DEVFS + + USE_DEVFS[doc] = "Determines if devtmps is used for/dev population." + + + + Determines if devtmpfs is used for + /dev population. + The default value used for USE_DEVFS + is "1" when no value is specifically set. + Typically, you would set USE_DEVFS + to "0" for a statically populated /dev + directory. + + + + USE_VT 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." -- cgit v1.2.3-54-g00ecf