All of lore.kernel.org
 help / color / mirror / Atom feed
* writeup on the mechanics of FILESEXTRAPATHS and bbappend files
@ 2013-04-17 14:24 Robert P. J. Day
  2013-04-17 15:03 ` Paul Eggleton
  0 siblings, 1 reply; 15+ messages in thread
From: Robert P. J. Day @ 2013-04-17 14:24 UTC (permalink / raw)
  To: Yocto discussion list


  a while back, i dug into how FILESEXTRAPATHS worked with respect to
.bbappend files and i wrote it up, just updated it a bit here:

http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_files

do i have it about right? it seemed that the underlying details
weren't really explained well in any of the current yocto docs, and i
wanted something i could point students at.

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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 14:24 writeup on the mechanics of FILESEXTRAPATHS and bbappend files Robert P. J. Day
@ 2013-04-17 15:03 ` Paul Eggleton
  2013-04-17 15:12   ` Robert P. J. Day
  2013-04-17 15:12   ` Gary Thomas
  0 siblings, 2 replies; 15+ messages in thread
From: Paul Eggleton @ 2013-04-17 15:03 UTC (permalink / raw)
  To: Robert P. J. Day, yocto

On Wednesday 17 April 2013 10:24:42 Robert P. J. Day wrote:
>   a while back, i dug into how FILESEXTRAPATHS worked with respect to
> .bbappend files and i wrote it up, just updated it a bit here:
> 
> http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_files
> 
> do i have it about right? it seemed that the underlying details
> weren't really explained well in any of the current yocto docs, and i
> wanted something i could point students at.

It looks OK to me although if you're going to point students at it I might 
suggest moving the "don't look here!" stuff elsewhere ;)

Also as I believe I mentioned before, FILESEXTRAPATHS adds not just one 
directory but an "entire list of directories" is it allows bbappend file path 
behaviour to match that of the recipe itself.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:03 ` Paul Eggleton
@ 2013-04-17 15:12   ` Robert P. J. Day
  2013-04-17 15:21     ` Rifenbark, Scott M
  2013-04-17 15:12   ` Gary Thomas
  1 sibling, 1 reply; 15+ messages in thread
From: Robert P. J. Day @ 2013-04-17 15:12 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

On Wed, 17 Apr 2013, Paul Eggleton wrote:

> On Wednesday 17 April 2013 10:24:42 Robert P. J. Day wrote:
> >   a while back, i dug into how FILESEXTRAPATHS worked with respect to
> > .bbappend files and i wrote it up, just updated it a bit here:
> >
> > http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_files
> >
> > do i have it about right? it seemed that the underlying details
> > weren't really explained well in any of the current yocto docs, and i
> > wanted something i could point students at.
>
> It looks OK to me although if you're going to point students at it I
> might suggest moving the "don't look here!" stuff elsewhere ;)

  yes, that's going to be updated with more examples ripped from the
headlines. :-)

> Also as I believe I mentioned before, FILESEXTRAPATHS adds not just
> one directory but an "entire list of directories" is it allows
> bbappend file path behaviour to match that of the recipe itself.

  quite so. the reason i did that writeup is that, as i mentioned, i
don't think the behaviour of FILESEXTRAPATHS is well explained. for
example, the entry in the reference manual variable glossary here:

http://www.yoctoproject.org/docs/1.2/poky-ref-manual/poky-ref-manual.html#var-FILESEXTRAPATHS

doesn't even *hint* at the underlying behaviour, which i think is
important to understand.

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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:03 ` Paul Eggleton
  2013-04-17 15:12   ` Robert P. J. Day
