ref-manual: Added the IMAGE_DEVICE_TABLES variable.

(From yocto-docs rev: 65a27a0be63d6f0c4ac1c19440ef27c3ab6a4fa8)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-05-29 14:10:31 +03:00 committed by Richard Purdie
parent 6d7e85a1b2
commit 888daaa147
1 changed files with 19 additions and 0 deletions

View File

@ -3148,6 +3148,25 @@
</glossdef>
</glossentry>
<glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm>IMAGE_DEVICE_TABLES</glossterm>
<glossdef>
<para>
Specifies one or more files that contain custom device
tables that are passed to the
<filename>makedevs</filename> command as part of creating
an image.
These files list basic device nodes that should be
created under <filename>/dev</filename> within the image.
If <filename>IMAGE_DEVICE_TABLES</filename> is not set,
<filename>files/device_table-minimal.txt</filename> is
used.
For details on how you should write device table files,
see the <filename>files/device_table-minimal.txt</filename>
as an example.
</para>
</glossdef>
</glossentry>
<glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
<glossdef>
<para>