All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: Himanshu Pandey <pandey_himanshu80@rediffmail.com>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: Adding meta-networking layer to Yocto
Date: Mon, 30 Jun 2014 13:50:11 +0800	[thread overview]
Message-ID: <53B0FA93.7060603@windriver.com> (raw)
In-Reply-To: <20140630053915.21219.qmail@f4mail-235-182.rediffmail.com>


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>
>
>
>


      reply	other threads:[~2014-06-30  5:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30  5:39 Adding meta-networking layer to Yocto Himanshu  Pandey
2014-06-30  5:50 ` Robert Yang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B0FA93.7060603@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=pandey_himanshu80@rediffmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.