All of lore.kernel.org
 help / color / mirror / Atom feed
* does a BSP layer *require* a README file?
@ 2012-07-24 21:21 Robert P. J. Day
  2012-07-25 14:59 ` Rifenbark, Scott M
  0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2012-07-24 21:21 UTC (permalink / raw)
  To: Yocto discussion list


  currently, the BSP guide seems quite adamant that a BSP layer *must*
have a top-level README file, but at least a couple of the meta-intel
sublayers (meta-tlk, meta-n450) have no such file.  so should that
alleged requirement be, you know, dropped?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: does a BSP layer *require* a README file?
  2012-07-24 21:21 does a BSP layer *require* a README file? Robert P. J. Day
@ 2012-07-25 14:59 ` Rifenbark, Scott M
  2012-07-25 16:46   ` Rifenbark, Scott M
  0 siblings, 1 reply; 5+ messages in thread
From: Rifenbark, Scott M @ 2012-07-25 14:59 UTC (permalink / raw)
  To: Robert P. J. Day, Yocto discussion list

There recently was a concern that we document the requirements of a BSP layer so that it could be considered Yocto-compliant.  The BSP guide does lay out the "must" word in that new section where it talks about the README File.  Is it really required?  Opinions?

Scott

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Robert P. J. Day
Sent: Tuesday, July 24, 2012 2:22 PM
To: Yocto discussion list
Subject: [yocto] does a BSP layer *require* a README file?


  currently, the BSP guide seems quite adamant that a BSP layer *must*
have a top-level README file, but at least a couple of the meta-intel
sublayers (meta-tlk, meta-n450) have no such file.  so should that
alleged requirement be, you know, dropped?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

* Re: does a BSP layer *require* a README file?
  2012-07-25 14:59 ` Rifenbark, Scott M
@ 2012-07-25 16:46   ` Rifenbark, Scott M
  2012-07-25 16:59     ` Mark Hatle
  0 siblings, 1 reply; 5+ messages in thread
From: Rifenbark, Scott M @ 2012-07-25 16:46 UTC (permalink / raw)
  To: Rifenbark, Scott M, Robert P. J. Day, Yocto discussion list

Here is some more information on this topic.  All layers are not BSP layers (i.e the meta-tlk layer is not a BSP).  Regarding the real question as to whether a BSP layer *must* have a README file to be considered Yocto-compliant, I have been told that it does need the file.

Scott

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Rifenbark, Scott M
Sent: Wednesday, July 25, 2012 8:00 AM
To: Robert P. J. Day; Yocto discussion list
Subject: Re: [yocto] does a BSP layer *require* a README file?

There recently was a concern that we document the requirements of a BSP layer so that it could be considered Yocto-compliant.  The BSP guide does lay out the "must" word in that new section where it talks about the README File.  Is it really required?  Opinions?

Scott

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Robert P. J. Day
Sent: Tuesday, July 24, 2012 2:22 PM
To: Yocto discussion list
Subject: [yocto] does a BSP layer *require* a README file?


  currently, the BSP guide seems quite adamant that a BSP layer *must*
have a top-level README file, but at least a couple of the meta-intel
sublayers (meta-tlk, meta-n450) have no such file.  so should that
alleged requirement be, you know, dropped?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

