[OE-core] [PATCH v3 0/1] busybox: update to 1.19.3

Anders Darander anders at chargestorm.se
Wed Nov 30 08:40:32 UTC 2011


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.

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:
v3: * Gone through the defconfig, made changes as discussed with Saul.

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. 
    * 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 177df2c51927f44e3536856f4604364b38695bc2:

  qt-mobility: Add missing patch (2011-11-29 14:36:09 +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%)

-- 
1.7.7.3





More information about the Openembedded-core mailing list