aboutsummaryrefslogtreecommitdiffstats
path: root/packages/busybox
AgeCommit message (Collapse)Author
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>
2009-02-27busybox-static 1.11.3: make it more convenient to maintain the static versionMichael 'Mickey' Lauer
2009-02-22busybox-static-1.11.3: Add missing B921600 patch to fix build.Philipp Zabel
* This patch was added to busybox 1.11.3, but not busybox-static.
2009-02-18SlugOS: busybox defconfig - drop printenv commandMike Westerhof
2009-02-17busybox-{1.11.3,1.7.2,1.9.2}: Fix parallel build failing on appletlibTom Rini
Roman's patch applies fine on these versions as well.
2009-02-17busybox-1.13.2: fix parallel build failing on appletlibRoman I Khimov
libbb/appletlib.o depends on generated headers, build can fail with libbb/appletlib.c:53:27: error: applet_tables.h: No such file or directory if that dependency is not taken into account
2009-02-13SlugOS: busybox - update defconfig to re-enable the z and j options for tarMike Westerhof
2009-02-13busybox: Add a 'mountall' file and install for CONFIG_FEATURE_MOUNT_FSTAB=yTom Rini
For all versions of busybox that have the above enabled, bump PR and include the generic mountall (taken from sysvinit). In the inc file, if enabled make ${D}/etc/defaults/ and put this in there.
2009-02-12busybox: added KaeilOS config for 1.13.2Marcin Juszkiewicz
2009-02-12busybox: added kaeilos config (copy of Angstrom one)Marcin Juszkiewicz
2009-02-11busybox: fix tar problem with filenames that are exactly 100 bytesFrans Meulenbroeks
2009-02-11busybox: bandaid for avr32Koen Kooi
2009-02-08busybox: update angstrom defconfigKoen Kooi
2009-02-08busybox 1.13.2: add latest set of patches for stable versionMichael 'Mickey' Lauer
enable some convenience options in defconfig
2009-02-04busybox: fix nfsroot issues with resetting IP and deleting routesDenys Dmytriyenko
2009-01-28busybox-1.11.3: udhcpd script: Do not deconfig network interface ONLY if ↵Steffen Sledz
rootfs on network (scripting bug fixed)
2009-01-26busybox: fix mdev->busybox-mdev switch (postinst part). Thx to 'pieterg' for ↵Marcin Juszkiewicz
spotting.
2009-01-24SlugOS: busybox-1.13 -- remove blkid and mod* utils from SlugOS defconfigMike Westerhof
2009-01-24Busybox 1.13.2: fix config after update form 1.11.xJeremy Williams
The config files for default and angstrom in the Busybox 1.13.2 are outdated (from Busybox 1.9.x and 1.11.x respectively). These config files contain renamed, removed, or otherwise invalid options. This was detected when after installing this package on angstrom it was found gzip support was missing from tar. Both files are updated.
2009-01-22busybox: ship /dev/snd/timer with mdevMarcin Juszkiewicz
2009-01-22busybox: rename mdev subpackage to busybox-mdev as we have 1.2.1 mdev as ↵Marcin Juszkiewicz
separate recipe
2009-01-21busybox: use short options for hwclock - closes #4978Bernhard Reutner-Fischer
Both busybox as well as big version support the same short options but the busybox version may be build with getopt_long turned off.
2009-01-20busybox_1.11.3.bb: don't call update-rc.d for mdevJeremy Lainé
* prune call to update-rc.d mdev for the busybox package, it is handled in the mdev package
2009-01-18SlugOS: slugos.inc, busybox-1.13.2/slugos/defconfig - SlugOS now uses ↵Mike Westerhof
busybox 1.13.2
2009-01-18busybox: split out mdev stuff to mdev package (package, not recipe)Koen Kooi
2009-01-16busybox/mdev: support devices with ads7846 touchscreen and wrong modaliasMarcin Juszkiewicz
2009-01-16busybox: replace my mdev fix with upstream solution (svn r24785)Marcin Juszkiewicz
2009-01-16busybox: create /dev/input/touchscreen0 with mdevMarcin Juszkiewicz
2009-01-16busybox: added 1.13.2Marcin Juszkiewicz
2009-01-16busybox: improved mdev initscript and configMarcin Juszkiewicz
- do not mount /sys as it is already mounted - fixed hotplug handler (mdev is in /sbin not /bin) - fixed regexps in mdev.conf - alsa and input devnodes in proper directories
2009-01-16busybox: install mdev config and initscriptMarcin Juszkiewicz
2009-01-06busybox-1.11.3: udhcpd script: Do not deconfig network interface iff rootfs ↵Leon Woestenberg
on nfs.
2008-12-18busybox: update hwclock.sh to honor the UTC setting in /etc/default/rcSJohn Lee
...and increase PR of every consumer.
2008-12-08busybox: added support for 921600 speed of serial lineValentin Longchamp
2008-12-02busybox-static 1.11.3: Actually enable static option.Paul Sokolovsky
2008-12-02busybox-static 1.11.3: Initial add, configs are copies of non-static version.Paul Sokolovsky
* Configs will be patches in the next commit.
2008-11-29busybox-1.11.3: fix segfault with fdisk commandMike Westerhof
(cherrypicked patch from newer busybox version)
2008-11-21Revert "busybox: Disable busybox shadow support for Angstrom"Koen Kooi
* Do NOT, I repeat NOT touch such core distro files without approval of distro maintainters * This is the wrong solution to the problem, please raise a discussion on email list! Signed-off-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Graeme 'XorA' Gregory <<dp@xora.org.uk> This reverts commit 4339d706baf166732d6b7d3b2bedb0c54ce76cbf.
2008-11-21busybox: Disable busybox shadow support for AngstromSteffen Sledz
* Build busybox 1.11.3 without shadow support to avoid problems when calling the passwd command, because Angstrom does not install /etc/shadow (Bug 4808).
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