All of lore.kernel.org
 help / color / mirror / Atom feed
* Use of BBPATH in a layer.conf file.
@ 2012-12-02 22:51 Scott Garman
  2012-12-02 23:24 ` Paul Eggleton
  2012-12-03 17:43 ` Tomas Frydrych
  0 siblings, 2 replies; 8+ messages in thread
From: Scott Garman @ 2012-12-02 22:51 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hey folks,

Robert Day has brought up an inconsistency in the way we append to 
BBPATH within a couple of our layer.conf files.

In meta-hob, meta-yocto-bsp, and meta-intel, we do:

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

but in meta-yocto, we do:

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

Unless someone explains to me that it's necessary to use this different 
ordering in meta-yocto's layer.conf, I will submit a patch to make this 
more consistent.

Scott

-- 
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center


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

end of thread, other threads:[~2012-12-03 18:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 22:51 Use of BBPATH in a layer.conf file Scott Garman
2012-12-02 23:24 ` Paul Eggleton
2012-12-02 23:35   ` Scott Garman
2012-12-02 23:37     ` Paul Eggleton
2012-12-03  8:16       ` Robert P. J. Day
2012-12-03 10:34         ` Paul Eggleton
2012-12-03 17:43 ` Tomas Frydrych
2012-12-03 18:59   ` Scott Garman

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.