[OE-core] [PATCH] default-providers: add alsa to resolve multiple runtime providers

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/conf/distro/include/default-providers.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index afea5e7..79785fb 100644 --- a/meta/conf/di

Re: [OE-core] [PATCH][oe-core 10/22] alsa-lib: add nativesdk BBCLASSEXTEND

2011-11-11 Thread Saul Wold
On 11/11/2011 08:28 AM, Martin Jansa wrote: * needed for libsdl-nativesdk when DISTRO_FEATURES have alsa Signed-off-by: Martin Jansa --- meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/alsa/als

Re: [OE-core] [PATCH] qt-mobility: qa_configure stage failed

2011-11-11 Thread Saul Wold
On 11/08/2011 05:28 AM, Dmitry Cherukhin wrote: The catalogue /usr/lib removed from Makefiles used for building configure tests. Signed-off-by: Dmitry Cherukhin --- .../qt4/files/qt-mobility-configure.patch | 17 + meta/recipes-qt/qt4/qt-mobility_1.2.0.inc

Re: [OE-core] [PATCH 0/5] Change the way RPM handles pre/post scripts

2011-11-11 Thread Saul Wold
On 11/10/2011 10:30 AM, Mark Hatle wrote: We change the way rootfs_rpm handles pre / post scripts in order to enable preinst scripts and better handling of post scripts. The following changes since commit 379c77d1516fe8fdbd1cd7063f709b5266872b03: populate_*.bbclass: Correct INSTALL variable

Re: [OE-core] [PATCH 0/3] DHCP and reduction of amount of packages installer by xinit

2011-11-11 Thread Saul Wold
On 11/10/2011 01:37 PM, Otavio Salvador wrote: The following changes since commit 379c77d1516fe8fdbd1cd7063f709b5266872b03: populate_*.bbclass: Correct INSTALL variable name after recent multilib changes (2011-11-10 18:05:06 +) are available in the git repository at: git://github.com

Re: [OE-core] [oe] Guidelines for creating a layer

2011-11-11 Thread Denys Dmytriyenko
On Fri, Nov 11, 2011 at 09:17:51AM -0500, Philip Balister wrote: > Sorry to hack the subject and delete the earlier conversation, but Koen > raises a good point here and I do not want it lost in the earlier > discussion since I among others stopped reading the emails in detail. > > Is there a good

[OE-core] [PATCH] opkg: Ensure we use the uname/gname fields when extracting tarballs

2011-11-11 Thread Richard Purdie
When extracting packages onto the target system in particular, we really want to ensure the name fields in the tarball are used over and above the numerical uid/gid values. This patch adds this functionality to opkg and ensures package upgrades work correctly permission wise Signed-off-by: Richard

Re: [OE-core] [RFC PATCH 1/1] busybox: update to 1.19.3

2011-11-11 Thread Saul Wold
On 11/11/2011 12:17 AM, Anders Darander wrote: The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. Signed-off-by: Anders Darander --- .../B921600.patch |0 .../busybox-appletlib-dependency.patch |0 .../busybox-udh

[OE-core] [PATCH][oe-core 14/22] libsdl: enable alsa/opengl based on PACKAGECONFIG and respect DISTRO_FEATURES

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index 17a3103..2f49f16 100644 --- a/meta/r

[OE-core] [PATCH][oe-core 21/22] util-linux: bump PR after u-a changes

2011-11-11 Thread Martin Jansa
* it's in separate commit because original PR change was eaten by later commit util-linux: split mcookie into a package Signed-off-by: Martin Jansa --- meta/recipes-core/util-linux/util-linux_2.19.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/

[OE-core] [PATCH][oe-core 17/22] time: drop default S and 2 useless comments

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-extended/time/time_1.7.bb |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/time/time_1.7.bb b/meta/recipes-extended/time/time_1.7.bb index 9f9a9e5..35afb1e 100644 --- a/meta/recipes-extended/time/time_1.

[OE-core] [PATCH][oe-core 20/22] util-linux: add missing u-a calls for setsid chrt

