All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Poky Project <poky@yoctoproject.org>
Subject: BusyBox features not working
Date: Tue, 12 Jul 2011 05:40:35 -0600	[thread overview]
Message-ID: <4E1C32B3.8090708@mlbassoc.com> (raw)

Using the latest master, building for qemuarm with the default local.conf, I find that
the various configurations set by DISTRO_FEATURES are not being propagated into the build
of busybox.  In particular, there is no networking support :-(

$ grep IPV tmp/work/armv5te-poky-linux-gnueabi/busybox-1.18.4-r5/busybox-1.18.4/.config
# CONFIG_FEATURE_IPV6 is not set
# CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set
# CONFIG_FEATURE_IFUPDOWN_IPV4 is not set
# CONFIG_FEATURE_IFUPDOWN_IPV6 is not set

This is supposed to work because "ipv6" and "ipv4" are now in ${DISTRO_FEATURES_LIBC},
but that doesn't seem to be reflected by the build.

If I set this explicitly in my local.conf, e.g.
   DISTRO_FEATURES = "alsa ipv4 ${DISTRO_FEATURES_LIBC}"
I then get the correct options built.

I know that ${DISTRO_FEATURES_LIBC} is set (at least the default) as without it,
my builds break horribly.

Any ideas what's going on here?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


             reply	other threads:[~2011-07-12 11:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-12 11:40 Gary Thomas [this message]
2011-07-12 12:48 ` BusyBox features not working Gary Thomas
2011-07-12 13:12   ` Paul Eggleton
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=4E1C32B3.8090708@mlbassoc.com \
    --to=gary@mlbassoc.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.