Age | Commit message (Collapse) | Author | Files |
|
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.
|
|
|
|
Busybox/logger is the place where libgcc is really invoked.
|
|
|
|
- "Starting syslogd/klogd: start-stop-daemon: lseek: Invalid argument" fixed in this version
|
|
busybox 1.9.1 update to 1.9.2 (BUGFIX only release)
|
|
* the files aren't used in the recipe yet, just there for reference
|
|
necessary)
|
|
|
|
disable utilities again until we're a proper replacement for tinylogin
|
|
and 'cb1970d64a9cdb9559e137f509557905fbc174b5'
|
|
run_parts.c which is identical
with upstream nowadays
|
|
|
|
packages/busybox/busybox-1.9.1/adduser-longops.patch
* add lines upstream, status and comment to the patch
|
|
fixes #3781 -- thanks
Andrew Paulsen!
|
|
|
|
|