All of lore.kernel.org
 help / color / mirror / Atom feed
* setting of BBPATH differs between ref manual and actual layer.conf file
@ 2012-03-21 11:08 Robert P. J. Day
  2012-03-21 11:12 ` Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2012-03-21 11:08 UTC (permalink / raw)
  To: Yocto discussion list


  admittedly picky but the ref manual here:

http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers

shows a sample setting of BBPATH in yocto's layer.conf:

  BBPATH := "${BBPATH}:${LAYERDIR}"

however the actual layer.conf for yocto reads:

  BBPATH := "${LAYERDIR}:${BBPATH}"

should the ordering be consistent here?  should readers be warned
about the (admittedly remote) possibility of weirdness if they happen
to try to include two layers with the same name?  is that even
possible?  does any of this even matter?

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

end of thread, other threads:[~2012-03-21 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 11:08 setting of BBPATH differs between ref manual and actual layer.conf file Robert P. J. Day
2012-03-21 11:12 ` Robert P. J. Day
2012-03-21 11:23   ` Gary Thomas
2012-03-21 14:24     ` 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.