Re: [docs] [PATCH] ref-manual: under meta/files, mention Wic files
Quentin Schulz <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Hi Robert, On 6/22/26 9:44 PM, Robert P. J. Day via lists.yoctoproject.org wrote: > > Add a reference to image Wic files under meta/files. > > Signed-off-by: Robert P. J. Day <[email protected]> > > --- > > diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst > index ff84b250b..a55b3ba56 100644 > --- a/documentation/ref-manual/structure.rst > +++ b/documentation/ref-manual/structure.rst > @@ -868,7 +868,8 @@ 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 Wic files that define generated image layouts. Please always try to find cross-references we could use. Here at the very least the wic dedicated page /dev-manual/wic or possibly rather the WKS /ref-manual/kickstart.rst since I'm assuming it's what we store there? The wording is a bit odd to me too, it could be understood as wic files being a representation of image we generate but it's actually the opposite! wic files are used to generate image binaries! Cheers, Quentin