Openembedded Core Discussions
 help / color / mirror / Atom feed
* Adding meta-networking layer to Yocto
@ 2014-06-30  5:39 Himanshu  Pandey
  2014-06-30  5:50 ` Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Himanshu  Pandey @ 2014-06-30  5:39 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

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

Hi,

Please tell me how to add meta-networking layer to Yocto. 

What all steps are involved?

Which all files to configure etc.

Regards,
Himanshu

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

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

* Re: Adding meta-networking layer to Yocto
  2014-06-30  5:39 Adding meta-networking layer to Yocto Himanshu  Pandey
@ 2014-06-30  5:50 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-06-30  5:50 UTC (permalink / raw)
  To: Himanshu Pandey, openembedded-core@lists.openembedded.org


On 06/30/2014 01:39 PM, Himanshu Pandey wrote:
> Hi,
>
> Please tell me how to add meta-networking layer to Yocto.
>
> What all steps are involved?

Please refer to conf/bblayers.conf, it should be something like:

BBLAYERS = "\
	[snip]
	/path/to/meta-networking \
	[snip]
"

to add the meta-networking layer.

>
> Which all files to configure etc.

The recipes in the meta-networking will be parsed (not built by default),
if you want to add packages to the image, you can use:

CORE_IMAGE_EXTRA_INSTALL += "<pkg name>" (e.g.: ntp)

to conf/local.conf

// Robert

>
> Regards,
> Himanshu
>
> <http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?>
> Get your own *FREE* website, *FREE* domain & *FREE* mobile app with Company email.
> 	*Know More >*
> <http://track.rediff.com/click?url=___http://businessemail.rediff.com/email-ids-for-companies-with-less-than-50-employees?sc_cid=sign-1-10-13___&cmp=host&lnk=sign-1-10-13&nsrv1=host>
>
>
>


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

end of thread, other threads:[~2014-06-30  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30  5:39 Adding meta-networking layer to Yocto Himanshu  Pandey
2014-06-30  5:50 ` Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox