Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Cc: Anders Darander <anders@chargestorm.se>
Subject: Re: [PATCH v2 0/1] busybox: update to 1.19.3
Date: Tue, 22 Nov 2011 12:36:40 -0800	[thread overview]
Message-ID: <4ECC07D8.2070104@linux.intel.com> (raw)
In-Reply-To: <cover.1321972428.git.anders@chargestorm.se>

On 11/22/2011 06:34 AM, Anders Darander wrote:
> This updates busybox to the latest stable, 1.19.3.
>
> Among other things, there should be rudimentary support in syslogd for
> systemd, by enabling CONFIG_FEATURE_SYSTEMD.
>
How much size does this add to busybox by having it enabled by default?
Is it possible to conditional add a config fragment if systemd is 
enabled ad the DISTRO/IMAGE_FEATURE level?

More info is required.

> It has been tested and verified on qemux86 and on our local arm-based system.
>
> However, the patch busybox-udhcpc-no_deconfig.patch has been modified to
> apply, but hasn't really been tested. As we're currently mostly running static
> configurations, we've only verified that udhcpc works to the extent that we
> get the network up and running, not how it behaves during dhcp renewal.
> Thus I'm starting this as an RFC.
>
> Changes:
> v2: * Checked the new defconfig (removed settings implying CFLAGS and
>      ARCH). The new defconfig should be as close as possible to the old one,
>      with the exception of some new utils/options.
Can you clearly enumerate what new utils and options and what their size 
impact on the busybox image is.

Thanks
	Sau!

>      * Added one patch from upstream, to safeguard the use of CBAUD
>      termios_init().
>      * The other upstream patch from http://busybox.net/downloads/fixes-1.19.3/
>      do only affect comments, thus I'm not adding it.
>
> The following changes since commit dd2fdf9f5a3923c37e4ea2e46e347bb0657c2f5b:
>
>    gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a (2011-11-21 16:55:01 +0000)
>
> are available in the git repository at:
>    git://github.com/darander/oe-core busybox-systemd
>    https://github.com/darander/oe-core/tree/busybox-systemd
>
> Anders Darander (1):
>    busybox: update to 1.19.3
>
>   .../B921600.patch                                  |    0
>   .../busybox-1.19.3/busybox-1.19.3-getty.patch      |   17 ++
>   .../busybox-appletlib-dependency.patch             |    0
>   .../busybox-udhcpc-no_deconfig.patch               |   66 +++--
>   .../{busybox-1.18.5 =>  busybox-1.19.3}/defconfig   |  265 +++++++++++++-------
>   .../get_header_tar.patch                           |    0
>   .../run-parts.in.usr-bin.patch                     |   16 +-
>   .../udhcpc-fix-nfsroot.patch                       |    0
>   .../udhcpscript.patch                              |    0
>   .../{busybox_1.18.5.bb =>  busybox_1.19.3.bb}       |    7 +-
>   10 files changed, 245 insertions(+), 126 deletions(-)
>   rename meta/recipes-core/busybox/{busybox-1.18.5 =>  busybox-1.19.3}/B921600.patch (100%)
>   create mode 100644 meta/recipes-core/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch
>   rename meta/recipes-core/busybox/{busybox-1.18.5 =>  busybox-1.19.3}/busybox-appletlib-dependency.patch (100%)
>   rename meta/recipes-core/busybox/{busybox-1.18.5 =>  busybox-1.19.3}/busybox-udhcpc-no_deconfig.patch (62%)
>   rename meta/recipes-core/busybox/{busybox-1.18.5 =>  busybox-1.19.3}/defconfig (89%)
>   rename meta/recipes-core/busybox/{busybox-1.18.5 =>  busybox-1.19.3}/get_header_tar.patch (100%)
>   rename meta/recipes-core/busybox/{busybox-1.18.5 =>  busybox-1.19.3}/run-parts.in.usr-bin.patch (64%)
>   rename meta/recipes-core/busybox/{busybox-1.18.5 =>  busybox-1.19.3}/udhcpc-fix-nfsroot.patch (100%)
>   rename meta/recipes-core/busybox/{busybox-1.18.5 =>  busybox-1.19.3}/udhcpscript.patch (100%)
>   rename meta/recipes-core/busybox/{busybox_1.18.5.bb =>  busybox_1.19.3.bb} (82%)
>



  parent reply	other threads:[~2011-11-22 20:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-22 14:34 [PATCH v2 0/1] busybox: update to 1.19.3 Anders Darander
2011-11-22 14:34 ` [PATCH v2 1/1] " Anders Darander
2011-11-22 20:36 ` Saul Wold [this message]
2011-11-22 20:47   ` [PATCH v2 0/1] " Anders Darander
2011-11-23  8:59   ` Anders Darander
2011-11-29  5:47     ` Saul Wold
2011-11-29  7:04       ` Anders Darander
2011-11-29  7:54         ` Phil Blundell
2011-11-29  8:13         ` Saul Wold
2011-11-29  8:29           ` Anders Darander
2011-11-23 10:38   ` Otavio Salvador
2011-11-23 10:42     ` Anders Darander

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=4ECC07D8.2070104@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=anders@chargestorm.se \
    --cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox