All of lore.kernel.org
 help / color / mirror / Atom feed
* documentation improvement
@ 2012-01-12 21:01 Gergely Buday
  2012-01-12 21:22 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 7+ messages in thread
From: Gergely Buday @ 2012-01-12 21:01 UTC (permalink / raw)
  To: xen-devel

Hi,

I have read in the Xen user's manual that I should contact the
maintainers here. Could you please lift your hands, and then I would
send my suggestions in private mail.

- Gergely

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: documentation improvement
  2012-01-12 21:01 documentation improvement Gergely Buday
@ 2012-01-12 21:22 ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-01-12 21:22 UTC (permalink / raw)
  To: Gergely Buday; +Cc: xen-devel

On Thu, Jan 12, 2012 at 10:01:19PM +0100, Gergely Buday wrote:
> Hi,
> 
> I have read in the Xen user's manual that I should contact the
> maintainers here. Could you please lift your hands, and then I would
> send my suggestions in private mail.

Could you just send them to this mailing list? Preferrable as a patch.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Documentation improvement
@ 2012-07-06 18:58 jfabernathy
  2012-07-06 21:06 ` Rifenbark, Scott M
  2012-08-27 16:02 ` Rifenbark, Scott M
  0 siblings, 2 replies; 7+ messages in thread
From: jfabernathy @ 2012-07-06 18:58 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1536 bytes --]

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.

The section there is much more understandable.  I think we need to 
modify the development manual or have it point to the BSP manual. The 
text from there (below) I think is better.  I still think it's confusing 
about the naming of the subdirectory where the myconfig goes. Maybe a 
complete example would be good.

    For example, suppose you had a set of configuration options in a
    file called |myconfig|. If you put that file inside a directory
    named |linux-yocto| and then added a |SRC_URI| statement such as the
    following to the append file, those configuration options will be
    picked up and applied when the kernel is built.

          SRC_URI += "file://myconfig"
                     

    As mentioned earlier, you can group related configurations into
    multiple files and name them all in the |SRC_URI| statement as well.
    For example, you could group separate configurations specifically
    for Ethernet and graphics into their own files and add those by
    using a |SRC_URI| statement like the following in your append file:

          SRC_URI += "file://myconfig \
                 file://eth.cfg \
                 file://gfx.cfg"
                     


[-- Attachment #2: Type: text/html, Size: 2246 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Documentation improvement
  2012-07-06 18:58 Documentation improvement jfabernathy
@ 2012-07-06 21:06 ` Rifenbark, Scott M
  2012-07-06 21:16   ` James Abernathy
  2012-07-09 12:50   ` James Abernathy
  2012-08-27 16:02 ` Rifenbark, Scott M
  1 sibling, 2 replies; 7+ messages in thread
From: Rifenbark, Scott M @ 2012-07-06 21:06 UTC (permalink / raw)
  To: jfabernathy, yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2297 bytes --]

Jim,

I am looking at that section in the BSP Guide and it is actually out of date regarding the 1.2.10 section.  In the section it lists the linux-yocto_3.0.bbappend file (which is probably lagging as it should be 3.2).  Anyway, the listing uses KERNEL_FEATURES and I believe that KBRANCH is now used.  I am going to work on this section and get it up to speed and then address the issue you originally brought up, which is getting the best description for config fragments inside the dev manual.

ScottR

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of jfabernathy
Sent: Friday, July 06, 2012 11:59 AM
To: yocto@yoctoproject.org
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.

The section there is much more understandable.  I think we need to modify the development manual or have it point to the BSP manual.  The text from there (below) I think is better.  I still think it's confusing about the naming of the subdirectory where the myconfig goes. Maybe a complete example would be good.
For example, suppose you had a set of configuration options in a file called myconfig. If you put that file inside a directory named linux-yocto and then added a SRC_URI statement such as the following to the append file, those configuration options will be picked up and applied when the kernel is built.

     SRC_URI += "file://myconfig"<file:///\\myconfig>



As mentioned earlier, you can group related configurations into multiple files and name them all in the SRC_URI statement as well. For example, you could group separate configurations specifically for Ethernet and graphics into their own files and add those by using a SRC_URI statement like the following in your append file:

     SRC_URI += "file://myconfig \<file:///\\myconfig\file:\eth.cfg\file:\gfx.cfg>

            file://eth.cfg \<file:///\\myconfig\file:\eth.cfg\file:\gfx.cfg>

            file://gfx.cfg"<file:///\\myconfig\file:\eth.cfg\file:\gfx.cfg>