2011-11-11 Thread Martin Jansa
* someone added them to usrbinprogs_a, but without u-a calls added * similar problem is with chfn chsh newgrp, but those are not built in current version Signed-off-by: Martin Jansa --- meta/recipes-core/util-linux/util-linux.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) d

[OE-core] [PATCH][oe-core 22/22] kbd: use u-a for chvt, deallocvt, fgconssole, openvt, conflicts with busybox

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/kbd/kbd_1.15.2.bb | 29 - 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb index 2e0406b..eea04a0 100644 --- a/meta/recipes-cor

[OE-core] [PATCH][oe-core 16/22] time: rename files dir to time-1.7 for faster lookup

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../time/{files => time-1.7}/debian.patch |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-extended/time/{files => time-1.7}/debian.patch (100%) diff --git a/meta/recipes-extended/time/files/debian.patch b/meta/recipes-extend

[OE-core] [PATCH][oe-core 15/22] libsdl: replace tabs with spaces

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index 2f49f16..b1b2137 100644 --- a/meta/recipes

[OE-core] [PATCH][oe-core 19/22] util-linux: use u-a for flock and blockdev, conflicts with busybox

2011-11-11 Thread Martin Jansa
* nobody replied on http://lists.linuxtogo.org/pipermail/openembedded-core/2011-September/009409.html * be aware that all those renames to foo.${PN} are also applied for native variants so now we have utils like tmp-eglibc/sysroots/x86_64-linux/usr/bin/flock.util-linux-native which are not

[OE-core] [PATCH][oe-core 18/22] time: use u-a for time, conflicts with busybox

