| Message ID | 6d348bc4-6069-0544-0e68-80af8d34ad82@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | [v2] ref-manual: under meta/files entry, mention Wic files | expand |
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index ff84b250b..6d5017f30 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst @@ -868,7 +868,10 @@ layer. --------------- This directory contains common license files and several text files used -by the build system. The text files contain minimal device information +by the build system, as well as +:ref:`Wic files <dev-manual/wic:creating partitioned images using wic>` +that define the layouts of the images produced by the build. +The text files contain minimal device information and lists of files and directories with known permissions. .. _structure-meta-lib:
Add a reference to Wic files under meta/files, and add a link to the section on Wic files in the Development Tasks Manual. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---