From: Saul Wold <sgw@linux.intel.com>
To: Brian Hutchinson <b.hutchman@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: Yocto + meta-networking
Date: Tue, 16 Jul 2013 14:19:37 -0700 [thread overview]
Message-ID: <51E5B8E9.60806@linux.intel.com> (raw)
In-Reply-To: <CAFZh4h-cZH_CU--Vsjq7=97HDbQXH67SCO5aKYR9cX7h4uNxuQ@mail.gmail.com>
On 07/16/2013 02:06 PM, Brian Hutchinson wrote:
> Hi,
>
> What is the "right" way of adding the meta-networking to Yocto? I'm
> obviously not doing something right.
>
> At the poky directory level, I cloned meta-openembedded. I then tried
> to go to my build's local.conf and adding meta-networking and meta-oe
> layers and I'm getting a dependency message when I try to bitbake
> net-snmp that says:
>
Did you mean your bblayers.conf file? I am not sure you need meta-oe if
you are just building net-snmp, this is what your bblayers.conf should
look like:
BBLAYERS ?= " \
/home/sgw/yocto/poky/meta \
/home/sgw/yocto/poky/meta-yocto \
/home/sgw/yocto/poky/meta-yocto-bsp \
/home/sgw/yocto/layers/meta-openembedded/meta-networking \
"
This is from a POKY build, if this is oe-core alone then you would not
have the meta-yocto* layers.
Sau!
> ERROR: Layer dependency core of layer networking not found
>
> This makes me think that meta-openembedded is wanting openembedded-core
> but I've never tried to use that with Yocto before so I thought I better
> ask before I totally mess up my build environment.
>
> I have a rootfilesystem build based on Denzil and I need net-snmp and
> the meta-networking Denzil branch is pretty much empty so I cloned
> master in order to get net-snmp so I don't know if mixing branches could
> be my problem (don't know how much that matters but I usually try to use
> the same release branch of various components).
>
> I've looked for examples of this kind of setup but haven't found much.
>
> Regards,
>
> Brian
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
next prev parent reply other threads:[~2013-07-16 21:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-16 21:06 Yocto + meta-networking Brian Hutchinson
2013-07-16 21:19 ` Saul Wold [this message]
2013-07-16 21:47 ` Brian Hutchinson
2013-07-16 21:28 ` Paul Eggleton
2013-07-17 12:56 ` Brian Hutchinson
2013-07-17 13:03 ` Paul Eggleton
2013-07-17 13:12 ` Brian Hutchinson
2013-07-23 15:49 ` Denys Dmytriyenko
2013-07-23 14:36 ` Brian Hutchinson
2013-07-23 14:58 ` Paul Eggleton
2013-07-23 15:07 ` Brian Hutchinson
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=51E5B8E9.60806@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=b.hutchman@gmail.com \
--cc=yocto@yoctoproject.org \
/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.