@ 2013-04-17 15:12   ` Gary Thomas
  2013-04-17 15:34     ` Robert P. J. Day
  2013-04-17 22:26     ` Trevor Woerner
  1 sibling, 2 replies; 15+ messages in thread
From: Gary Thomas @ 2013-04-17 15:12 UTC (permalink / raw)
  To: yocto

On 2013-04-17 09:03, Paul Eggleton wrote:
> On Wednesday 17 April 2013 10:24:42 Robert P. J. Day wrote:
>>    a while back, i dug into how FILESEXTRAPATHS worked with respect to
>> .bbappend files and i wrote it up, just updated it a bit here:
>>
>> http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_files
>>
>> do i have it about right? it seemed that the underlying details
>> weren't really explained well in any of the current yocto docs, and i
>> wanted something i could point students at.
>
> It looks OK to me although if you're going to point students at it I might
> suggest moving the "don't look here!" stuff elsewhere ;)
>
> Also as I believe I mentioned before, FILESEXTRAPATHS adds not just one
> directory but an "entire list of directories" is it allows bbappend file path
> behaviour to match that of the recipe itself.

I also think it would be good to point out the use of := in the FILESEXTRAPATHS
assignment and why it's important.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:12   ` Robert P. J. Day
@ 2013-04-17 15:21     ` Rifenbark, Scott M
  2013-04-17 15:39       ` Robert P. J. Day
  0 siblings, 1 reply; 15+ messages in thread
From: Rifenbark, Scott M @ 2013-04-17 15:21 UTC (permalink / raw)
  To: Robert P. J. Day, Paul Eggleton; +Cc: yocto@yoctoproject.org

Just a note here regarding which Yocto Project manuals to look at for the most current information.  Use the 1.4 manuals.  So for the FILESEXTRAPATHS variable description you should look at http://www.yoctoproject.org/docs/1.4/ref-manual/ref-manual.html#var-FILESEXTRAPATHS entry.  The description in this more recent manual may be lacking as well.  I will try and work on that going forward.

Also, the "poky-ref-manual" part of the name has been changed to a symlink for releases 1.3 forward.  This manual path for 1.3 on should direct the user to the manual whose location includes "ref-manual".

Scott

>-----Original Message-----
>From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Robert P. J. Day
>Sent: Wednesday, April 17, 2013 8:12 AM
>To: Paul Eggleton
>Cc: yocto@yoctoproject.org
>Subject: Re: [yocto] writeup on the mechanics of FILESEXTRAPATHS and
>bbappend files
>
>On Wed, 17 Apr 2013, Paul Eggleton wrote:
>
>> On Wednesday 17 April 2013 10:24:42 Robert P. J. Day wrote:
>> >   a while back, i dug into how FILESEXTRAPATHS worked with respect
>to
>> > .bbappend files and i wrote it up, just updated it a bit here:
>> >
>> >
>http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_fi
>les
>> >
>> > do i have it about right? it seemed that the underlying details
>> > weren't really explained well in any of the current yocto docs, and
>i
>> > wanted something i could point students at.
>>
>> It looks OK to me although if you're going to point students at it I
>> might suggest moving the "don't look here!" stuff elsewhere ;)
>
>  yes, that's going to be updated with more examples ripped from the
>headlines. :-)
>
>> Also as I believe I mentioned before, FILESEXTRAPATHS adds not just
>> one directory but an "entire list of directories" is it allows
>> bbappend file path behaviour to match that of the recipe itself.
>
>  quite so. the reason i did that writeup is that, as i mentioned, i
>don't think the behaviour of FILESEXTRAPATHS is well explained. for
>example, the entry in the reference manual variable glossary here:
>
>http://www.yoctoproject.org/docs/1.2/poky-ref-manual/poky-ref-
>manual.html#var-FILESEXTRAPATHS
>
>doesn't even *hint* at the underlying behaviour, which i think is
>important to understand.
>
>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] 15+ messages in thread

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:12   ` Gary Thomas
@ 2013-04-17 15:34     ` Robert P. J. Day
  2013-04-17 15:42       ` Gary Thomas
  2013-04-17 22:26     ` Trevor Woerner
  1 sibling, 1 reply; 15+ messages in thread
From: Robert P. J. Day @ 2013-04-17 15:34 UTC (permalink / raw)
  To: Gary Thomas; +Cc: yocto

On Wed, 17 Apr 2013, Gary Thomas wrote:

