Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
* This patch was added to busybox 1.11.3, but not busybox-static.
|
|
|
|
Roman's patch applies fine on these versions as well.
|
|
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
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
enable some convenience options in defconfig
|
|
|
|
rootfs on network
(scripting bug fixed)
|
|
spotting.
|
|
|
|
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.
|
|
|
|
separate recipe
|
|
Both busybox as well as big version support the same short options
but the busybox version may be build with getopt_long turned off.
|
|
* prune call to update-rc.d mdev for the busybox package, it is
handled in the mdev package
|
|
busybox 1.13.2
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
on nfs.
|
|
...and increase PR of every consumer.
|
|
|
|
|
|
* Configs will be patches in the next commit.
|
|
(cherrypicked patch from newer busybox version)
|
|
* 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.
|
|
* 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).
|
|
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.
|
|
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
|
|
|
|
|
|
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.
|
|
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>
|
|
|
|
tinylogin and add more coreutils apps
|
|
- 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!
|
|
http://www.mail-archive.com/busybox@busybox.net/msg04184.html
busybox 1.9.2: Added topmem patch.
|
|
|