From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6F99EE0090F; Wed, 7 Jan 2015 06:58:45 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.35.17.28 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 197BFE0089B for ; Wed, 7 Jan 2015 06:58:43 -0800 (PST) Received: from mail1.siemens.de (localhost [127.0.0.1]) by goliath.siemens.de (8.14.3/8.14.3) with ESMTP id t07Ewf9Q022025 for ; Wed, 7 Jan 2015 15:58:41 +0100 Received: from localhost.localdomain (MD159NTC.ww002.siemens.net [139.16.79.114]) by mail1.siemens.de (8.14.3/8.14.3) with ESMTP id t07EwfpK014325; Wed, 7 Jan 2015 15:58:41 +0100 From: Pascal Bach To: yocto@yoctoproject.org Date: Wed, 7 Jan 2015 15:58:23 +0100 Message-Id: <1420642704-1482-1-git-send-email-pascal.bach@siemens.com> X-Mailer: git-send-email 1.7.10.4 Subject: [yocto-docs][PATCH 1/2] ref-manual: Document USE_DEVFS variable X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 14:58:45 -0000 Signed-off-by: Pascal Bach --- 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" + 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 default value is specifically set. + Typically, you would set USE_DEVFS + to "0" if you like to have a statically populated /dev + directory. See: Development Manual + for more information on /dev population. + + + + 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." -- 1.7.10.4