2011-11-11 Thread Martin Jansa
* it was reported here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-September/009409.html Signed-off-by: Martin Jansa --- meta/recipes-extended/time/time.inc| 10 ++ meta/recipes-extended/time/time_1.7.bb |2 ++ 2 files changed, 12 insertions(+), 0 deletions(

[OE-core] [PATCH][oe-core 13/22] libsdl: enable cdrom, alsa and tslib, disable rpath and add few fixes from meta-oe

2011-11-11 Thread Martin Jansa
* virtual/libsdl is used in sdl.bbclass but nothing was providing it * rpath disabled because otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host (see OE-classic commit af1a2e0e7626e372f22afbcabf08d9ae6b0d7b01) Signed-off-by: Martin Jansa --- meta/recipes-graphics/l

[OE-core] [PATCH][oe-core 12/22] libsdl: rename files dir to libsdl-1.2.14 for faster lookup

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../{files => libsdl-1.2.14}/configure_tweak.patch |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-graphics/libsdl/{files => libsdl-1.2.14}/configure_tweak.patch (100%) diff --git a/meta/recipes-graphics/libsdl/files/configure_tweak.

[OE-core] [PATCH][oe-core 11/22] libsdl: drop unused files

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../libsdl/files/directfb_obsolete_calls.patch | 35 .../recipes-graphics/libsdl/files/extra-keys.patch | 55 2 files changed, 0 insertions(+), 90 deletions(-) delete mode 100644 meta/recipes-graphics/libsdl/files/directf

[OE-core] [PATCH][oe-core 10/22] alsa-lib: add nativesdk BBCLASSEXTEND

2011-11-11 Thread Martin Jansa
* needed for libsdl-nativesdk when DISTRO_FEATURES have alsa Signed-off-by: Martin Jansa --- meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb b/meta/recipes-multimedia/al

[OE-core] [PATCH][oe-core 09/22] mesa-common: install internal GL headers to libgl-dev

2011-11-11 Thread Martin Jansa
* this is just work around * better fix would be as RP suggested: Ideally we should write a patch fixing the Makefile so dri-swrast installs the pieces the xserver needs to build. Does it need both sarea.h and dri_interface.h or just the latter? Signed-off-by: Martin Jansa --- meta/recipes

[OE-core] [PATCH][oe-core 08/22] mesa: package gl/egl/osmesa to separate packages

2011-11-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/mesa/mesa-common.inc | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 06ebb75..b8f2289 100644 --- a/meta/recipe

[OE-core] [PATCH][oe-core 06/22] subversion: add 1.7.0 with native support and negative D_P for now

2011-11-11 Thread Martin Jansa
* intentionaly with negative D_P, bitbake fetcher should be improved to detect old checkout with newer subversion available or vice versa and do svn upgrade automaticaly or show better error, but subversion as client for target or -native for distributions which explicitly say they want 1.7

[OE-core] [PATCH][oe-core 07/22] base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI

2011-11-11 Thread Martin Jansa
* in some cases this could cause circual dependency (ie if we decide to apr_svn.bb or something like that before subversion-native in dependency tree), Saul said he had such case, but I wasn't able to reproduce it here (here it builds subversion-native-1.7.0 fine). Signed-off-by: Martin Jans

[OE-core] [PATCH][oe-core 05/22] webkit-gtk: force arm mode to work around binutils segfault

2011-11-11 Thread Martin Jansa
* this is just work around, would be better to fix in toolchain Signed-off-by: Martin Jansa --- meta/recipes-sato/webkit/webkit-gtk_svn.bb | 19 ++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/w

[OE-core] [PATCH][oe-core 03/22] pulseaudio-0.9.23: force ARM mode

2011-11-11 Thread Martin Jansa
* this is just work around, should be tested again after upgrade to pulseaudio-1.1 * otherwise build for armv4t (om-gta02) fails with this: | /bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv4t -mthumb -mthumb-interwork -mtune=arm920t --sysro

[OE-core] [PATCH][oe-core 04/22] aspell: force ARM mode

2011-11-11 Thread Martin Jansa
* this is just work around for ICE, better fix would be to fix gcc | ./common/fstream.hpp:23:9: note: the mangling of 'va_list' has changed in GCC 4.4 | modules/speller/default/typo_editdist.cpp: In function 'short int aspeller::typo_edit_distance(acommon::ParmString, acommon::ParmString, const

[OE-core] [PATCH][oe-core 02/22] libatomics-ops: force ARM mode

2011-11-11 Thread Martin Jansa
* otherwise ie spitz (armv5te) build fails with: | make[3]: Entering directory `/OE/shr-core/tmp/work/armv5te-oe-linux-gnueabi/libatomics-ops-1.2-r5/libatomic_ops-1.2/src' | arm-oe-linux-gnueabi-gcc -march=armv5te -mthumb -mthumb-interwork -mtune=xscale --sysroot=/OE/shr-core/tmp/sysroots/spit

[OE-core] [PATCH][oe-core 01/22] qt4-x11-free: bring back pkg-config fixups

2011-11-11 Thread Martin Jansa
From: Simon Busch * With b40b9c024be5e1ec81a31961158b3e6b529acfe0 some pkg-config fixups where removed from qt4.inc which breaks the pkg-config files for qt4-embedded. Without that the pkg-config files for qt4-x11-free are broken. So this patch puts the fixes into the qt4-x11-free.inc fi

[OE-core] [PATCH][oe-core 00/22] QT4, thumb, subversion, mesa, libsdl, time, util-linux, kbd changes

2011-11-11 Thread Martin Jansa
Hi, please merge following changes or at least some of them :). qt4: change is resent because nobody commented more after Simon explained why it's needed thumb: changes have now improved commit messages and PR bumps subversion: RP said that bitbake fetcher should be improved but having 1.7.0 a

Re: [OE-core] [PATCH][oe-core 00/22] QT4, thumb, subversion, mesa, libsdl, time, util-linux, kbd changes

2011-11-11 Thread Martin Jansa
On Fri, Nov 11, 2011 at 05:12:53PM +0100, Martin Jansa wrote: > Hi, > > please merge following changes or at least some of them :). > > qt4: change is resent because nobody commented more after Simon explained why > it's needed > thumb: changes have now improved commit messages and PR bumps > su

[OE-core] [PATCH][oe-core 00/22] QT4, thumb, subversion, mesa, libsdl, time, util-linux, kbd changes

2011-11-11 Thread Martin Jansa
Hi, please merge following changes or at least some of them :). qt4: change is resent because nobody commented more after Simon explained why it's needed thumb: changes have now improved commit messages and PR bumps subversion: RP said that bitbake fetcher should be improved but having 1.7.0 a

Re: [OE-core] [PATCH 1/1] diretfb: update to 1.4.15

2011-11-11 Thread Martin Jansa
On Fri, Nov 11, 2011 at 07:14:21PM +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan Now finish reading of 2nd line :) cover letter says 1.4.5 instead of 1.4.15 and this says diretfb instead of directfb > > The newest version for directfb is 1.5.3 but it's instruction set base on > armv6. > Cur

Re: [OE-core] [RFC PATCH 1/1] busybox: update to 1.19.3

2011-11-11 Thread Anders Darander
* Eric Bénard [11 14:04]: > Hi Anders, > Le 11/11/2011 09:17, Anders Darander a écrit : > > The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. > > Signed-off-by: Anders Darander > you may also need to add the fixes for 1.19.3 : > http://busybox.net/downloads/fixes-

Re: [OE-core] [RFC PATCH 1/1] busybox: update to 1.19.3

2011-11-11 Thread Eric Bénard
Hi Anders, Le 11/11/2011 09:17, Anders Darander a écrit : The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. Signed-off-by: Anders Darander you may also need to add the fixes for 1.19.3 : http://busybox.net/downloads/fixes-1.19.3/ Eric _

[OE-core] [PATCH 1/1] libx11-diet: update to 1.4.4

2011-11-11 Thread Xiaofeng Yan
From: Xiaofeng Yan I remove patch "nodolt.patch" because it is no use in the new version \ and change patch "include_fix.patch" to "keysymdef_include.patch" from libx11-1.4.4. Signed-off-by: Xiaofeng Yan --- .../xorg-lib/libx11-diet-1.3/include_fix.patch | 25 -- .../xorg-li

[OE-core] [PATCH 0/1] libx11-diet: update to 1.4.4

2011-11-11 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul, I have modified my fault according to your suggestion. Please review it again. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/update_libx11-diet Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/update_libx11-diet Thank

Re: [OE-core] [PATCH 1/1] diretfb: update to 1.4.15

2011-11-11 Thread Martin Jansa
On Fri, Nov 11, 2011 at 06:56:20PM +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan cover letter says 1.4.5 instead of 1.4.15 and this says diretfb instead of directfb Cheers, > > The newest version for directfb is 1.5.3 but it's instruction set base on > armv6. > Current qemuarm don't have so

[OE-core] [PATCH 0/1] directfb: update to 1.4.5

2011-11-11 Thread Xiaofeng Yan
From: Xiaofeng Yan I update it to 1.4.15 because directfb at 1.5 or higher need instruction set of armv6. Some codes are realized with assemble language for new directfb but the current qemuarm base on armv5. Some error will appear like "No xxx instruction ..." when compiling directfb at 1.5.3

[OE-core] [PATCH 1/1] diretfb: update to 1.4.15

2011-11-11 Thread Xiaofeng Yan
From: Xiaofeng Yan The newest version for directfb is 1.5.3 but it's instruction set base on armv6. Current qemuarm don't have some instructions for armv6 because some codes of \ the new version of directfb more than 1.5 are realized with assemble language,for example the lock. \ I update this r

Re: [OE-core] [CONSOLIDATED PULL 7/9] dhcp: generate initial leases files for server

2011-11-11 Thread Paul Menzel
Am Freitag, den 11.11.2011, 09:33 + schrieb Paul Eggleton: > On Friday 11 November 2011 00:36:33 Saul Wold wrote: > > From: Otavio Salvador > > > > Signed-off-by: Otavio Salvador > > Can we please get commit messages for every commit? Every change needs to > have > something so that if so

Re: [OE-core] [CONSOLIDATED PULL 0/9] RPM Fixes and others

2011-11-11 Thread Paul Menzel
Am Freitag, den 11.11.2011, 00:36 -0800 schrieb Saul Wold: > This request includes Mark's changes along with some changes for qt-mobility > and Otavio clean-ups. Please amend Otavio’s patches as they lack the explanations required by the guide lines, have spelling errors and also my Reviewed-by l

Re: [OE-core] [CONSOLIDATED PULL 7/9] dhcp: generate initial leases files for server

2011-11-11 Thread Paul Eggleton
On Friday 11 November 2011 00:36:33 Saul Wold wrote: > From: Otavio Salvador > > Signed-off-by: Otavio Salvador Can we please get commit messages for every commit? Every change needs to have something so that if some time in the future we want to go back and figure out *why* a change was made

[OE-core] [CONSOLIDATED PULL 5/9] shadow: Generate the shadow files at rootfs construction

2011-11-11 Thread Saul Wold
From: Mark Hatle With the recent changes to the shadow-native package support "--root", we can now convert the passwd/group files to their shadow forms while doing the rootfs install, instead of waiting to run on the target. Signed-off-by: Mark Hatle --- meta/recipes-extended/shadow/shadow_4.1

[OE-core] [CONSOLIDATED PULL 9/9] xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux

2011-11-11 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-graphics/xorg-app/xinit_1.3.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb index 6953ccc..08dfe1

[OE-core] [CONSOLIDATED PULL 6/9] sudo: Avoid post install scripts

2011-11-11 Thread Saul Wold
From: Mark Hatle The post install script was removed, and the install_append updated to ensure the permissions are set correctly. Signed-off-by: Mark Hatle --- meta/recipes-extended/sudo/sudo.inc |8 meta/recipes-extended/sudo/sudo_1.8.3.bb |5 - 2 files changed, 4 in

[OE-core] [CONSOLIDATED PULL 7/9] dhcp: generate initial leases files for server

2011-11-11 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-connectivity/dhcp/dhcp.inc |9 - meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-

[OE-core] [CONSOLIDATED PULL 8/9] util-linux: split mcookie into a package

2011-11-11 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-core/util-linux/util-linux.inc |3 ++- meta/recipes-core/util-linux/util-linux_2.19.1.bb |2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/

[OE-core] [CONSOLIDATED PULL 0/9] RPM Fixes and others

2011-11-11 Thread Saul Wold
Richard, This request includes Mark's changes along with some changes for qt-mobility and Otavio clean-ups. Thanks Sau! The following changes since commit 379c77d1516fe8fdbd1cd7063f709b5266872b03: populate_*.bbclass: Correct INSTALL variable name after recent multilib changes (2011-

[OE-core] [CONSOLIDATED PULL 4/9] wpa-supplicant: Avoid blocking the post install script at cross rootfs time.

2011-11-11 Thread Saul Wold
From: Mark Hatle We only want to reload dbus, if we're install on the target -- not on the host. Signed-off-by: Mark Hatle --- .../wpa-supplicant/wpa-supplicant-0.7.inc |4 ++-- .../wpa-supplicant/wpa-supplicant_0.7.3.bb |2 +- 2 files changed, 3 insertions(+), 3 delet

[OE-core] [CONSOLIDATED PULL 1/9] qt-mobility: qa_configure stage failed

2011-11-11 Thread Saul Wold
From: Dmitry Cherukhin The catalogue /usr/lib removed from Makefiles used for building configure tests. Signed-off-by: Dmitry Cherukhin --- .../qt4/files/qt-mobility-configure.patch | 17 + meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |3 ++- 2 files change

[OE-core] [CONSOLIDATED PULL 3/9] rootfs_rpm.bbclass: Turn off script debugging

2011-11-11 Thread Saul Wold
From: Mark Hatle Disable script debugging, as the log files become huge and take a long time to process during the log check step. This results in a performance improvement. Signed-off-by: Mark Hatle --- meta/classes/rootfs_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(

[OE-core] [CONSOLIDATED PULL 2/9] rootfs_rpm.bbclass: Enable pre and post install scripts

2011-11-11 Thread Saul Wold
From: Mark Hatle [YOCTO #1755] We change the want the RPM rootfs install works to install pre and post install scripts. The new method uses a script helper that is invoked by RPM outside of the normal chroot. The wrapper is dynamically generated prior to the install starting. It will check th

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

2011-11-11 Thread Anders Darander
The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. Signed-off-by: Anders Darander --- .../B921600.patch |0 .../busybox-appletlib-dependency.patch |0 .../busybox-udhcpc-no_deconfig.patch | 66 +++-- .

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

2011-11-11 Thread Anders Darander
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