From: "piotr.lewicki" <piotr.lewicki@elfin.de>
To: yocto@yoctoproject.org
Subject: DISTRO_FEATURES modification from image recipe?
Date: Tue, 7 Jun 2016 14:10:58 +0200 [thread overview]
Message-ID: <5756B9D2.3000700@elfin.de> (raw)
Hi,
Is it possible to manipulate DISTRO_FEATURES from my image recipe file?
In my case I added line:
DISTRO_FEATURES += " systemd"
to local.conf and it worked (added systemd), but when I moved this line
to my image.bb recipe I got build errors:
ERROR: Required build target 'my-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['my-image', 'my-app',
'systemd']
I already have in my image recipe line:
DISTRO_FEATURES_append = " gles2"
so I tried to add systemd to it like so:
DISTRO_FEATURES_append = " gles2 systemd"
but it didn't help.
Can you help a me?
What should I put and where to enable distro-feature: systemd without
manipulating with local.conf? Is that possible?
Thanks
Piotr Lewicki
next reply other threads:[~2016-06-07 12:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-07 12:10 piotr.lewicki [this message]
2016-06-07 13:53 ` DISTRO_FEATURES modification from image recipe? Burton, Ross
2016-06-08 9:20 ` piotr.lewicki
2016-06-08 9:28 ` Burton, Ross
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=5756B9D2.3000700@elfin.de \
--to=piotr.lewicki@elfin.de \
--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.