From: "Woronicz, Bartosz ( NSN - PL/Wroclaw)" <bartosz.woronicz@nokia.com>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Additional layers with class and conf
Date: Wed, 15 Jun 2016 16:50:57 +0200 [thread overview]
Message-ID: <57616B51.7070001@nokia.com> (raw)
I got two layers, meta-x and meta-y , meta-x got meta-y in
bblayers.conf. in meta-y contains conf/layer.conf with BBPATH .=
":${LAYERDIR}", plus classes/my.bbclass plus local.conf containing
INHERIT += "my"
when I ran bitbake -e my-image, the INHERIT doesn't seem to contain "my"
When I put it directly in layer.conf it works, but what to add to
layer.conf to make bitbake to look for other *.conf files in meta-y/conf/ ??
My bblayers.conf.sample is modified in meta-x (the project meta), which
is copied over to $BUILDDIR when i run oe-init-build-env ,
here is meta-y/conf/layer.conf : http://pastebin.com/mhxe9K5C
when I ran
bitbake -e my-image
i see
BBPATH="/var/fpwork/mastier/myproject/poky/meta-yocto:/var/fpwork/mastier/myproject/mymachine:/var/fpwork/mastier/myproject/poky/meta:/var/fpwork/mastier/myproject/poky/meta-yocto-bsp:/var/fpwork/mastier/myproject/meta-x:/var/fpwork/mastier/myproject/meta-y"
where "mymachine" is my BUILDDIR
--
Kind regards,
Bartosz Woronicz
Engineer, Software Configuration (SCM)
Nokia Networks - PL/Wroclaw
next reply other threads:[~2016-06-15 14:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-15 14:50 Woronicz, Bartosz ( NSN - PL/Wroclaw) [this message]
2016-06-15 19:21 ` Additional layers with class and conf Chris Z.
2016-06-16 13:03 ` Woronicz, Bartosz (Nokia - PL/Wroclaw)
2016-06-15 20:29 ` Paul Eggleton
2016-06-16 13:00 ` Woronicz, Bartosz (Nokia - PL/Wroclaw)
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=57616B51.7070001@nokia.com \
--to=bartosz.woronicz@nokia.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.