summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-29 14:10:31 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:18 +0100
commit888daaa147bc5c06fb10d7230e3437db48d53d0f (patch)
tree12417999edb8948d24211b38687b830dd8dcbe02 /documentation/ref-manual/ref-variables.xml
parent6d7e85a1b2c4f81e6eb6fd5334d2ace70d58f30b (diff)
downloadpoky-888daaa147bc5c06fb10d7230e3437db48d53d0f.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2bd3a27a94..b57c7bd344 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3148,6 +3148,25 @@
3148 </glossdef> 3148 </glossdef>
3149 </glossentry> 3149 </glossentry>
3150 3150
3151 <glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm>IMAGE_DEVICE_TABLES</glossterm>
3152 <glossdef>
3153 <para>
3154 Specifies one or more files that contain custom device
3155 tables that are passed to the
3156 <filename>makedevs</filename> command as part of creating
3157 an image.
3158 These files list basic device nodes that should be
3159 created under <filename>/dev</filename> within the image.
3160 If <filename>IMAGE_DEVICE_TABLES</filename> is not set,
3161 <filename>files/device_table-minimal.txt</filename> is
3162 used.
3163 For details on how you should write device table files,
3164 see the <filename>files/device_table-minimal.txt</filename>
3165 as an example.
3166 </para>
3167 </glossdef>
3168 </glossentry>
3169
3151 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> 3170 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
3152 <glossdef> 3171 <glossdef>
3153 <para> 3172 <para>