From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: poky@yoctoproject.org
Subject: Re: BusyBox features not working
Date: Tue, 12 Jul 2011 14:12:20 +0100 [thread overview]
Message-ID: <201107121412.20663.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <4E1C429E.7010506@mlbassoc.com>
On Tuesday 12 July 2011 13:48:30 Gary Thomas wrote:
> Weird. I just ran through this, first with the default value for
> DISTRO_FEATURES, then with the same value but 'ipv4' placed at the front
> of that list. If 'ipv4' is somewhere in the middle, busybox is not
> configured correctly. If it's at the front, it works properly.
Hmm, a quick test shows that you're right, it doesn't seem to be working as
expected. Not sure what's going on yet but I will investigate further.
> Note: I printed the value of DISTRO_FEATURES by modifying base.bbclass. Is
> there an easier way to see the value of such variables being used by the
> recipes? I gave the bitbake manual a look, but didn't find any hints...
The option you want is -e, for example:
bitbake -e busybox | grep DISTRO_FEATURES
or, to be more strict:
bitbake -e busybox | grep ^DISTRO_FEATURES
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2011-07-12 13:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-12 11:40 BusyBox features not working Gary Thomas
2011-07-12 12:48 ` Gary Thomas
2011-07-12 13:12 ` Paul Eggleton [this message]
2011-07-12 13:19 ` Paul Eggleton
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=201107121412.20663.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=poky@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.