> On 2013-04-17 09:03, Paul Eggleton wrote:
> > On Wednesday 17 April 2013 10:24:42 Robert P. J. Day wrote:
> > >    a while back, i dug into how FILESEXTRAPATHS worked with respect to
> > > .bbappend files and i wrote it up, just updated it a bit here:
> > >
> > > http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_files
> > >
> > > do i have it about right? it seemed that the underlying details
> > > weren't really explained well in any of the current yocto docs, and i
> > > wanted something i could point students at.
> >
> > It looks OK to me although if you're going to point students at it I might
> > suggest moving the "don't look here!" stuff elsewhere ;)
> >
> > Also as I believe I mentioned before, FILESEXTRAPATHS adds not just one
> > directory but an "entire list of directories" is it allows bbappend file
> > path
> > behaviour to match that of the recipe itself.
>
> I also think it would be good to point out the use of := in the
> FILESEXTRAPATHS assignment and why it's important.

  done:

http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_files#Adding_the_meta-yocto_layer_and_building_for_a_BeagleBoard

i'm already unhappy with the way that whole page is written so i'll
redesign it this weekend, and maybe add a bit more. i just remember it
taking me a while to truly understand what was happening there so i
figured i'd better write it down before i forgot.

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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:21     ` Rifenbark, Scott M
@ 2013-04-17 15:39       ` Robert P. J. Day
  2013-04-17 15:42         ` Paul Eggleton
  0 siblings, 1 reply; 15+ messages in thread
From: Robert P. J. Day @ 2013-04-17 15:39 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: Paul Eggleton, yocto@yoctoproject.org

On Wed, 17 Apr 2013, Rifenbark, Scott M wrote:

> Just a note here regarding which Yocto Project manuals to look at
> for the most current information.  Use the 1.4 manuals.  So for the
> FILESEXTRAPATHS variable description you should look at
> http://www.yoctoproject.org/docs/1.4/ref-manual/ref-manual.html#var-FILESEXTRAPATHS
> entry.  The description in this more recent manual may be lacking as
> well.  I will try and work on that going forward.

  i use the "in progress" version of all of the manuals, so i still
think that glossary entry is a bit skimpy on details. on the other
hand, glossary entries are *normally* fairly brief, so a full
explanation of something like that probably belongs elsewhere, anyway.

rday

p.s.  i think one of the manuals should mention chris larson's
"bitbake-env" utility, which i use for debugging and explanations all
the time.

-- 

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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:39       ` Robert P. J. Day
@ 2013-04-17 15:42         ` Paul Eggleton
  2013-04-19 16:01           ` William M.A. Traynor
  0 siblings, 1 reply; 15+ messages in thread
From: Paul Eggleton @ 2013-04-17 15:42 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: yocto@yoctoproject.org

On Wednesday 17 April 2013 11:39:09 Robert P. J. Day wrote:
> p.s.  i think one of the manuals should mention chris larson's
> "bitbake-env" utility, which i use for debugging and explanations all
> the time.

I'd rather wait until we actually integrate that into BitBake (i.e. provide it 
with the BitBake source, which I hope we can look at within the next 
development cycle).

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:34     ` Robert P. J. Day
@ 2013-04-17 15:42       ` Gary Thomas
  0 siblings, 0 replies; 15+ messages in thread
From: Gary Thomas @ 2013-04-17 15:42 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: yocto

On 2013-04-17 09:34, Robert P. J. Day wrote:
> On Wed, 17 Apr 2013, Gary Thomas wrote:
>
>> On 2013-04-17 09:03, Paul Eggleton wrote:
>>> On Wednesday 17 April 2013 10:24:42 Robert P. J. Day wrote:
>>>>     a while back, i dug into how FILESEXTRAPATHS worked with respect to
>>>> .bbappend files and i wrote it up, just updated it a bit here:
>>>>
>>>> http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_files
>>>>
>>>> do i have it about right? it seemed that the underlying details
>>>> weren't really explained well in any of the current yocto docs, and i
>>>> wanted something i could point students at.
>>>
>>> It looks OK to me although if you're going to point students at it I might
>>> suggest moving the "don't look here!" stuff elsewhere ;)
>>>
>>> Also as I believe I mentioned before, FILESEXTRAPATHS adds not just one
>>> directory but an "entire list of directories" is it allows bbappend file
>>> path
>>> behaviour to match that of the recipe itself.
>>
>> I also think it would be good to point out the use of := in the
>> FILESEXTRAPATHS assignment and why it's important.
>
>    done:
>
> http://www.crashcourse.ca/wiki/index.php/FILESEXTRAPATHS_and_bbappend_files#Adding_the_meta-yocto_layer_and_building_for_a_BeagleBoard

