Re: Documentation improvement
Rifenbark, Scott M <scott.m.rifenbark@...>
Jim,
I am addressing issues in my email box (bottom up) and was not sure if I ever closed this one with you. I have made changes to the “Creating Configuration Fragments” section in the YP Development Manual “latest” version (http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#creating-config-fragments). I added wording from the BSP guide to help clear this up. If you want to examine the new section against the 1.2 version, see the same section in the current manual at http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#creating-config-fragments.
Thanks,
From: yocto-bounces@... [mailto:yocto-bounces@...]
On Behalf Of jfabernathy
Sent: Friday, July 06, 2012 11:59 AM To: yocto@... Subject: [yocto] Documentation improvement
I was looking at the Yocto Development Manual (Latest), section 4.6.2. Creating Config Fragments. I was confused about the file statement and the naming of the directory to locate the fragment file until I
found a similar discussion in the BSP Guide (lastest) section 1.2.10. Linux Kernel Configuration.
For example, suppose you had a set of configuration options in a file called
SRC_URI += "file://myconfig" As mentioned earlier, you can group related configurations into multiple files and name them all in the
SRC_URI += "file://myconfig \ file://eth.cfg \
file://gfx.cfg"
|
|