All of lore.kernel.org
 help / color / mirror / Atom feed
* is there really a "fakeroot" task flag?
@ 2012-07-17 14:55 Robert P. J. Day
  2012-07-17 17:12 ` Mark Hatle
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2012-07-17 14:55 UTC (permalink / raw)
  To: OE Core mailing list


  perusing bitbake user manual and in section 2.1.18, "Task Flags",
there's mention of "fakeroot".  that's not really a task flag, is it?
i thought that that's (now?) a keyword that's used to define a task
with that property.

  is that line in the user manual incorrect?

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

* Re: is there really a "fakeroot" task flag?
  2012-07-17 14:55 is there really a "fakeroot" task flag? Robert P. J. Day
@ 2012-07-17 17:12 ` Mark Hatle
  2012-07-17 17:41   ` Robert P. J. Day
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Hatle @ 2012-07-17 17:12 UTC (permalink / raw)
  To: openembedded-core

On 7/17/12 9:55 AM, Robert P. J. Day wrote:
>
>    perusing bitbake user manual and in section 2.1.18, "Task Flags",
> there's mention of "fakeroot".  that's not really a task flag, is it?
> i thought that that's (now?) a keyword that's used to define a task
> with that property.
>
>    is that line in the user manual incorrect?

My understanding is this is a key word that gets turned into a task flag.

--Mark

> rday
>





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

* Re: is there really a "fakeroot" task flag?
  2012-07-17 17:12 ` Mark Hatle
@ 2012-07-17 17:41   ` Robert P. J. Day
  2012-07-17 17:48     ` Mark Hatle
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2012-07-17 17:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 17 Jul 2012, Mark Hatle wrote:

> On 7/17/12 9:55 AM, Robert P. J. Day wrote:
> >
> >    perusing bitbake user manual and in section 2.1.18, "Task Flags",
> > there's mention of "fakeroot".  that's not really a task flag, is it?
> > i thought that that's (now?) a keyword that's used to define a task
> > with that property.
> >
> >    is that line in the user manual incorrect?
>
> My understanding is this is a key word that gets turned into a task
> flag.

  ok, that makes sense.  that's just not clear from that section in
the bitbake manual.  are there any other special cases like that?

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

* Re: is there really a "fakeroot" task flag?
  2012-07-17 17:41   ` Robert P. J. Day
@ 2012-07-17 17:48     ` Mark Hatle
  2012-07-17 18:08       ` Robert P. J. Day
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Hatle @ 2012-07-17 17:48 UTC (permalink / raw)
  To: openembedded-core

On 7/17/12 12:41 PM, Robert P. J. Day wrote:
> On Tue, 17 Jul 2012, Mark Hatle wrote:
>
>> On 7/17/12 9:55 AM, Robert P. J. Day wrote:
>>>
>>>     perusing bitbake user manual and in section 2.1.18, "Task Flags",
>>> there's mention of "fakeroot".  that's not really a task flag, is it?
>>> i thought that that's (now?) a keyword that's used to define a task
>>> with that property.
>>>
>>>     is that line in the user manual incorrect?
>>
>> My understanding is this is a key word that gets turned into a task
>> flag.
>
>    ok, that makes sense.  that's just not clear from that section in
> the bitbake manual.  are there any other special cases like that?

I believe that both "fakeroot" and "python" are the two only two inline "task 
flags".

--Mark

> rday
>





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

* Re: is there really a "fakeroot" task flag?
  2012-07-17 17:48     ` Mark Hatle
@ 2012-07-17 18:08       ` Robert P. J. Day
  2012-07-17 18:40         ` Mark Hatle
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2012-07-17 18:08 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 17 Jul 2012, Mark Hatle wrote:

> On 7/17/12 12:41 PM, Robert P. J. Day wrote:
> > On Tue, 17 Jul 2012, Mark Hatle wrote:
> >
> > > On 7/17/12 9:55 AM, Robert P. J. Day wrote:
> > > >
> > > >     perusing bitbake user manual and in section 2.1.18, "Task
> > > > Flags", there's mention of "fakeroot".  that's not really a
> > > > task flag, is it? i thought that that's (now?) a keyword
> > > > that's used to define a task with that property.
> > > >
> > > >     is that line in the user manual incorrect?
> > >
> > > My understanding is this is a key word that gets turned into a
> > > task flag.
> >
> >    ok, that makes sense.  that's just not clear from that section
> > in the bitbake manual.  are there any other special cases like
> > that?
>
> I believe that both "fakeroot" and "python" are the two only two
> inline "task flags".

  i'm reading bitbake's "build.py", and that looks right.  only one
other observation -- i see another what looks like a task flag,
"lockfiles", that's not mentioned in the bitbake user manual.  is that
actually a task flag?  should it be mentioned in that section?

  i think that's all of my whining about task flags.

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

* Re: is there really a "fakeroot" task flag?
  2012-07-17 18:08       ` Robert P. J. Day
@ 2012-07-17 18:40         ` Mark Hatle
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Hatle @ 2012-07-17 18:40 UTC (permalink / raw)
  To: openembedded-core

On 7/17/12 1:08 PM, Robert P. J. Day wrote:
> On Tue, 17 Jul 2012, Mark Hatle wrote:
>
>> On 7/17/12 12:41 PM, Robert P. J. Day wrote:
>>> On Tue, 17 Jul 2012, Mark Hatle wrote:
>>>
>>>> On 7/17/12 9:55 AM, Robert P. J. Day wrote:
>>>>>
>>>>>      perusing bitbake user manual and in section 2.1.18, "Task
>>>>> Flags", there's mention of "fakeroot".  that's not really a
>>>>> task flag, is it? i thought that that's (now?) a keyword
>>>>> that's used to define a task with that property.
>>>>>
>>>>>      is that line in the user manual incorrect?
>>>>
>>>> My understanding is this is a key word that gets turned into a
>>>> task flag.
>>>
>>>     ok, that makes sense.  that's just not clear from that section
>>> in the bitbake manual.  are there any other special cases like
>>> that?
>>
>> I believe that both "fakeroot" and "python" are the two only two
>> inline "task flags".
>
>    i'm reading bitbake's "build.py", and that looks right.  only one
> other observation -- i see another what looks like a task flag,
> "lockfiles", that's not mentioned in the bitbake user manual.  is that
> actually a task flag?  should it be mentioned in that section?
>
>    i think that's all of my whining about task flags.

It is a task flag.  It's a lockfile that is used on a task-level basis.  If the 
lock is held, then the task will wait until the lock clears.

--Mark

>
> rday
>





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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17 14:55 is there really a "fakeroot" task flag? Robert P. J. Day
2012-07-17 17:12 ` Mark Hatle
2012-07-17 17:41   ` Robert P. J. Day
2012-07-17 17:48     ` Mark Hatle
2012-07-17 18:08       ` Robert P. J. Day
2012-07-17 18:40         ` Mark Hatle

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.