summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2006-09-26glibc 2.4 backport two patches from HEADMichael Lauer5
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-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
2006-09-23merge of '4ed867356aa513df5383618b7b7dbfe95e1a60f3'Michael-Luke Jones6
and '61fe964a3f1677ae14fdaf18662f4d14b4613bb1'
2006-09-23ixp4xx-kernel: minor SVN revbumpMichael-Luke Jones1
2006-09-23SlugOS Distro & Image Files: Major changesMichael-Luke Jones4
* 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-23ixp4xx-npe: Update installation patch for 2.1 and 2.3Michael-Luke Jones2
2006-09-23slugos-init: Add scripts to autoload relevant modulesMichael-Luke Jones4
* Required for ixp4xx-kernel_2.6.18 and higher due to modularisation
2006-09-23busybox: add mdev supportMichael-Luke Jones5
* adjust SlugOS defconfig to enable mdev * add mdev startup script (similar to udev init) * add mdev.conf with correct device permissions/actions
2006-09-23merge of '39d1f65c6c8cf68a17022bdb86f69174b4586b1d'Paul Sokolovsky4
and 'b1648e5bdf9c5d143bff2e5197a4b295ce80262b'
2006-09-23mx31ads| machine conf file: added mx31ads machine supportLiam Girdwood1
2006-09-23mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time).Liam Girdwood1
2006-09-23tune-arm1136jf-s| machine conf: added arm11jf-s CPU supportLiam Girdwood1
2006-09-23mainstone_linux 2.6.18: fixed PR syntax error in bb file.Liam Girdwood1
2006-09-23xserver-kdrive git reduce duplicated metadataMichael Lauer1
2006-09-23dosfstools 2.11: New versionPaul Sokolovsky1
* dosfstools-2.10-kernel-2.6.patch is in mainline * Still has various issues (one annoying being its non-i18n-friendliness, tending to demage filenames in local charsets), but at least it's from 2005, not 2003. * dosfstools-native still at 2.10, as some patches don't apply cleanly.
2006-09-23ixp4xx-kernel: Updated to svn repo rev after layout revert. Enanced ↵Rod Whitby2
svnpatch to take a configurable kernel repo path.
2006-09-23apex: Updated to 1.4.5Rod Whitby2
2006-09-22kernel.bbclass: Update get_kernelversion for changes in kernels >= 2.6.18Richard Purdie1
2006-09-22 * base-files: add machine specific fstab for omap5912osk machinePhilip Balister2
2006-09-22merge of 3313872abc2bfcbfb21ee59fce1b8d5dcc921f9eRod Whitby2
and bc4c059f4f2e150e3e6a17f3e80ee88cbd36e52e
2006-09-22merge of '0b92f5db2f95d0c6de41c8d1e583c2c82e14b488'Michael-Luke Jones2
and '637a94bb7567a04d1efd6676dc5f5661b57465a3'
2006-09-22ixp4xx-kernel-2.6.18: pull patches automatically from SVNMichael-Luke Jones2
* Improved previous system so patch tree is pulled automagically * Specific SVN revision can be specified * Patches applied using quilt
2006-09-22task-base: Fix typos (thanks XorA)Richard Purdie1