summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox_1.2.1.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-08-01Move the RRECOMMEND for libgcc from glibc to busybox.Khem Raj1
Busybox/logger is the place where libgcc is really invoked.
2008-02-08busybox:Michael Lauer1
* fix syslog init script (closes #3718) * drop obsolete slingbox versions (ACKed by rwhitby)
2007-11-29propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi1
0238eff8862126ac83c3f05d7a6fb094feff89e9) to branch 'org.openembedded.dev.avr32' (head afeaa97ba6962d277699aab10b0b6a8089342824)
2007-11-24busybox: SlugOS defconfig - add nohup, add timeout option to shell's read ↵Mike Westerhof1
command.
2007-11-22busybox: Enable support for -t & -n options for read command in angstrom ↵Koen Kooi1
configs. * These are timeout and num chars to read options, both are useful when writing UI interaction code, with busybox-static being targetted at writing bootloader tools and stuff.
2007-08-12busybox: fix avr32 build, courtesy Stelios KoroneosKoen Kooi1
2007-04-26busybox 1.2.1: angstrom: Make syslogd log to /var/log/messages.Paul Sokolovsky1
* With rotation and size/rotation count limit, which coupled with /var/log being a tmpfs, makes it not worse than canonical circular buffer logging, but much more friendly for people not familiar with busybox. * Closes #2135. * Approved by Koen Kooi
2007-04-23busybox: Clean up syslog.conf file.Paul Sokolovsky1
* Typo fixes. * Order options in some logical sequence. * Make clear which option applies to which logging destination. * Remove bogus comments about file log rotation being "incompatible with busybox" (works at least with 1.2.1).
2007-01-06busybox 1.2.1, 1.2.2: Enabled nohup applet.Paul Sokolovsky1
* Being able to login via telnet/ssh/on-device shell and run application such that it continues to run after logout, should be pretty useful feature for embedded system. * With common config (also used by angstrom), doesn't lead to increase of exe size (due to alignment padding), and the applet code itself is small (40 lines). * Approved by Koen Kooi.
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-24Busybox: patch df rootfs device handling code so that the output works ↵Mike Westerhof1
correctly on systems that pivot from one root device to another during boot (SlugOS and variants)
2006-12-19busybox: unifyRolf Leggewie1
2006-10-02busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe ↵Oyvind Repvik1
bug #1417
2006-09-25busybox 1.2.1: set PR to something saneKoen Kooi1
2006-09-25busybox: remove mdev supportMichael-Luke Jones1
mdev: add separate mdev package creating standalone executable * adjust mdev.conf to create /dev/buzzer link * change slugos-image.bb to include standalone mdev
2006-09-24busybox: drop in an mdev patch from busybox.netMichael-Luke Jones1
slugos-init: add in module loading logic for NSLU2 * Maintainers with other ixp4xx devices should follow suit
2006-09-23busybox: add mdev supportMichael-Luke Jones1
* adjust SlugOS defconfig to enable mdev * add mdev startup script (similar to udev init) * add mdev.conf with correct device permissions/actions
2006-09-20busybox: use a larger buffer in xargs for nylon, patch to compile busybox ↵Martin Dietze1
1.00 for mtx-[12]
2006-09-14busybox: added nylon setup for versions 1.2.0 and 1.2.1Martin Dietze1
2006-09-07busybox: Update slugos-specific defconfigOyvind Repvik1
2006-09-01busybox: Fixup missing option in slugos busybox defconfig. Bump PROyvind Repvik1
2006-08-31busybox: Add updated slugos defconfig, remove openslug-only directory, bump ↵Oyvind Repvik1
busybox PR
2006-08-26busybox 1.2.1: replace mv with a non-gnu-ish cpKoen Kooi1
2006-08-01busybox: new 1.2.1 versionHolger Schurig1
* also made sure that busybox's wget understands --passive-ftp