All of lore.kernel.org
 help / color / mirror / Atom feed
* How to use Software support layers such as "meta-browser" in a yocto image?
@ 2012-05-29 13:07 jack
  2012-05-29 13:25 ` Mihai Lindner
  2012-05-29 13:37 ` Paul Eggleton
  0 siblings, 2 replies; 4+ messages in thread
From: jack @ 2012-05-29 13:07 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

Hello, all!
Who can tell me how could I use the /Software support layers /that 
provided by http://www.openembedded.org/wiki/LayerIndex into my own 
yocto image? For example, how could I use "meta-browser" during image 
building?
Thanks!

[-- Attachment #2: Type: text/html, Size: 543 bytes --]

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

* Re: How to use Software support layers such as "meta-browser" in a yocto image?
  2012-05-29 13:07 How to use Software support layers such as "meta-browser" in a yocto image? jack
@ 2012-05-29 13:25 ` Mihai Lindner
  2012-05-29 13:41   ` Gary Thomas
  2012-05-29 13:37 ` Paul Eggleton
  1 sibling, 1 reply; 4+ messages in thread
From: Mihai Lindner @ 2012-05-29 13:25 UTC (permalink / raw)
  To: yocto

On 05/29/2012 04:07 PM, jack wrote:
> Hello, all!
> Who can tell me how could I use the /Software support layers /that provided by http://www.openembedded.org/wiki/LayerIndex into my own yocto image? For example, how could I use "meta-browser" during image building?
> Thanks!
> 
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Hello,

Clone it into your ./poky/ directory, alongside the other meta directories in ./poky/, and reference it in ./build/conf/bblayers.conf file, BBLAYERS variable (after you sourced oe-init-build-env).
Happy baking!

-- 
Mihai Lindner


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

* Re: How to use Software support layers such as "meta-browser" in a yocto image?
  2012-05-29 13:07 How to use Software support layers such as "meta-browser" in a yocto image? jack
  2012-05-29 13:25 ` Mihai Lindner
@ 2012-05-29 13:37 ` Paul Eggleton
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-05-29 13:37 UTC (permalink / raw)
  To: jack; +Cc: yocto

On Tuesday 29 May 2012 21:07:30 jack wrote:
> Who can tell me how could I use the /Software support layers /that
> provided by http://www.openembedded.org/wiki/LayerIndex into my own
> yocto image? For example, how could I use "meta-browser" during image
> building?

There are two steps needed here, both are covered in the documentation. 
First you need to add the layer to your bblayers.conf:

 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#enabling-your-layer

Then you need to add the desired package to your image:

 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-customimage

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: How to use Software support layers such as "meta-browser" in a yocto image?
  2012-05-29 13:25 ` Mihai Lindner
@ 2012-05-29 13:41   ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2012-05-29 13:41 UTC (permalink / raw)
  To: yocto

On 2012-05-29 07:25, Mihai Lindner wrote:
> On 05/29/2012 04:07 PM, jack wrote:
>> Hello, all!
>> Who can tell me how could I use the /Software support layers /that provided by http://www.openembedded.org/wiki/LayerIndex into my own yocto image? For example, how could I use "meta-browser" during image building?
>> Thanks!

> Hello,
>
> Clone it into your ./poky/ directory, alongside the other meta directories in ./poky/, and reference it in ./build/conf/bblayers.conf file, BBLAYERS variable (after you sourced oe-init-build-env).
> Happy baking!
>

Note: layers can be anywhere, so there's no need to put it into
your "poky" tree.  Just specify the full path in your bblayers.conf

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


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

end of thread, other threads:[~2012-05-29 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 13:07 How to use Software support layers such as "meta-browser" in a yocto image? jack
2012-05-29 13:25 ` Mihai Lindner
2012-05-29 13:41   ` Gary Thomas
2012-05-29 13:37 ` 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.