All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto layer.conf consistency fix
@ 2012-12-02 23:00 Scott Garman
  2012-12-02 23:00 ` [PATCH 1/1] meta-yocto layer.conf: Append to BBPATH consistent with other layers Scott Garman
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Garman @ 2012-12-02 23:00 UTC (permalink / raw)
  To: yocto

Just a fix to make the appending to BBPATH consistent with how we set
it in other layers.

Scott

The following changes since commit 247b6a3754c2c50318e2a73d79981ba0e9cb560b:

  gstreamer, gst-plugins*: fix localdata (2012-11-28 15:25:33 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib sgarman/meta-yocto-layer-fix
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/meta-yocto-layer-fix

Scott Garman (1):
  meta-yocto layer.conf: Append to BBPATH consistent with other layers

 meta-yocto/conf/layer.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.9.5



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

* [PATCH 1/1] meta-yocto layer.conf: Append to BBPATH consistent with other layers
  2012-12-02 23:00 [PATCH 0/1] meta-yocto layer.conf consistency fix Scott Garman
@ 2012-12-02 23:00 ` Scott Garman
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Garman @ 2012-12-02 23:00 UTC (permalink / raw)
  To: yocto

Trivial change to make the appending of BBPATH consistent with how
we do things in other layers.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 meta-yocto/conf/layer.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
index 7917962..68786b2 100644
--- a/meta-yocto/conf/layer.conf
+++ b/meta-yocto/conf/layer.conf
@@ -1,5 +1,5 @@
 # We have a conf and classes directory, add to BBPATH
-BBPATH := "${LAYERDIR}:${BBPATH}"
+BBPATH := "${BBPATH}:${LAYERDIR}"
 
 # We have a packages directory, add to BBFILES
 BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
-- 
1.7.9.5



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

end of thread, other threads:[~2012-12-02 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 23:00 [PATCH 0/1] meta-yocto layer.conf consistency fix Scott Garman
2012-12-02 23:00 ` [PATCH 1/1] meta-yocto layer.conf: Append to BBPATH consistent with other layers 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.