summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2006-09-26linux-oz: s/r4/r5/ on hrw-pcmcia patchMarcin Juszkiewicz3
2006-09-26opie-mediaplayer1: remove unneded DEPENDS on opie-mediaplayer2-skin-default ↵Marcin Juszkiewicz1
- probably close #1406
2006-09-26privoxy: added 3.0.3 - close #1419Bastian Ballmann5
2006-09-26bacula-client: added 1.38.11 - close #1420Bastian Ballmann5
2006-09-26merge of 5792a180891dc27533ab8ad97885291db48258e8Michael Lauer5
and 78ea8c7c6f458cae167191d20cb6ab2ed244b355
2006-09-26glibc 2.4 backport two patches from HEADMichael Lauer5
2006-09-26gdb-cross: added 6.4 version - closed #1426Shane Volpe1
2006-09-26pine: fixed SRC_URI - close #1434Tom Walsh1
2006-09-26base.bbclass: handle tar.Z archives - close #1433Tom Walsh1
2006-09-26kernel.bbclass: do not override machine/*.conf setting of KERNEL_IMAGETYPE ↵Tom Walsh1
to allow image other than zImage to be produced - close #1435
2006-09-26merge of '2a36f6aaa2eeb730787d5a6b1803b12efde31e44'Richard Purdie1
and 'ac475b9b4ff42b4a425ffca33a813dd7f3d095b6'
2006-09-26perl: Update modules that were effected by the cpan.bbclass changes:Jamie Lenehan3
- Remove the DEPENDS on perl since the cpan class now adds it. - Bump PR to take into account the changed installation location.
2006-09-26perl modules: Add the first collection of perl modules. These modules areJamie Lenehan18
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-26merge of '5386fdf357959b2fd3a16c6466b1dff24ef4e3c2'Richard Purdie2
and 'cd0ccc8a6e40034b4792530a3f601f46a163e6cb'
2006-09-26linux-oz-2.6.18: Update to ASoC 0.11.7, refresh poodle_audio patch, correct ↵Richard Purdie1
hrw-pcmcia-ids revision number
2006-09-26cpan.bbclass/cpan_build.bbclass: Make all perl modules DEPEND on perlJamie Lenehan2
and RDEPEND on perl-native to avoid having to add it to every single perl module recipe.
2006-09-26cpan_build.bbclass: The existing cpan.bbclass works for perl modules thatJamie Lenehan1
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-26cpan.bbclass: Instead of putting modules into ${libdir}/perl5 put them intoJamie Lenehan1
${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 Lauer5
userland headers * make linux-libc-headers DEPEND on unifdef-native
2006-09-25mdev: add missing fileMichael-Luke Jones1
2006-09-25ixp4xx-kernel: Bump SVN to add new ixp_npe driver fixesMichael-Luke Jones5
slugos-init: adjustments to loadmodules.sh script mdev: Fake hotplug firmware loading implemented in a script
2006-09-25linux-oz: added one more CF card into hrw-pcmcia-ids patchMarcin Juszkiewicz9
2006-09-25busybox 1.2.1: set PR to something saneKoen Kooi1
2006-09-25merge of '6159b24371b1d635546251f92f5c705343f88b30'Martin Dietze10
and 'd6a8fb6a4dc52ff3bda0e3bf30b05a0db05377a1'
2006-09-25elvis: added missing DEPENDS on ncurses.Martin Dietze1
2006-09-25nylon-scripts: upped SRCDATE as a more recent version is now used by nylon.Martin Dietze1
2006-09-25nylon images and feed: use elvis-tiny as standard editor instead of busybox-vi.Martin Dietze4
2006-09-25wpa-supplicant, hostap: fixed wrong syntax for mtx-[12] conditional entries ↵Martin Dietze3
in recipes.
2006-09-25busybox: nylon no longer uses busybox-vi but elvis-tiny instead.Martin Dietze1
2006-09-25merge of '18329693bf27e4a4c165e8105cc4ecf9477dd53b'Michael-Luke Jones1
and 'e1007e8f66e600742b6b7b457b3e1fef1cfeb942'
2006-09-25ixp4xx-kernel: Update 2.6.17 patch grab URLMichael-Luke Jones1
* Reflects changes to structure of NSLU2-Linux Kernel SVN Repository
2006-09-25merge of '510f18c6951b0f99c4fbde082f641a4d4f04ab48'Jamie Lenehan6
and 'e7a08dfe2257ebd11a3fbc4942c1704d657bb47a'
2006-09-25perl 5.8.7: Fix the perl shared library generation for sh3/sh4Jamie Lenehan6
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-25busybox: remove mdev supportMichael-Luke Jones12
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-24ixp4xx-kernel: Bump SVN_REV to include full debugging outputMichael-Luke Jones1
2006-09-24handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be ↵Paul Sokolovsky1
overridable.
2006-09-24handhelds-pxa-2.6 2.6.16-hh5: Use handhelds-pxa-2.6.inc.Paul Sokolovsky1
2006-09-24handhelds-pxa-2.6: Split out common bb-code.Paul Sokolovsky2
* 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-24handhelds-pxa-2.6: Drop 2.6.16-hh6, add 2.6.16-hh7.Paul Sokolovsky1
* Actually, rename. * 2.6.16-hh6 was internal tag, no associated kernel version. -hh7 was tagged recently (in a branch).
2006-09-24merge of '39125d69491c9f3a5452771d45c4bacdfc07e67d'Rod Whitby1
and '4f6bdecad243ff8ec5ee4769bff913c985fad72b'
2006-09-27multimachine.bbclass: fix typo spotted by mr Leemans Koen Kooi1
2006-09-27multimachine.bbclass: include TARGET_VENDOR, closes #1440Koen Kooi1
2006-09-24ftpd-topfield: Update to latest version.Rod Whitby1
2006-09-24zaurusd: RDEPENDS on procpsKoen Kooi1
* 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-24gpe-dm: RDEPEND on procps:Koen Kooi10
* 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-24merge of '1b7f7437f810627576f185d5ed5a939c13e74327'Philipp Zabel1
and '5cb090537c921fceef076a93de6fe68e2846d850'
2006-09-24merge of '6ff348260412742b1d440ddecd4bbe3ad5355017'Michael-Luke Jones4
and '853612d1f707239077d79c947a58216f3cb87589'
2006-09-24busybox: drop in an mdev patch from busybox.netMichael-Luke Jones7
slugos-init: add in module loading logic for NSLU2 * Maintainers with other ixp4xx devices should follow suit
2006-09-23ixp4xx-kernel: Update to grab patches from trunkMichael-Luke Jones2
2006-09-23slugos-image: missed a couple of extra itemsMichael-Luke Jones1