Thanks.  You might add a comment about what happens if you do it wrong (I should know!)
that it will search in the directory that has the .bb file and not the .bbappend.

>
> i'm already unhappy with the way that whole page is written so i'll
> redesign it this weekend, and maybe add a bit more. i just remember it
> taking me a while to truly understand what was happening there so i
> figured i'd better write it down before i forgot.
>
> rday
>

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:12   ` Gary Thomas
  2013-04-17 15:34     ` Robert P. J. Day
@ 2013-04-17 22:26     ` Trevor Woerner
  2013-04-17 22:30       ` Robert P. J. Day
  2013-04-18 10:23       ` Gary Thomas
  1 sibling, 2 replies; 15+ messages in thread
From: Trevor Woerner @ 2013-04-17 22:26 UTC (permalink / raw)
  To: yocto@yoctoproject.org

On Wed, Apr 17, 2013 at 11:12 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> I also think it would be good to point out the use of := in the
> FILESEXTRAPATHS
> assignment and why it's important.

Knowing that the := operator will put your directories first is only
useful if you also know that the underlying mechanism will take the
first such files from the given directories it encounters :-) What's
to say bitbake doesn't look at all the directories/files and take the
last ones?


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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 22:26     ` Trevor Woerner
@ 2013-04-17 22:30       ` Robert P. J. Day
  2013-04-18 10:23       ` Gary Thomas
  1 sibling, 0 replies; 15+ messages in thread
From: Robert P. J. Day @ 2013-04-17 22:30 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto@yoctoproject.org

On Wed, 17 Apr 2013, Trevor Woerner wrote:

> On Wed, Apr 17, 2013 at 11:12 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> > I also think it would be good to point out the use of := in the
> > FILESEXTRAPATHS assignment and why it's important.
>
> Knowing that the := operator will put your directories first

  whoa, i'm not sure i'd phrase it *that* way but i know what you're
getting at.

> is only useful if you also know that the underlying mechanism will
> take the first such files from the given directories it encounters
> :-) What's to say bitbake doesn't look at all the directories/files
> and take the last ones?

  ok, so i should add that it's left-to-right parsing? fair enough.
although i suspect most people would just *assume* that but it's
always better to be explicit.

  at the moment, i'm more interested in egregious errors in my
explanation. again, i don't think FILESEXTRAPATHS is explained in
sufficient detail to prevent newbies from getting confused and into
real trouble.

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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 22:26     ` Trevor Woerner
  2013-04-17 22:30       ` Robert P. J. Day
@ 2013-04-18 10:23       ` Gary Thomas
  2013-04-18 10:27         ` Robert P. J. Day
  2013-04-18 15:08         ` Trevor Woerner
  1 sibling, 2 replies; 15+ messages in thread
From: Gary Thomas @ 2013-04-18 10:23 UTC (permalink / raw)
  To: yocto

On 2013-04-17 16:26, Trevor Woerner wrote:
> On Wed, Apr 17, 2013 at 11:12 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>> I also think it would be good to point out the use of := in the
>> FILESEXTRAPATHS
>> assignment and why it's important.
>
> Knowing that the := operator will put your directories first is only
> useful if you also know that the underlying mechanism will take the
> first such files from the given directories it encounters :-) What's
> to say bitbake doesn't look at all the directories/files and take the
> last ones?

This has more to do with how the path is constructed (using _prepend).

My point, which was totally unclear to me when using this line, was
that with ':=' ${THISDIR} evaluates to the directory that contains
the .bbappend file (what you want/need) whereas with '=' it evaluates
to the directory containing the main .bb file.  Incredibly confusing
if you miss it...

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-18 10:23       ` Gary Thomas
@ 2013-04-18 10:27         ` Robert P. J. Day
  2013-04-18 15:08         ` Trevor Woerner
  1 sibling, 0 replies; 15+ messages in thread
