All of lore.kernel.org
 help / color / mirror / Atom feed
* is distro_tracking_fields.inc actually used?
@ 2012-12-14 19:43 Robert P. J. Day
  2012-12-14 20:15 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2012-12-14 19:43 UTC (permalink / raw)
  To: Yocto discussion list


  from https://wiki.yoctoproject.org/wiki/Distro_Tracking

"The Distro Tracking Fields
(meta/conf/distro/include/distro_tracking_fields.inc) is a location
for sharing information about the status of recipes and tracking
version information. Not all of this information can be generated
automatically (yet), so the manual editing is needed."

  i don't see that file so what's the story?

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] 3+ messages in thread

* Re: is distro_tracking_fields.inc actually used?
  2012-12-14 19:43 is distro_tracking_fields.inc actually used? Robert P. J. Day
@ 2012-12-14 20:15 ` Martin Jansa
  2012-12-14 20:33   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2012-12-14 20:15 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Yocto discussion list

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

On Fri, Dec 14, 2012 at 02:43:08PM -0500, Robert P. J. Day wrote:
> 
>   from https://wiki.yoctoproject.org/wiki/Distro_Tracking
> 
> "The Distro Tracking Fields
> (meta/conf/distro/include/distro_tracking_fields.inc) is a location
> for sharing information about the status of recipes and tracking
> version information. Not all of this information can be generated
> automatically (yet), so the manual editing is needed."
> 
>   i don't see that file so what's the story?

Why don't you use git log if you're interested in stories?

git log -- meta/conf/distro/include/distro_tracking_fields.inc
commit e8808c85a6bba8422cd82631b2bbc367543e4cdd
Author: Saul Wold <sgw@linux.intel.com>
Date:   Tue Jun 12 07:03:27 2012 -0700

    distro_tracking_fields: move to meta-yocto as seperate files
    
    We are going to take a phased approach of breaking up the
    distro_tracking_fields, first is to remove it from oe-core,
    then create new files in meta-yocto.  We are doing this because
    the distro_tracking_fields is getting unweildly and some of
    the data can be part of a burn down list instead continually
    stored, thus it will get split up.
    
    Signed-off-by: Saul Wold <sgw@linux.intel.com>
...

./meta-yocto/conf/distro/include/upstream_tracking.inc

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: is distro_tracking_fields.inc actually used?
  2012-12-14 20:15 ` Martin Jansa
@ 2012-12-14 20:33   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2012-12-14 20:33 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Yocto discussion list

On Fri, 14 Dec 2012, Martin Jansa wrote:

> On Fri, Dec 14, 2012 at 02:43:08PM -0500, Robert P. J. Day wrote:
> >
> >   from https://wiki.yoctoproject.org/wiki/Distro_Tracking
> >
> > "The Distro Tracking Fields
> > (meta/conf/distro/include/distro_tracking_fields.inc) is a location
> > for sharing information about the status of recipes and tracking
> > version information. Not all of this information can be generated
> > automatically (yet), so the manual editing is needed."
> >
> >   i don't see that file so what's the story?
>
> Why don't you use git log if you're interested in stories?
>
> git log -- meta/conf/distro/include/distro_tracking_fields.inc
> commit e8808c85a6bba8422cd82631b2bbc367543e4cdd
> Author: Saul Wold <sgw@linux.intel.com>
> Date:   Tue Jun 12 07:03:27 2012 -0700
>
>     distro_tracking_fields: move to meta-yocto as seperate files
>
>     We are going to take a phased approach of breaking up the
>     distro_tracking_fields, first is to remove it from oe-core,
>     then create new files in meta-yocto.  We are doing this because
>     the distro_tracking_fields is getting unweildly and some of
>     the data can be part of a burn down list instead continually
>     stored, thus it will get split up.
>
>     Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ...
>
> ./meta-yocto/conf/distro/include/upstream_tracking.inc

  ah, quite right, my fault for not poking further.  in any event, it
would seem that that wiki page could use some updating.

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] 3+ messages in thread

end of thread, other threads:[~2012-12-14 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 19:43 is distro_tracking_fields.inc actually used? Robert P. J. Day
2012-12-14 20:15 ` Martin Jansa
2012-12-14 20:33   ` Robert P. J. Day

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.