[-- Attachment #2: Type: text/html, Size: 7061 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Documentation improvement
  2012-07-06 21:06 ` Rifenbark, Scott M
@ 2012-07-06 21:16   ` James Abernathy
  2012-07-09 12:50   ` James Abernathy
  1 sibling, 0 replies; 7+ messages in thread
From: James Abernathy @ 2012-07-06 21:16 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2296 bytes --]

Cool!
On Jul 6, 2012, at 5:06 PM, "Rifenbark, Scott M" <scott.m.rifenbark@intel.com> wrote:

> Jim,
>
> I am looking at that section in the BSP Guide and it is actually out of date regarding the 1.2.10 section.  In the section it lists the linux-yocto_3.0.bbappend file (which is probably lagging as it should be 3.2).  Anyway, the listing uses KERNEL_FEATURES and I believe that KBRANCH is now used.  I am going to work on this section and get it up to speed and then address the issue you originally brought up, which is getting the best description for config fragments inside the dev manual.
>
> ScottR
>
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of jfabernathy
> Sent: Friday, July 06, 2012 11:59 AM
> To: yocto@yoctoproject.org
> 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. 
> 
> The section there is much more understandable.  I think we need to modify the development manual or have it point to the BSP manual.  The text from there (below) I think is better.  I still think it's confusing about the naming of the subdirectory where the myconfig goes. Maybe a complete example would be good.
> 
> For example, suppose you had a set of configuration options in a file called myconfig. If you put that file inside a directory named linux-yocto and then added a SRC_URI statement such as the following to the append file, those configuration options will be picked up and applied when the kernel is built.
>      SRC_URI += "file://myconfig"
>                 
> As mentioned earlier, you can group related configurations into multiple files and name them all in the SRC_URI statement as well. For example, you could group separate configurations specifically for Ethernet and graphics into their own files and add those by using a SRC_URI statement like the following in your append file:
> 
>      SRC_URI += "file://myconfig \
>             file://eth.cfg \
>             file://gfx.cfg"
>                 

[-- Attachment #2: Type: text/html, Size: 7102 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Documentation improvement
  2012-07-06 21:06 ` Rifenbark, Scott M
  2012-07-06 21:16   ` James Abernathy
@ 2012-07-09 12:50   ` James Abernathy
  1 sibling, 0 replies; 7+ messages in thread
From: James Abernathy @ 2012-07-09 12:50 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2813 bytes --]

On Fri, Jul 6, 2012 at 5:06 PM, Rifenbark, Scott M <
scott.m.rifenbark@intel.com> wrote:

>  Jim, ****
>
> ** **
>
> I am looking at that section in the BSP Guide and it is actually out of
> date regarding the 1.2.10 section.  In the section it lists the
> linux-yocto_3.0.bbappend file (which is probably lagging as it should be
> 3.2).  Anyway, the listing uses KERNEL_FEATURES and I believe that KBRANCH
> is now used.  I am going to work on this section and get it up to speed and
> then address the issue you originally brought up, which is getting the best
> description for config fragments inside the dev manual. ****
>
> ** **
>
> ScottR****
>
> **
>
Scott,

I found out over the weekend that the config fragment file needs to have
the .cfg extension.  This would agree with the example in the Developer
Manual, but make the BSP Guide in error, as it uses no extension.  A note
to the .cfg requirement would seem to be a required addition.

JIm A



> **
>
> *From:* yocto-bounces@yoctoproject.org [mailto:
> yocto-bounces@yoctoproject.org] *On Behalf Of *jfabernathy
> *Sent:* Friday, July 06, 2012 11:59 AM
> *To:* yocto@yoctoproject.org
> *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.
>
> The section there is much more understandable.  I think we need to modify
> the development manual or have it point to the BSP manual.  The text from
> there (below) I think is better.  I still think it's confusing about the
> naming of the subdirectory where the myconfig goes. Maybe a complete
> example would be good.****
>
> For example, suppose you had a set of configuration options in a file
> called myconfig. If you put that file inside a directory named linux-yoctoand then added a
> SRC_URI statement such as the following to the append file, those
> configuration options will be picked up and applied when the kernel is
> built. ****
>
>      SRC_URI += "file://myconfig"****
>
>                 ****
>
> As mentioned earlier, you can group related configurations into multiple
> files and name them all in the SRC_URI statement as well. For example,
> you could group separate configurations specifically for Ethernet and
> graphics into their own files and add those by using a SRC_URI statement
> like the following in your append file: ****
>
>      SRC_URI += "file://myconfig \****
>
>             file://eth.cfg \****
>
>             file://gfx.cfg"****
>
>                 ****
>
>

[-- Attachment #2: Type: text/html, Size: 5480 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Documentation improvement
  2012-07-06 18:58 Documentation improvement jfabernathy
  2012-07-06 21:06 ` Rifenbark, Scott M
@ 2012-08-27 16:02 ` Rifenbark, Scott M
  1 sibling, 0 replies; 7+ messages in thread
From: Rifenbark, Scott M @ 2012-08-27 16:02 UTC (permalink / raw)
  To: jfabernathy, yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2395 bytes --]

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,
Scott

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of jfabernathy
Sent: Friday, July 06, 2012 11:59 AM
To: yocto@yoctoproject.org
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.

The section there is much more understandable.  I think we need to modify the development manual or have it point to the BSP manual.  The text from there (below) I think is better.  I still think it's confusing about the naming of the subdirectory where the myconfig goes. Maybe a complete example would be good.
For example, suppose you had a set of configuration options in a file called myconfig. If you put that file inside a directory named linux-yocto and then added a SRC_URI statement such as the following to the append file, those configuration options will be picked up and applied when the kernel is built.

     SRC_URI += "file://myconfig"<file:///\\myconfig>



As mentioned earlier, you can group related configurations into multiple files and name them all in the SRC_URI statement as well. For example, you could group separate configurations specifically for Ethernet and graphics into their own files and add those by using a SRC_URI statement like the following in your append file:

     SRC_URI += "file://myconfig \<file:///\\myconfig\file:\eth.cfg\file:\gfx.cfg>

            file://eth.cfg \<file:///\\myconfig\file:\eth.cfg\file:\gfx.cfg>

            file://gfx.cfg"<file:///\\myconfig\file:\eth.cfg\file:\gfx.cfg>



[-- Attachment #2: Type: text/html, Size: 7296 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-08-27 16:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06 18:58 Documentation improvement jfabernathy
2012-07-06 21:06 ` Rifenbark, Scott M
2012-07-06 21:16   ` James Abernathy
2012-07-09 12:50   ` James Abernathy
2012-08-27 16:02 ` Rifenbark, Scott M
  -- strict thread matches above, loose matches on Subject: below --
2012-01-12 21:01 documentation improvement Gergely Buday
2012-01-12 21:22 ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.