From: Robert P. J. Day @ 2013-04-18 10:27 UTC (permalink / raw)
  To: Gary Thomas; +Cc: yocto

On Thu, 18 Apr 2013, Gary Thomas wrote:

> On 2013-04-17 16:26, Trevor Woerner wrote:
> > On Wed, Apr 17, 2013 at 11:12 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> > > I also think it would be good to point out the use of := in the
> > > FILESEXTRAPATHS
> > > assignment and why it's important.
> >
> > Knowing that the := operator will put your directories first is only
> > useful if you also know that the underlying mechanism will take the
> > first such files from the given directories it encounters :-) What's
> > to say bitbake doesn't look at all the directories/files and take the
> > last ones?
>
> This has more to do with how the path is constructed (using _prepend).
>
> My point, which was totally unclear to me when using this line, was
> that with ':=' ${THISDIR} evaluates to the directory that contains
> the .bbappend file (what you want/need) whereas with '=' it evaluates
> to the directory containing the main .bb file.  Incredibly confusing
> if you miss it...

  ah, quite so, must make a note of that. i wonder how many other
places that point should be made forcefully.

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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-18 10:23       ` Gary Thomas
  2013-04-18 10:27         ` Robert P. J. Day
@ 2013-04-18 15:08         ` Trevor Woerner
  1 sibling, 0 replies; 15+ messages in thread
From: Trevor Woerner @ 2013-04-18 15:08 UTC (permalink / raw)
  To: Gary Thomas; +Cc: yocto@yoctoproject.org

Sorry if I'm asking a really stupid question, but if so, it means I'm
way off the mark :-)

On Thu, Apr 18, 2013 at 6:23 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> My point, which was totally unclear to me when using this line, was
> that with ':=' ${THISDIR} evaluates to the directory that contains
> the .bbappend file (what you want/need) whereas with '=' it evaluates
> to the directory containing the main .bb file.  Incredibly confusing
> if you miss it...

So it's (sort of like) a matter of timing?

By evaluating THISDIR now (though the use of ':='), we get the
directory we are in when this directive is encountered. Whereas with
'=' it will be evaluated sometime in the future when we are no longer
in THISDIR but rather in SOMEOTHERDIR?


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

* Re: writeup on the mechanics of FILESEXTRAPATHS and bbappend files
  2013-04-17 15:42         ` Paul Eggleton
@ 2013-04-19 16:01           ` William M.A. Traynor
  0 siblings, 0 replies; 15+ messages in thread
From: William M.A. Traynor @ 2013-04-19 16:01 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto@yoctoproject.org

On Wed, Apr 17, 2013 at 11:42 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Wednesday 17 April 2013 11:39:09 Robert P. J. Day wrote:
>> p.s.  i think one of the manuals should mention chris larson's
>> "bitbake-env" utility, which i use for debugging and explanations all
>> the time.
>
> I'd rather wait until we actually integrate that into BitBake (i.e. provide it
> with the BitBake source, which I hope we can look at within the next
> development cycle).

Is it as simple as including it in the contrib directory?

>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

end of thread, other threads:[~2013-04-19 16:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 14:24 writeup on the mechanics of FILESEXTRAPATHS and bbappend files Robert P. J. Day
2013-04-17 15:03 ` Paul Eggleton
2013-04-17 15:12   ` Robert P. J. Day
2013-04-17 15:21     ` Rifenbark, Scott M
2013-04-17 15:39       ` Robert P. J. Day
2013-04-17 15:42         ` Paul Eggleton
2013-04-19 16:01           ` William M.A. Traynor
2013-04-17 15:12   ` Gary Thomas
2013-04-17 15:34     ` Robert P. J. Day
2013-04-17 15:42       ` Gary Thomas
2013-04-17 22:26     ` Trevor Woerner
2013-04-17 22:30       ` Robert P. J. Day
2013-04-18 10:23       ` Gary Thomas
2013-04-18 10:27         ` Robert P. J. Day
2013-04-18 15:08         ` Trevor Woerner

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.