aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox
AgeCommit message (Collapse)Author
2010-03-15busybox: update LICENSE to more specific GPLv2Denys Dmytriyenko
2010-03-11busybox: syslog to file instead of buffer for hipox machine by defaultsledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-03-07busybox: use u-a for /etc/default/mountall (collision with ↵Martin Jansa
util-linux-ng-mountall) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-04busybox: wget accept and ignore --no-check-certificateBernhard Reutner-Fischer
needed for self-hosting; applied to upstream Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-02-26busybox: If FEATURE_SUID=y, ship a SUID busybox, bump PRTom Rini
A number of applets will select FEATURE_SUID, and then not work unless the busybox binary is SUID. We switch from a "let the users decide" to "let the users opt-out". Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
2010-02-14busybox: some more !getopt_long fixes in hwclock.shBernhard Reutner-Fischer
busybox' hwclock can be built without support for getopt_long. Flags of the big hwclock are compatible with the busybox version. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2010-02-14busybox: use .tar.bz2Bernhard Reutner-Fischer
Switch to new-style checksums and remove all checksums for tarballs from checksums.ini Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2010-02-11busybox: use machine specific hwclock.sh for hipoxSteffen Sledz
At hipox machine we do not update the Hardware Clock with the System Clock time at stop to avoid needless increase of the RTC epoch counter. Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-02-09busybox: trim superfluous trailing whitespace from .inc fileBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2010-01-13busybox: bump INC_PR to force postinst script run on targets after u-a fixupMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-06busybox: Add new version 1.15.3Dirk Opfer
2009-11-13busybox_1.14.3: move checksum to bb filePhil Blundell
2009-11-03busybox-1.11.3: undefined reference __cpu_to_be16 fixed for busybox-staticSteffen Sledz
A patch fixing this problem inside the linux kernel was not accepted. For details see: - http://lkml.org/lkml/2009/6/18/223 - http://patchwork.kernel.org/patch/31164/ Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2009-08-06busybox: add new version 1.14.3Dirk Opfer
DEFAULT_PREFERENCE is set to "-1".
2009-06-17busybox: fix up some recipes with custom SRC_URIsPhil Blundell
2009-06-17busybox: make udhcpc script work in absence of legacy net-toolsPhil Blundell
2009-06-16busybox: fix typo in defconfig for microPhil Blundell
2009-06-15busybox: add less bloated defconfig for microPhil Blundell
2009-06-08busybox: Split syslog initscript into busybox-syslogMichael Smith
The same is already done for httpd and udhcpd. This fixes Busybox deb upgrades: the prerm script was failing because the last command "/etc/init.d/syslog stop", added by the update-rc.d class, runs after the /bin/sh symlink has been removed. Many images expect busybox to contain the syslog initscript, so busybox RRECOMMENDS busybox-syslog. busybox-{syslog,httpd,udhcpd} now RDEPEND on busybox, for consistency with other packages in the recipe (e.g. busybox-mdev). Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-06-08busybox: fix udhcpc default script location when prefix is not "/usr"Michael Smith
Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-06-05busybox: put mountall in its own packageKoen Kooi
2009-06-05busybox: let update-alternatives create all symlinks, and use INC_PRMichael Smith
Back in 2005, commit 5e01906b set this up; in f7f1ac27 the recipe was changed to keep all the links in the package. This changes it back, and also removes special treatment of the links for crond, httpd, udhcpd, hwclock, and udhcpc. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-06-03busybox: allow building when prefix is "", not "/usr".Michael Smith
There was code to handle this, but it needed a tweak to prevent copying a directory on top of itself. Other prefixes (besides /usr) may also work now, but this is untested. busybox will also build when base_sbindir is "/bin" instead of "/sbin". Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-05-27busybox: enabled stat in 1.13.2/angstromMarcin Juszkiewicz
2009-05-19busybox: add more patches, update nylon defconfigMartin Dietze
2009-05-01Unslung: Removed all trace of the unslung distro from OERod Whitby
2009-04-21busybox: update appletlib dependency patchRoman I Khimov
Previous version still failed from time to time on clean-start builds with 4 bitbake threads and '-j16'. Building busybox as sole target worked well. The reason is that previous version introduced a race between applets make processes spawned from top-level Makefile and from libbb Makefile. Fix it with high-level dependency that doesn't create races. Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-07busybox 1.13.2: Add more upstream patches, bump PRTom Rini
This adds the awk, killall, printf, syslogd, top24, unzip and wget patches from http://busybox.net/downloads/fixes-1.13.2/
2009-03-23busybox: fix linuxrc link and put it in a seperate packageKoen Kooi
* runtime tested on a beagleboard
2009-03-18busybox: do not fetch fixes patches but store them in metadataMarcin Juszkiewicz
I am tired of discussions how to solve situation where upstream changes it's files without versioning them and we workaround it instead of solving.
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>