* Re: does a BSP layer *require* a README file?
  2012-07-25 16:46   ` Rifenbark, Scott M
@ 2012-07-25 16:59     ` Mark Hatle
  2012-07-25 17:05       ` Rifenbark, Scott M
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Hatle @ 2012-07-25 16:59 UTC (permalink / raw)
  To: yocto

On 7/25/12 11:46 AM, Rifenbark, Scott M wrote:
> Here is some more information on this topic.  All layers are not BSP layers (i.e the meta-tlk layer is not a BSP).  Regarding the real question as to whether a BSP layer *must* have a README file to be considered Yocto-compliant, I have been told that it does need the file.

The compliance document indicates that all layers must contain a README that 
specifies a minimum set of information.

"all layers contain a README file which details the origin of the layer, its 
maintainer, where to submit changes, and any dependencies or version requirements"

The BSP document may require additional information as well.  I found what I 
think is good example of this type of README file in:
   http://git.yoctoproject.org/cgit.cgi/meta-baryon/tree/README

--Mark

> Scott
>
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Rifenbark, Scott M
> Sent: Wednesday, July 25, 2012 8:00 AM
> To: Robert P. J. Day; Yocto discussion list
> Subject: Re: [yocto] does a BSP layer *require* a README file?
>
> There recently was a concern that we document the requirements of a BSP layer so that it could be considered Yocto-compliant.  The BSP guide does lay out the "must" word in that new section where it talks about the README File.  Is it really required?  Opinions?
>
> Scott
>
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Robert P. J. Day
> Sent: Tuesday, July 24, 2012 2:22 PM
> To: Yocto discussion list
> Subject: [yocto] does a BSP layer *require* a README file?
>
>
>    currently, the BSP guide seems quite adamant that a BSP layer *must*
> have a top-level README file, but at least a couple of the meta-intel
> sublayers (meta-tlk, meta-n450) have no such file.  so should that
> alleged requirement be, you know, dropped?
>
> rday
>



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

* Re: does a BSP layer *require* a README file?
  2012-07-25 16:59     ` Mark Hatle
@ 2012-07-25 17:05       ` Rifenbark, Scott M
  0 siblings, 0 replies; 5+ messages in thread
From: Rifenbark, Scott M @ 2012-07-25 17:05 UTC (permalink / raw)
  To: Mark Hatle, yocto

Ok - this helps to further clarify things.  

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Mark Hatle
Sent: Wednesday, July 25, 2012 10:00 AM
To: yocto@yoctoproject.org
Subject: Re: [yocto] does a BSP layer *require* a README file?

On 7/25/12 11:46 AM, Rifenbark, Scott M wrote:
> Here is some more information on this topic.  All layers are not BSP layers (i.e the meta-tlk layer is not a BSP).  Regarding the real question as to whether a BSP layer *must* have a README file to be considered Yocto-compliant, I have been told that it does need the file.

The compliance document indicates that all layers must contain a README that 
specifies a minimum set of information.

"all layers contain a README file which details the origin of the layer, its 
maintainer, where to submit changes, and any dependencies or version requirements"

The BSP document may require additional information as well.  I found what I 
think is good example of this type of README file in:
   http://git.yoctoproject.org/cgit.cgi/meta-baryon/tree/README

--Mark

> Scott
>
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Rifenbark, Scott M
> Sent: Wednesday, July 25, 2012 8:00 AM
> To: Robert P. J. Day; Yocto discussion list
> Subject: Re: [yocto] does a BSP layer *require* a README file?
>
> There recently was a concern that we document the requirements of a BSP layer so that it could be considered Yocto-compliant.  The BSP guide does lay out the "must" word in that new section where it talks about the README File.  Is it really required?  Opinions?
>
> Scott
>
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Robert P. J. Day
> Sent: Tuesday, July 24, 2012 2:22 PM
> To: Yocto discussion list
> Subject: [yocto] does a BSP layer *require* a README file?
>
>
>    currently, the BSP guide seems quite adamant that a BSP layer *must*
> have a top-level README file, but at least a couple of the meta-intel
> sublayers (meta-tlk, meta-n450) have no such file.  so should that
> alleged requirement be, you know, dropped?
>
> rday
>

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

end of thread, other threads:[~2012-07-25 17:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-24 21:21 does a BSP layer *require* a README file? Robert P. J. Day
2012-07-25 14:59 ` Rifenbark, Scott M
2012-07-25 16:46   ` Rifenbark, Scott M
2012-07-25 16:59     ` Mark Hatle
2012-07-25 17:05       ` Rifenbark, Scott M

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.