All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix inclusion of meta-yocto
@ 2011-03-15 11:17 Joshua Lock
  2011-03-15 11:17 ` [PATCH 1/1] bblayers.conf.sample: include meta-yocto in default layers Joshua Lock
  2011-03-15 11:36 ` [PATCH 0/1] Fix inclusion of meta-yocto Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Lock @ 2011-03-15 11:17 UTC (permalink / raw)
  To: poky

From: Joshua Lock <josh@linux.intel.com>

New build dirs created on the master branch are missing the meta-yocto
layer in the default bblayers.conf

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: josh/master
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/master

Thanks,
    Joshua Lock <josh@linux.intel.com>
---


Joshua Lock (1):
  bblayers.conf.sample: include meta-yocto in default layers

 meta-yocto/conf/bblayers.conf.sample |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
1.7.4



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

* [PATCH 1/1] bblayers.conf.sample: include meta-yocto in default layers
  2011-03-15 11:17 [PATCH 0/1] Fix inclusion of meta-yocto Joshua Lock
@ 2011-03-15 11:17 ` Joshua Lock
  2011-03-15 11:36 ` [PATCH 0/1] Fix inclusion of meta-yocto Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2011-03-15 11:17 UTC (permalink / raw)
  To: poky

From: Joshua Lock <josh@linux.intel.com>

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta-yocto/conf/bblayers.conf.sample |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample
index b2f37c0..ee85a98 100644
--- a/meta-yocto/conf/bblayers.conf.sample
+++ b/meta-yocto/conf/bblayers.conf.sample
@@ -5,4 +5,5 @@ LCONF_VERSION = "4"
 BBFILES ?= ""
 BBLAYERS = " \
   ##POKYBASE##/meta \
+  ##POKYBASE##/meta-yocto \
   "
-- 
1.7.4



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

* Re: [PATCH 0/1] Fix inclusion of meta-yocto
  2011-03-15 11:17 [PATCH 0/1] Fix inclusion of meta-yocto Joshua Lock
  2011-03-15 11:17 ` [PATCH 1/1] bblayers.conf.sample: include meta-yocto in default layers Joshua Lock
@ 2011-03-15 11:36 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-03-15 11:36 UTC (permalink / raw)
  To: Joshua Lock; +Cc: poky

On Tue, 2011-03-15 at 11:17 +0000, Joshua Lock wrote:
> From: Joshua Lock <josh@linux.intel.com>
> 
> New build dirs created on the master branch are missing the meta-yocto
> layer in the default bblayers.conf
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: josh/master
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/master
> 
> Thanks,
>     Joshua Lock <josh@linux.intel.com>
> ---
> 
> 
> Joshua Lock (1):
>   bblayers.conf.sample: include meta-yocto in default layers
> 
>  meta-yocto/conf/bblayers.conf.sample |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

I'm not sure how I missed that, I was sure I'd committed something like
that. I've merged to master, thanks!

Richard




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

end of thread, other threads:[~2011-03-15 11:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 11:17 [PATCH 0/1] Fix inclusion of meta-yocto Joshua Lock
2011-03-15 11:17 ` [PATCH 1/1] bblayers.conf.sample: include meta-yocto in default layers Joshua Lock
2011-03-15 11:36 ` [PATCH 0/1] Fix inclusion of meta-yocto Richard Purdie

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.