aboutsummaryrefslogtreecommitdiffstats
path: root/packages/busybox
AgeCommit message (Collapse)Author
2008-10-27busybox.inc : Make busybox honor our LDFLAGSHolger Hans Peter Freyther
We want --hash-style=gnu to be honored, do not unset LDFLAGS force gcc as linker so -Wl does not look like a bad option.
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-20busybox: tolerate empty layout_execprefixPhil Blundell
2008-10-19busybox 1.11.1: update to latest stable version (=1.11.3)Michael 'Mickey' Lauer
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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 Freyther
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-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-10-09busybox 1.11.1: update angstrom config to be able to replace mount, init, ↵Koen Kooi
tinylogin and add more coreutils apps
2008-08-22slugOS 5.0 is born - initial commit.Mike Westerhof
- enable many busybox options - replace several packages in rootfs with busybox, and adjust various config files and scripts to accomodate busybox options - change default alignment behavior to be more lenient Note: this is the first of many disruptive changes for SlugOS 5; this version is to be considered unstable at best!
2008-08-21Fixes compilation error. Details: ↵Robert Schuster
http://www.mail-archive.com/busybox@busybox.net/msg04184.html busybox 1.9.2: Added topmem patch.
2008-08-13busybox: RRECOMMEND libgcc since avr32 toolchains don't build itKoen Kooi
2008-08-01Move the RRECOMMEND for libgcc from glibc to busybox.Khem Raj
Busybox/logger is the place where libgcc is really invoked.
2008-07-21busybox 1.11.1 apply first two hotfixesMichael Lauer
2008-07-17busybox: add new version 1.11.1Dirk Opfer
- "Starting syslogd/klogd: start-stop-daemon: lseek: Invalid argument" fixed in this version
2008-04-30busybox 1.9.1 (re)enable netcat server mode + extra optionsMichael Lauer
busybox 1.9.1 update to 1.9.2 (BUGFIX only release)
2008-03-24busybox 1.9.1: add files needed for openwrt-style 'telnet failsafe login'Koen Kooi
* the files aren't used in the recipe yet, just there for reference
2008-02-29busybox 1.9.1 enable cmp utility, remove openmoko-specific defconfig (not ↵Michael Lauer
necessary)
2008-02-29busybox: 1.9.1 add cmp into openmoko distributionJohn Lee
2008-02-27busybox 1.9.1 factor more common things into busybox.incMichael Lauer
disable utilities again until we're a proper replacement for tinylogin
2008-02-19merge of '9a5df4f82194968b8ea8a94d7effc5bf61c1e650'Stanislav Brabec
and 'cb1970d64a9cdb9559e137f509557905fbc174b5'
2008-02-19busybox 1.9.1 add fix for lineedit on arm, remove our own version of ↵Michael Lauer
run_parts.c which is identical with upstream nowadays
2008-02-19Output NUL terminated lines with sort -z (busybox#1591). Fixes updatedb.Stanislav Brabec
2008-02-17busybox: add docu for "push 'em"-status of ↵Rolf Leggewie
packages/busybox/busybox-1.9.1/adduser-longops.patch * add lines upstream, status and comment to the patch
2008-02-16busybox 1.9.1 one defconfig to rule them all, add patch for long options. ↵Michael Lauer
fixes #3781 -- thanks Andrew Paulsen!
2008-02-14busybox 1.9.1: fix buildKoen Kooi
2008-02-14busybox: move run-part.c to filesKoen Kooi
2008-02-13add busybox 1.9.1, the new stable versionMichael Lauer
2008-02-13busybox 1.7.2 enable login utilities to make this a replacement for tinyloginMichael Lauer
2008-02-08busybox 1.2.1, 1.7.2: enable CONFIG_RUN_PARTS_LONG_OPTIONS and ↵Michael Lauer
CONFIG_FEATURE_DATE_ISOFMT. closes #2964
2008-02-08busybox:Michael Lauer
* fix syslog init script (closes #3718) * drop obsolete slingbox versions (ACKed by rwhitby)
2008-02-08busybox cleanup:Michael Lauer
* remove some outdated / in-between versions * remove angstrom-only defconfig in bb 1.7.2 * make 1.7.2 the new default preference
2008-01-25divers: remove lines of the form "PACKAGES = ${PN}" from 63 filesRolf Leggewie
2007-12-30propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
968e6781dca5ee420f8b36434c88d54cafe77f35) to branch 'org.openembedded.dev.avr32' (head facce641a6e2c90f8a2171880eafb72136895681)
2007-12-23merge of '6765ce1f621a9ef917ba1521afc7b81013e14dc2'Koen Kooi
and 'fcc520f13c2e5df6e6b7d52dcbfb32cb1750c941'
2007-12-23propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
d8bfa63aa913e7227790ba2d02253cfbecce61ab) to branch 'org.openembedded.dev.avr32' (head bb1b18fc3fa0562c4c7bd85bb0d9617c62261f2e)
2007-12-23Remove some GNUism and replace cp -a with cp -pPR (once again)Holger Freyther
I didn't touch the to be installed files, as we have GNU coreutils or at least a compatible busybox version on our targets so far.
2007-12-19slingbox-1.3.1: Remove bashism from scripts/trylinkRod Whitby
2007-12-11propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
acccc4840b95c279164a3eeacf893200164bdc65) to branch 'org.openembedded.dev.avr32' (head 4a915ee0a28076c53049330f3f2e58c7b85ef7a8)
2007-11-29propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
0238eff8862126ac83c3f05d7a6fb094feff89e9) to branch 'org.openembedded.dev.avr32' (head afeaa97ba6962d277699aab10b0b6a8089342824)
2007-11-24busybox: SlugOS defconfig - add nohup, add timeout option to shell's read ↵Mike Westerhof
command.
2007-11-22busybox: Enable support for -t & -n options for read command in angstrom ↵Koen Kooi
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-11-20busybox-static 1.2.1: Enable support for -t & -n options for read command.Paul Sokolovsky
* 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-11-05propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
a9d8dbf4fa950567435550e72514ae1d5ba70efe) to branch 'org.openembedded.dev.avr32' (head 98a24ed978fa92519a7d390465714a7742060284)
2007-11-01busybox 1.7.2: use Angstrom defconfig as default - there are usable fixes in itMarcin Juszkiewicz
2007-10-31propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
a6b798a43c05aef43ed650ab880f3edd386d0aa3) to branch 'org.openembedded.dev.avr32' (head 77e1041de2eef682f183f3f5199826818cb9c5b1)
2007-10-22busybox 1.7.2: replace run_part.c with the one we snatched of the mailinglist Koen Kooi
2007-10-22busybox 1.7.2: add run_parts.c so Marcin can add it into the recipe :)Koen Kooi
2007-10-18propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
d46c4661bf8a227094ce244e37836233fb938268) to branch 'org.openembedded.dev.avr32' (head 7cd1ae5351316a6cdc9fe3db60bb05198d50af39)
2007-10-12busybox: enable more stuff in angstrom config, fixed #3150Koen Kooi
2007-10-12propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
7c2dfd8725acfc6de0286a17d58cccbfa6c141f8) to branch 'org.openembedded.dev.avr32' (head 6a2246abf3d894c89fc60280e99b73072b879e02)