From 888daaa147bc5c06fb10d7230e3437db48d53d0f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 14:10:31 +0300 Subject: [PATCH] ref-manual: Added the IMAGE_DEVICE_TABLES variable. (From yocto-docs rev: 65a27a0be63d6f0c4ac1c19440ef27c3ab6a4fa8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 @@ + IMAGE_DEVICE_TABLES + + + Specifies one or more files that contain custom device + tables that are passed to the + makedevs command as part of creating + an image. + These files list basic device nodes that should be + created under /dev within the image. + If IMAGE_DEVICE_TABLES is not set, + files/device_table-minimal.txt is + used. + For details on how you should write device table files, + see the files/device_table-minimal.txt + as an example. + + + + IMAGE_FEATURES