diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 9 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c2a361c6bb..a4992d1ce9 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -7599,7 +7599,7 @@ | |||
| 7599 | is persistent and the required device nodes are created | 7599 | is persistent and the required device nodes are created |
| 7600 | during the build. | 7600 | during the build. |
| 7601 | </para></listitem> | 7601 | </para></listitem> |
| 7602 | <listitem><para><emphasis>Use <filename>devtmps</filename> with a Device Manager:</emphasis> | 7602 | <listitem><para><emphasis>Use <filename>devtmpfs</filename> with a Device Manager:</emphasis> |
| 7603 | For this case, the <filename>/dev</filename> directory | 7603 | For this case, the <filename>/dev</filename> directory |
| 7604 | is provided by the kernel as an in-memory file system and | 7604 | is provided by the kernel as an in-memory file system and |
| 7605 | is automatically populated by the kernel at runtime. | 7605 | is automatically populated by the kernel at runtime. |
| @@ -7650,7 +7650,7 @@ | |||
| 7650 | </para> | 7650 | </para> |
| 7651 | </section> | 7651 | </section> |
| 7652 | 7652 | ||
| 7653 | <section id="devtmps-dev-management"> | 7653 | <section id="devtmpfs-dev-management"> |
| 7654 | <title>Using <filename>devtmpfs</filename> and a Device Manager</title> | 7654 | <title>Using <filename>devtmpfs</filename> and a Device Manager</title> |
| 7655 | 7655 | ||
| 7656 | <para> | 7656 | <para> |
| @@ -7662,10 +7662,11 @@ | |||
| 7662 | USE_DEVFS = "1" | 7662 | USE_DEVFS = "1" |
| 7663 | </literallayout> | 7663 | </literallayout> |
| 7664 | With this setting, the resulting <filename>/dev</filename> | 7664 | With this setting, the resulting <filename>/dev</filename> |
| 7665 | is populated by the kernel using <filename>devtmpfs</filename>. | 7665 | directory is populated by the kernel using |
| 7666 | <filename>devtmpfs</filename>. | ||
| 7666 | Make sure the corresponding kernel configuration variable | 7667 | Make sure the corresponding kernel configuration variable |
| 7667 | <filename>CONFIG_DEVTMPFS</filename> is set when building | 7668 | <filename>CONFIG_DEVTMPFS</filename> is set when building |
| 7668 | you build a linux kernel. | 7669 | you build a Linux kernel. |
| 7669 | </para> | 7670 | </para> |
| 7670 | 7671 | ||
| 7671 | <para> | 7672 | <para> |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index acbbab002a..7abad0460a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -11477,7 +11477,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 11477 | 11477 | ||
| 11478 | <glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm> | 11478 | <glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm> |
| 11479 | <info> | 11479 | <info> |
| 11480 | USE_DEVFS[doc] = "Determines if devtmps is used for/dev population." | 11480 | USE_DEVFS[doc] = "Determines if devtmpfs is used for/dev population." |
| 11481 | </info> | 11481 | </info> |
| 11482 | <glossdef> | 11482 | <glossdef> |
| 11483 | <para> | 11483 | <para> |
