Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-09-26 | privoxy: added 3.0.3 - close #1419 | Bastian Ballmann | 5 | |
2006-09-26 | bacula-client: added 1.38.11 - close #1420 | Bastian Ballmann | 5 | |
2006-09-26 | merge of 5792a180891dc27533ab8ad97885291db48258e8 | Michael Lauer | 5 | |
and 78ea8c7c6f458cae167191d20cb6ab2ed244b355 | ||||
2006-09-26 | glibc 2.4 backport two patches from HEAD | Michael Lauer | 5 | |
2006-09-26 | gdb-cross: added 6.4 version - closed #1426 | Shane Volpe | 1 | |
2006-09-26 | pine: fixed SRC_URI - close #1434 | Tom Walsh | 1 | |
2006-09-26 | base.bbclass: handle tar.Z archives - close #1433 | Tom Walsh | 1 | |
2006-09-26 | kernel.bbclass: do not override machine/*.conf setting of KERNEL_IMAGETYPE ↵ | Tom Walsh | 1 | |
to allow image other than zImage to be produced - close #1435 | ||||
2006-09-26 | merge of '2a36f6aaa2eeb730787d5a6b1803b12efde31e44' | Richard Purdie | 1 | |
and 'ac475b9b4ff42b4a425ffca33a813dd7f3d095b6' | ||||
2006-09-26 | perl: Update modules that were effected by the cpan.bbclass changes: | Jamie Lenehan | 3 | |
- Remove the DEPENDS on perl since the cpan class now adds it. - Bump PR to take into account the changed installation location. | ||||
2006-09-26 | perl modules: Add the first collection of perl modules. These modules are | Jamie Lenehan | 18 | |
required to run mason (perl web content development and delivery engine). Mason itself, and the additional modules needed to build it, to follow. | ||||
2006-09-26 | merge of '5386fdf357959b2fd3a16c6466b1dff24ef4e3c2' | Richard Purdie | 2 | |
and 'cd0ccc8a6e40034b4792530a3f601f46a163e6cb' | ||||
2006-09-26 | linux-oz-2.6.18: Update to ASoC 0.11.7, refresh poodle_audio patch, correct ↵ | Richard Purdie | 1 | |
hrw-pcmcia-ids revision number | ||||
2006-09-26 | cpan.bbclass/cpan_build.bbclass: Make all perl modules DEPEND on perl | Jamie Lenehan | 2 | |
and RDEPEND on perl-native to avoid having to add it to every single perl module recipe. | ||||
2006-09-26 | cpan_build.bbclass: The existing cpan.bbclass works for perl modules that | Jamie Lenehan | 1 | |
uses the old Makefile.PL based build ssytem. This class is for perl modules that use the new Build.PL based build system (not widely used yet but starting to appear). Again this use site_perl instead of vendor_perl since vender_perl is not being setup by the perl build. | ||||
2006-09-26 | cpan.bbclass: Instead of putting modules into ${libdir}/perl5 put them into | Jamie Lenehan | 1 | |
${libdir}/perl5/site_perl/${version} since ${libdir}/perl5 is not part of the standard INC (search) path for perl and so these modules are not found by default in the original location. Technically they should go in vendor_perl instead of site_perl, but that requires changes to all of the configuration files which is a much more complex change. | ||||
2006-09-25 | * add unifdef-native, an utility from 2.6.18-git that's used to generate ↵ | Michael Lauer | 5 | |
userland headers * make linux-libc-headers DEPEND on unifdef-native | ||||
2006-09-25 | mdev: add missing file | Michael-Luke Jones | 1 | |
2006-09-25 | ixp4xx-kernel: Bump SVN to add new ixp_npe driver fixes | Michael-Luke Jones | 5 | |
slugos-init: adjustments to loadmodules.sh script mdev: Fake hotplug firmware loading implemented in a script | ||||
2006-09-25 | linux-oz: added one more CF card into hrw-pcmcia-ids patch | Marcin Juszkiewicz | 9 | |
2006-09-25 | busybox 1.2.1: set PR to something sane | Koen Kooi | 1 | |
2006-09-25 | merge of '6159b24371b1d635546251f92f5c705343f88b30' | Martin Dietze | 10 | |
and 'd6a8fb6a4dc52ff3bda0e3bf30b05a0db05377a1' | ||||
2006-09-25 | elvis: added missing DEPENDS on ncurses. | Martin Dietze | 1 | |
2006-09-25 | nylon-scripts: upped SRCDATE as a more recent version is now used by nylon. | Martin Dietze | 1 | |
2006-09-25 | nylon images and feed: use elvis-tiny as standard editor instead of busybox-vi. | Martin Dietze | 4 | |
2006-09-25 | wpa-supplicant, hostap: fixed wrong syntax for mtx-[12] conditional entries ↵ | Martin Dietze | 3 | |
in recipes. | ||||
2006-09-25 | busybox: nylon no longer uses busybox-vi but elvis-tiny instead. | Martin Dietze | 1 | |
2006-09-25 | merge of '18329693bf27e4a4c165e8105cc4ecf9477dd53b' | Michael-Luke Jones | 1 | |
and 'e1007e8f66e600742b6b7b457b3e1fef1cfeb942' | ||||
2006-09-25 | ixp4xx-kernel: Update 2.6.17 patch grab URL | Michael-Luke Jones | 1 | |
* Reflects changes to structure of NSLU2-Linux Kernel SVN Repository | ||||
2006-09-25 | merge of '510f18c6951b0f99c4fbde082f641a4d4f04ab48' | Jamie Lenehan | 6 | |
and 'e7a08dfe2257ebd11a3fbc4942c1704d657bb47a' | ||||
2006-09-25 | perl 5.8.7: Fix the perl shared library generation for sh3/sh4 | Jamie Lenehan | 6 | |
targets: - You cannot link using LD on sh3/sh4, since ld fails to link in the hidden library of weak symbols that is needed. Ccc knows about this library and correctly links it in. The generate_config_sh script was replacing the configred linker with LD from the environment and the soname patch was passing parameters directly to LD which need to be passed differently when linking with gcc. - Any code to go in shared libraries must be compiled with -fPIC, which while present in the config file was again being replaced from the environment by the generate_config_sh script. Both these patches probably should be ok for all targets, but they would definately need run-time testing. So they are just patched in for sh3 and sh4 for now. Also removed the old code I added not to install the shared library if its not configured since its configured for all targets after this change. | ||||
2006-09-25 | busybox: remove mdev support | Michael-Luke Jones | 12 | |
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-24 | ixp4xx-kernel: Bump SVN_REV to include full debugging output | Michael-Luke Jones | 1 | |
2006-09-24 | handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be ↵ | Paul Sokolovsky | 1 | |
overridable. | ||||
2006-09-24 | handhelds-pxa-2.6 2.6.16-hh5: Use handhelds-pxa-2.6.inc. | Paul Sokolovsky | 1 | |
2006-09-24 | handhelds-pxa-2.6: Split out common bb-code. | Paul Sokolovsky | 2 | |
* Move the code needed to build contemporary versions of kernel to handhelds-pxa-2.6.inc, so it can be reused and maintenance eased (it's nice idea to keep 3-4 major versions around). | ||||
2006-09-24 | handhelds-pxa-2.6: Drop 2.6.16-hh6, add 2.6.16-hh7. | Paul Sokolovsky | 1 | |
* Actually, rename. * 2.6.16-hh6 was internal tag, no associated kernel version. -hh7 was tagged recently (in a branch). | ||||
2006-09-24 | zaurusd: RDEPENDS on procps | Koen Kooi | 1 | |
* anything that calls ps -e x should RDEPEND on procps * patching it to work with busybox ps would make them fail with the real ps | ||||
2006-09-24 | gpe-dm: RDEPEND on procps: | Koen Kooi | 10 | |
* anything that calls ps -e x should RDEPEND on procps * patching it to work with busybox ps would make them fail with the real ps * also drop obsolete versions | ||||
2006-09-24 | merge of '1b7f7437f810627576f185d5ed5a939c13e74327' | Philipp Zabel | 1 | |
and '5cb090537c921fceef076a93de6fe68e2846d850' | ||||
2006-09-24 | merge of '6ff348260412742b1d440ddecd4bbe3ad5355017' | Michael-Luke Jones | 4 | |
and '853612d1f707239077d79c947a58216f3cb87589' | ||||
2006-09-24 | busybox: drop in an mdev patch from busybox.net | Michael-Luke Jones | 7 | |
slugos-init: add in module loading logic for NSLU2 * Maintainers with other ixp4xx devices should follow suit | ||||
2006-09-23 | ixp4xx-kernel: Update to grab patches from trunk | Michael-Luke Jones | 2 | |
2006-09-23 | slugos-image: missed a couple of extra items | Michael-Luke Jones | 1 | |
2006-09-23 | merge of '4ed867356aa513df5383618b7b7dbfe95e1a60f3' | Michael-Luke Jones | 6 | |
and '61fe964a3f1677ae14fdaf18662f4d14b4613bb1' | ||||
2006-09-23 | ixp4xx-kernel: minor SVN revbump | Michael-Luke Jones | 1 | |
2006-09-23 | SlugOS Distro & Image Files: Major changes | Michael-Luke Jones | 4 | |
* Update to kernel version 2.6.18 (new build system) * Change from udev to mdev to handle /dev and hotplug events (slugos-image.bb) * Update to include necessary kernel modules post-modularisation (conf/distro/*) | ||||
2006-09-23 | ixp4xx-npe: Update installation patch for 2.1 and 2.3 | Michael-Luke Jones | 2 | |
2006-09-23 | slugos-init: Add scripts to autoload relevant modules | Michael-Luke Jones | 4 | |
* Required for ixp4xx-kernel_2.6.18 and higher due to modularisation | ||||
2006-09-23 | busybox: add mdev support | Michael-Luke Jones | 5 | |
* adjust SlugOS defconfig to enable mdev * add mdev startup script (similar to udev init) * add mdev.conf with correct device permissions/actions |