All of lore.kernel.org
 help / color / mirror / Atom feed
* should bitbake manual mention other task flags like file-checksums, ...?
@ 2015-03-12  8:22 Robert P. J. Day
  2015-03-12 11:30 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2015-03-12  8:22 UTC (permalink / raw)
  To: Yocto discussion list


  bitbake user manual, section 3.6, provides a list of task flags, but
there are a few others that aren't mentioned there, is it worth adding
them or are they adequately obscure that readers don't need to know
about them?

* [file-checksums]
* [lockfiles]
* [sstate-inputdirs]
* [sstate-outputdirs]
* [sstate-plaindirs]
* [sstate-lockfile-shared]

and i already mentioned that [recideptask] was missing from that list.
are there any others?

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

* Re: should bitbake manual mention other task flags like file-checksums, ...?
  2015-03-12  8:22 should bitbake manual mention other task flags like file-checksums, ...? Robert P. J. Day
@ 2015-03-12 11:30 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2015-03-12 11:30 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: yocto

Hi Robert,

On Thursday 12 March 2015 04:22:58 Robert P. J. Day wrote:
>   bitbake user manual, section 3.6, provides a list of task flags, but
> there are a few others that aren't mentioned there, is it worth adding
> them or are they adequately obscure that readers don't need to know
> about them?
> 
> * [file-checksums]

So, I'm in two minds about this one - it's largely an internal implementation 
detail, but if we did document how the file checksum stuff works then we should 
document the flag since most of the implementation for that is actually in 
BitBake - IIRC the only missing bit that is in OE is the bit that actually 
sets this flag on the appropriate task (do_fetch for OE).

> * [lockfiles]

Yes this one should be mentioned I think.

> * [sstate-inputdirs]
> * [sstate-outputdirs]
> * [sstate-plaindirs]
> * [sstate-lockfile-shared]

Shared state is pretty much entirely an OE concept rather than a BitBake one 
and thus these wouldn't be appropriate for the BitBake manual, but they ought 
to be covered in the shared state documentation in the Yocto Project Reference 
manual - they are at least referred to in examples but at the moment there is 
no actual reference for them (which we should have).
 
> and i already mentioned that [recideptask] was missing from that list.
> are there any others?

It's not unlikely that there are others, yes.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2015-03-12 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-12  8:22 should bitbake manual mention other task flags like file-checksums, ...? Robert P. J. Day
2015-03-12 11:30 ` Paul Eggleton

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.