openembedded.git
18 years agotask-base: add usbutils for usbhost machines
Marcin Juszkiewicz [Tue, 3 Oct 2006 19:19:11 +0000 (19:19 +0000)]
task-base: add usbutils for usbhost machines

18 years agoapt: update to 0.6.46, hack do_install to work around missing .so files
Koen Kooi [Tue, 3 Oct 2006 17:59:58 +0000 (17:59 +0000)]
apt: update to 0.6.46, hack do_install to work around missing .so files
* not tested on device

18 years agoapt: sync with poky
Koen Kooi [Tue, 3 Oct 2006 17:46:36 +0000 (17:46 +0000)]
apt: sync with poky

18 years agodpkg: sync with poky
Koen Kooi [Tue, 3 Oct 2006 17:42:58 +0000 (17:42 +0000)]
dpkg: sync with poky

18 years agogcc-cross: bump PR
Koen Kooi [Tue, 3 Oct 2006 10:27:39 +0000 (10:27 +0000)]
gcc-cross: bump PR

18 years agogcc-cross: package libgcc-dev (named libgcc-s-dev :(
Marcin Juszkiewicz [Tue, 3 Oct 2006 10:22:39 +0000 (10:22 +0000)]
gcc-cross: package libgcc-dev (named libgcc-s-dev :(
applied changes from 515587ac4598d7ab78bd946632a31cf94fa79bf8 (.oz354x)
             through 33d804e082e0702e05818192cfab8a8610605d88

18 years agooz.conf: switch to binutils 2.16 - this version works OK on device
Marcin Juszkiewicz [Tue, 3 Oct 2006 10:18:13 +0000 (10:18 +0000)]
oz.conf: switch to binutils 2.16 - this version works OK on device

18 years agotask-native-sdk: one simple package to install all needed to build some stuff on...
Marcin Juszkiewicz [Tue, 3 Oct 2006 10:17:15 +0000 (10:17 +0000)]
task-native-sdk: one simple package to install all needed to build some stuff on device
applied changes from 2b11f3f4bb122d1defb22c4476aa035bed79c754 (.oz354x)
             through e119a23d0f38807146843c508cad69961c2ccdf7

18 years agomx31ads: Added VFP hard float support
Liam Girdwood [Tue, 3 Oct 2006 09:41:34 +0000 (09:41 +0000)]
mx31ads: Added VFP hard float support

18 years agoangstrom: don't use linux-oz as provider for hostap-modules for ipaq-pxa270
Koen Kooi [Tue, 3 Oct 2006 09:01:46 +0000 (09:01 +0000)]
angstrom: don't use linux-oz as provider for hostap-modules for ipaq-pxa270

18 years agomerge of 0b5e6bdf56efa0e135a5c541490fd6bfdbe9c8d0
Michael Lauer [Mon, 2 Oct 2006 18:09:04 +0000 (18:09 +0000)]
merge of 0b5e6bdf56efa0e135a5c541490fd6bfdbe9c8d0
     and b4ec3864cbd2f012682dcfb6d013d215a83b72df

18 years agoadd scsi idle: turn off SCSI disks when idle
Robert Demski [Mon, 2 Oct 2006 18:08:05 +0000 (18:08 +0000)]
add scsi idle: turn off SCSI disks when idle

18 years agozlib-native: stage zlib.h, spotted by Leon Woestenberg
Koen Kooi [Mon, 2 Oct 2006 18:03:04 +0000 (18:03 +0000)]
zlib-native: stage zlib.h, spotted by Leon Woestenberg

18 years agolzma: depends on zlib-native, spotted by Leon Woestenberg
Koen Kooi [Mon, 2 Oct 2006 18:00:15 +0000 (18:00 +0000)]
lzma: depends on zlib-native, spotted by Leon Woestenberg

18 years agotask-base: add pcmcia and pxa27x_udc kernel modules to pcmcia/usbgadget-rrecommends
Philipp Zabel [Mon, 2 Oct 2006 16:52:33 +0000 (16:52 +0000)]
task-base: add pcmcia and pxa27x_udc kernel modules to pcmcia/usbgadget-rrecommends

18 years agoipaq-pxa270.conf: remove movules from PXA270_MODULES that are already accounted for...
Philipp Zabel [Mon, 2 Oct 2006 16:51:36 +0000 (16:51 +0000)]
ipaq-pxa270.conf: remove movules from PXA270_MODULES that are already accounted for in task-base

18 years agolinux-libc-headers-2.6.18: don't sanitize the secret kernel syscall macros away,...
Philipp Zabel [Mon, 2 Oct 2006 16:19:57 +0000 (16:19 +0000)]
linux-libc-headers-2.6.18: don't sanitize the secret kernel syscall macros away, util-linux wants them

18 years agobusybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe bug ...
Oyvind Repvik [Mon, 2 Oct 2006 12:15:55 +0000 (12:15 +0000)]
busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe bug #1417

18 years agoclasses/package.bbclass: use ?= for PACKAGEFUNCS *again*
Koen Kooi [Mon, 2 Oct 2006 11:33:46 +0000 (11:33 +0000)]
classes/package.bbclass: use ?= for PACKAGEFUNCS *again*
* people should really watch out with introducing regressions

18 years agordesktop: cvs change default pref to -1
Adrian Davey [Mon, 2 Oct 2006 08:19:47 +0000 (08:19 +0000)]
rdesktop: cvs change default pref to -1

18 years agoangstrom: start removing overlap between task-base and task-angstrom
Koen Kooi [Mon, 2 Oct 2006 07:43:05 +0000 (07:43 +0000)]
angstrom: start removing overlap between task-base and task-angstrom

18 years agoperl 5.8.7: Use grep -I to ignore binary files instead of looking at
Jamie Lenehan [Mon, 2 Oct 2006 06:58:00 +0000 (06:58 +0000)]
perl 5.8.7: Use grep -I to ignore binary files instead of looking at
the output message from grep. The output message could change
depending on the LOCALE which would break the current test. Make it
DEPEND on grep-native to ensure we get the gnu version of grep which
is needed for -I to work. As per bug #1439.

18 years agogrep 2.5.1: Add a -native version of grep.
Jamie Lenehan [Mon, 2 Oct 2006 04:23:06 +0000 (04:23 +0000)]
grep 2.5.1: Add a -native version of grep.

18 years agossmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip
Jamie Lenehan [Mon, 2 Oct 2006 02:22:20 +0000 (02:22 +0000)]
ssmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip
the binaries during install. Without this the install fails due to the use
of the host install calling the host strip which does not understand the
target binary type. OE will take care of stripping the binary itself during
packaging.

18 years agoixp4xx-kernel: Bump SVN_REV after new update
Oyvind Repvik [Sun, 1 Oct 2006 22:58:45 +0000 (22:58 +0000)]
ixp4xx-kernel: Bump SVN_REV after new update

18 years agoixp4xx-kernel: bump SVN_REV again to include the entropy-related patch
Oyvind Repvik [Sun, 1 Oct 2006 22:15:43 +0000 (22:15 +0000)]
ixp4xx-kernel: bump SVN_REV again to include the entropy-related patch

18 years agoslugos-packages: Remove rng-tools from ucslugc feed. Won't build until argp-standalon...
Oyvind Repvik [Sun, 1 Oct 2006 22:03:50 +0000 (22:03 +0000)]
slugos-packages: Remove rng-tools from ucslugc feed. Won't build until argp-standalone can be built

18 years agodebianslug/openslug: Add rng-daemon to rootfs. Adds ~25kb
Oyvind Repvik [Sun, 1 Oct 2006 22:01:55 +0000 (22:01 +0000)]
debianslug/openslug: Add rng-daemon to rootfs. Adds ~25kb

18 years agorng-tools: Add initscript
Oyvind Repvik [Sun, 1 Oct 2006 21:42:31 +0000 (21:42 +0000)]
rng-tools: Add initscript

18 years agoslugos-packages: Add rng-tools to slugos feed
Oyvind Repvik [Sun, 1 Oct 2006 21:35:20 +0000 (21:35 +0000)]
slugos-packages: Add rng-tools to slugos feed

18 years agoixp4xx-kernel: Bump SVN_REV
Oyvind Repvik [Sun, 1 Oct 2006 21:34:38 +0000 (21:34 +0000)]
ixp4xx-kernel: Bump SVN_REV

18 years agorng-tools: Add package rng-tools
Oyvind Repvik [Sun, 1 Oct 2006 21:33:54 +0000 (21:33 +0000)]
rng-tools: Add package rng-tools

18 years agoangstrom: start of migration to task-base
Koen Kooi [Sun, 1 Oct 2006 20:36:04 +0000 (20:36 +0000)]
angstrom: start of migration to task-base

18 years agostrace-4.5.14: drop CTL_PROC, was removed from kernel headers
Philipp Zabel [Sun, 1 Oct 2006 11:10:44 +0000 (11:10 +0000)]
strace-4.5.14: drop CTL_PROC, was removed from kernel headers

18 years agolibxml2 2.6.26 fix SRC_URI
Michael Lauer [Sat, 30 Sep 2006 12:29:19 +0000 (12:29 +0000)]
libxml2 2.6.26 fix SRC_URI

18 years agomerge of '2283d6d9e723829fa3f8206557ade078993a8e80'
Oyvind Repvik [Sat, 30 Sep 2006 10:18:30 +0000 (10:18 +0000)]
Merge ... '2283d6d9e723829fa3f8206557ade078993a8e80'
     and 'b98ae84398e0cce519822aa156ec0ef1d5de9794'

18 years agoslugos-packages: Upgrade monotone to 0.27 in slugos feeds
Oyvind Repvik [Sat, 30 Sep 2006 10:17:42 +0000 (10:17 +0000)]
slugos-packages: Upgrade monotone to 0.27 in slugos feeds

18 years agomerge of '497bad113a4cfe870e10990d7361bc8a266713e5'
Marcin Juszkiewicz [Fri, 29 Sep 2006 21:40:13 +0000 (21:40 +0000)]
Merge ... '497bad113a4cfe870e10990d7361bc8a266713e5'
     and '7f3fc45ed4f6bbc596b8513870bdaa4ecc6576ce'

18 years agolibxslt: added 1.1.17
Marcin Juszkiewicz [Fri, 29 Sep 2006 21:39:32 +0000 (21:39 +0000)]
libxslt: added 1.1.17

18 years agolibxml: added 2.6.26
Marcin Juszkiewicz [Fri, 29 Sep 2006 21:38:40 +0000 (21:38 +0000)]
libxml: added 2.6.26

18 years agomerge of '5d78367052376f9cb5cf1254ebd88c2b1a03a2e7'
Koen Kooi [Fri, 29 Sep 2006 20:51:24 +0000 (20:51 +0000)]
Merge ... '5d78367052376f9cb5cf1254ebd88c2b1a03a2e7'
     and 'ab8a258812c46a5d12ee3f0b5fc0de34ecc26d38'

18 years agomerge of '1413d095164c683305cfc29d3e275c6cd0aff5c2'
Paul Sokolovsky [Fri, 29 Sep 2006 20:50:55 +0000 (20:50 +0000)]
Merge ... '1413d095164c683305cfc29d3e275c6cd0aff5c2'
     and 'b5eb7628476a2c567756faf33b76b13cf1b31eec'

18 years agoxcalibrateext_git: Add latest xcalibrateext from X.org's git.
Paul Sokolovsky [Fri, 29 Sep 2006 20:50:38 +0000 (20:50 +0000)]
xcalibrateext_git: Add latest xcalibrateext from X.org's git.
* Replaces CVS version, moved away yesterday.
* Actually X.org package now named xcalibrateproto.

18 years agomerge of '1413d095164c683305cfc29d3e275c6cd0aff5c2'
Marcin Juszkiewicz [Fri, 29 Sep 2006 20:33:45 +0000 (20:33 +0000)]
Merge ... '1413d095164c683305cfc29d3e275c6cd0aff5c2'
     and 'c08c1b4bb94a697cdae713e266562bb43944ba77'

18 years agotk: fix dirs in tkConfig.sh so tk related stuff will be buildable after cleaning...
Marcin Juszkiewicz [Fri, 29 Sep 2006 20:32:52 +0000 (20:32 +0000)]
tk: fix dirs in tkConfig.sh so tk related stuff will be buildable after cleaning WORKDIR

18 years agotcl: fix dirs in tclConfig.sh so tcl related stuff will be buildable after cleaning...
Marcin Juszkiewicz [Fri, 29 Sep 2006 20:32:18 +0000 (20:32 +0000)]
tcl: fix dirs in tclConfig.sh so tcl related stuff will be buildable after cleaning WORKDIR

18 years agomerge of '98c11111632ec1f22cd780bfc86f7f03dc5bfbcb'
Paul Sokolovsky [Fri, 29 Sep 2006 20:27:05 +0000 (20:27 +0000)]
Merge ... '98c11111632ec1f22cd780bfc86f7f03dc5bfbcb'
     and 'f34d4b68a24b0179a8f2bdb573db7a7be933641a'

18 years agosane-srcdates.inc: Remove duplicate SRCDATE_xcalibrate, use teh same date as
Paul Sokolovsky [Fri, 29 Sep 2006 20:08:36 +0000 (20:08 +0000)]
sane-srcdates.inc: Remove duplicate SRCDATE_xcalibrate, use teh same date as
xcalibrateext.

18 years agoxournal: add 0.3.1
Koen Kooi [Fri, 29 Sep 2006 19:09:33 +0000 (19:09 +0000)]
xournal: add 0.3.1

18 years agoxournal: fix SRC_URI
Koen Kooi [Fri, 29 Sep 2006 19:06:21 +0000 (19:06 +0000)]
xournal: fix SRC_URI

18 years agoslugos-packages: remove bluez-libs
Mustafa Yuecel [Fri, 29 Sep 2006 13:33:27 +0000 (13:33 +0000)]
slugos-packages: remove bluez-libs
  - this line will cause the building of two bluez-libs versions (e.g. 2.25 and 3.4)
  - bluez-utils-nodbus depends on bluez-libs-${PV}, so this line is obsolete

18 years agosubversion: remove (non-preferred) version 1.3.2, add (non-preferred) version 1.4.0
Mustafa Yuecel [Fri, 29 Sep 2006 11:49:45 +0000 (11:49 +0000)]
subversion: remove (non-preferred) version 1.3.2, add (non-preferred) version 1.4.0

18 years agobluez-hcidump: add version 1.32
Mustafa Yuecel [Fri, 29 Sep 2006 11:44:35 +0000 (11:44 +0000)]
bluez-hcidump: add version 1.32

18 years agoslugos and unslung distro: move distro-related variables out of machine config
Mustafa Yuecel [Fri, 29 Sep 2006 11:41:01 +0000 (11:41 +0000)]
slugos and unslung distro: move distro-related variables out of machine config
  - changes discussed in mailinglist (thread: Cosmetic changes in SlugOS ...)

18 years agocyrus-imapd: fix for gcc4 compilation failure. Closes OE bug #1361 and slugos ticket #21
Oyvind Repvik [Fri, 29 Sep 2006 11:23:04 +0000 (11:23 +0000)]
cyrus-imapd: fix for gcc4 compilation failure. Closes OE bug #1361 and slugos ticket #21

18 years agomerge of c03b28dceb994cd2ab73b1d2bee782c3a0360eac
Michael Lauer [Fri, 29 Sep 2006 10:19:15 +0000 (10:19 +0000)]
merge of c03b28dceb994cd2ab73b1d2bee782c3a0360eac
     and de4a9ac2f220bdc6c4e7d015feb7d54b59f4cf40

18 years agoglibc* 2.4 add proper fix for building against recent linux userland headers
Michael Lauer [Fri, 29 Sep 2006 09:52:58 +0000 (09:52 +0000)]
glibc* 2.4 add proper fix for building against recent linux userland headers
repairs breakage introduce by previous patches. thanks Jamie Lenehan.

18 years agoperl: Don't try and patch up references to /usr/include in binary files, as
Jamie Lenehan [Fri, 29 Sep 2006 09:05:19 +0000 (09:05 +0000)]
perl: Don't try and patch up references to /usr/include in binary files, as
per #1439, so that configure doesn't fail if you happen to end up with this
string in the perl-native binary.

18 years agoperl: More shared library fixes for sh3/sh4, this time for the shared
Jamie Lenehan [Fri, 29 Sep 2006 08:59:03 +0000 (08:59 +0000)]
perl: More shared library fixes for sh3/sh4, this time for the shared
libraries used by standard perl modules. This was picking up LD from OE
which as the linking when we need to use gcc to link. Override LD when
calling oe_make to force the use of gcc to link.

18 years agomerge of '6867f0ae417cb46146424365283886d722fc2431'
Paul Sokolovsky [Fri, 29 Sep 2006 01:53:49 +0000 (01:53 +0000)]
Merge ... '6867f0ae417cb46146424365283886d722fc2431'
     and '9a846512d8d824d05d745bcdc6285cc8c247b078'

18 years agoxcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto.
Paul Sokolovsky [Fri, 29 Sep 2006 01:53:33 +0000 (01:53 +0000)]
xcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto.
* XCalibrate was migrated to X.org git, where most other packages live.
* After that, to follow new convention, its protocol definition part
(vs implementation library) was renamed to have "proto" suffix.
* That's state of git repo now, and if we patch older xserver release with
XCalibrate support, let's make sure that this is done in a manner compatible
with the git (as obviously, that will be base for new release).
* This means, xserver-kdrive cannot be any longer built with older XCalibrate
from previous CVS repo, and thus, it better be removed to alleviate confusion.
* Move CVS bb to obsolete/ for now.

18 years agomerge of 'b2a662ac2585015b4439669fe0ea87e07f214968'
Paul Sokolovsky [Fri, 29 Sep 2006 01:45:24 +0000 (01:45 +0000)]
Merge ... 'b2a662ac2585015b4439669fe0ea87e07f214968'
     and 'cb44e59bed6bc73842fea15ac9ddba6e288734bb'

18 years agoxserver-kdrive X11R7.1-1.1.0: Bump PR after XCalibrate cleanups.
Paul Sokolovsky [Fri, 29 Sep 2006 01:45:10 +0000 (01:45 +0000)]
xserver-kdrive X11R7.1-1.1.0: Bump PR after XCalibrate cleanups.

18 years agomerge of '181c7e2445014a31c4777c104d5d3a6864b78579'
Paul Sokolovsky [Fri, 29 Sep 2006 01:41:43 +0000 (01:41 +0000)]
Merge ... '181c7e2445014a31c4777c104d5d3a6864b78579'
     and '627fc443abfac09c0a93519f6abaef480e614bed'

18 years agoxserver-kdrive X11R7.1-1.1.0: xserver-xorg git has XCalibrate disabled by default,
Paul Sokolovsky [Fri, 29 Sep 2006 01:41:23 +0000 (01:41 +0000)]
xserver-kdrive X11R7.1-1.1.0: xserver-xorg git has XCalibrate disabled by default,
follow that behavior.

18 years agomerge of '3d85f312fa31a0b0288e0b7f3a55584da11fda39'
Paul Sokolovsky [Fri, 29 Sep 2006 01:15:51 +0000 (01:15 +0000)]
Merge ... '3d85f312fa31a0b0288e0b7f3a55584da11fda39'
     and '7c2421f059a96dfff5f8c38f37f8843b73b3128e'

18 years agomerge of '3156c089fb5cb0355b29f37144b9f906f2777e39'
Paul Sokolovsky [Fri, 29 Sep 2006 01:12:49 +0000 (01:12 +0000)]
Merge ... '3156c089fb5cb0355b29f37144b9f906f2777e39'
     and 'ef8f7e1827f28b6c7ec038ca0a73fc38766ba61f'

18 years agoxserver-kdrive X11R7.1-1.1.0: Follow git renaming of xcalibrateext to xcalibrateproto.
Paul Sokolovsky [Fri, 29 Sep 2006 01:12:32 +0000 (01:12 +0000)]
xserver-kdrive X11R7.1-1.1.0: Follow git renaming of xcalibrateext to xcalibrateproto.
* XCalibrate was migrated to X.org git, where most other packages live.
* After that, to follow new convention, its protocol definition part
(vs implementation library) was renamed to have "proto" suffix.
* That's state of git repo now, and if we patch older xserver release with
XCalibrate support, let's make sure that this is done in a manner compatible
with the git (as obviously, that will be base for new release).
* This means, xserver-kdrive cannot be any longer built with older XCalibrate
from previous CVS repo, and thus, it better be removed to alleviate confusion.

18 years agolibxslt 1.1.12: Add the -dbg package to the PACKAGES list.
Jamie Lenehan [Thu, 28 Sep 2006 23:56:22 +0000 (23:56 +0000)]
libxslt 1.1.12: Add the -dbg package to the PACKAGES list.

18 years agolibxslt 1.1.12: Disable searching for libgcrypt. Currently it will either
Jamie Lenehan [Thu, 28 Sep 2006 23:51:13 +0000 (23:51 +0000)]
libxslt 1.1.12: Disable searching for libgcrypt. Currently it will either
include or not include it depending on if it has been built and if an OE
version hasn't been built but a host version is installed it'll try and link
with the host version. Closes #1160.

18 years agomerge of '40ec719fc9cc4cb736be0ec589bede256813af3d'
Jamie Lenehan [Thu, 28 Sep 2006 22:20:02 +0000 (22:20 +0000)]
Merge ... '40ec719fc9cc4cb736be0ec589bede256813af3d'
     and '879222e30e61459039f6b006501371c7941f25b1'

18 years agoperl: Update cpan_build to automatically add libmodule-build-perl-native to
Jamie Lenehan [Thu, 28 Sep 2006 22:18:54 +0000 (22:18 +0000)]
perl: Update cpan_build to automatically add libmodule-build-perl-native to
DEPENDS when building anything apart from libmodule-build-perl or
libmodule-build-perl-native. When building itself it uses itself to provide
the libmodule-build-perl code, for anything else it needs to have been built
and installed. Remove the explicit depends from the modules that use it.

18 years agokismet_2006-04-R1.bb : new version
Graeme Gregory [Thu, 28 Sep 2006 22:13:31 +0000 (22:13 +0000)]
kismet_2006-04-R1.bb : new version

18 years agoglib-2.0_2.12.3.bb : new version
Graeme Gregory [Thu, 28 Sep 2006 22:09:23 +0000 (22:09 +0000)]
glib-2.0_2.12.3.bb : new version

18 years agogtk+_2.10.3.bb : new version
Graeme Gregory [Thu, 28 Sep 2006 22:06:36 +0000 (22:06 +0000)]
gtk+_2.10.3.bb : new version

18 years agoperl: Update the LICENSE on the modules to indicate that they are available
Jamie Lenehan [Thu, 28 Sep 2006 22:01:19 +0000 (22:01 +0000)]
perl: Update the LICENSE on the modules to indicate that they are available
under either the Artistic license or the GPL, and not just under the
Artistic license.

18 years agoperl: Add the 1.1.6 version of libintl-perl. The 1.11 versions which are
Jamie Lenehan [Thu, 28 Sep 2006 21:33:32 +0000 (21:33 +0000)]
perl: Add the 1.1.6 version of libintl-perl. The 1.11 versions which are
currently in OE are no longer available on cpan.

18 years agoperl: Add the native version of the Local::gettext module.
Jamie Lenehan [Thu, 28 Sep 2006 21:29:17 +0000 (21:29 +0000)]
perl: Add the native version of the Local::gettext module.

18 years agoperl: Add the perl Locale::gettext module, which is used for gettext
Jamie Lenehan [Thu, 28 Sep 2006 21:23:33 +0000 (21:23 +0000)]
perl: Add the perl Locale::gettext module, which is used for gettext
style message handling.

18 years agoperl: Update cpan.bbclass to set CCFLAGS to CFLAGS so that the compiler
Jamie Lenehan [Thu, 28 Sep 2006 21:21:31 +0000 (21:21 +0000)]
perl: Update cpan.bbclass to set CCFLAGS to CFLAGS so that the compiler
settings for the current OE build are used instead of the made up values in
the perl config (which were manually generated since we are cross
compiling). Remove this from each of the perl modules that was manually
setting this.

18 years agognu-config: Add missing install -d (from packaged-staging)
Richard Purdie [Thu, 28 Sep 2006 20:47:55 +0000 (20:47 +0000)]
gnu-config: Add missing install -d (from packaged-staging)

18 years agomerge of '3529a2865fbdc0ef7cb334207e244f70290fa94e'
Richard Purdie [Thu, 28 Sep 2006 20:45:54 +0000 (20:45 +0000)]
Merge ... '3529a2865fbdc0ef7cb334207e244f70290fa94e'
     and 'bb69f40c7003f1a8d720886f7c16a042a4369916'

18 years agoixp4xx-kernel: One last revbump, cleaning up the patch directory
Michael-Luke Jones [Thu, 28 Sep 2006 20:40:29 +0000 (20:40 +0000)]
ixp4xx-kernel: One last revbump, cleaning up the patch directory

18 years agogumstix.conf: fix typos for kernel modules
Koen Kooi [Thu, 28 Sep 2006 20:36:14 +0000 (20:36 +0000)]
gumstix.conf: fix typos for kernel modules
* this file still (R)DEPENDS on kernel modules, which is bug, one should only RRECOMMEND them, leaving that to the maintainer or to the convert-to-task-base-squad

18 years agomerge of '4b96276978057072a8a8c797151ba5a11e318a1f'
Paul Sokolovsky [Thu, 28 Sep 2006 19:42:14 +0000 (19:42 +0000)]
Merge ... '4b96276978057072a8a8c797151ba5a11e318a1f'
     and 'f3852410debd2f0257d5f54d43b81c32351af45f'

18 years agomerge of '1b21921e11ef943e73ab8419dbb13a2761967b0d'
Michael-Luke Jones [Thu, 28 Sep 2006 19:02:45 +0000 (19:02 +0000)]
Merge ... '1b21921e11ef943e73ab8419dbb13a2761967b0d'
     and '313162366ea5bd1facacf8ae454aef9119a4eae0'

18 years agoixp4xx-kernel: Add auto-byteswapping patch
Michael-Luke Jones [Thu, 28 Sep 2006 19:01:32 +0000 (19:01 +0000)]
ixp4xx-kernel: Add auto-byteswapping patch
ixp4xx-npe: Remove byteswapping behaviour
slugos-init: lengthen delay slightly

18 years agomerge of '11eafc7dd646f2c76d8c21ce224e521730ac6a91'
Michael-Luke Jones [Thu, 28 Sep 2006 18:17:29 +0000 (18:17 +0000)]
Merge ... '11eafc7dd646f2c76d8c21ce224e521730ac6a91'
     and 'dabb67bf3eb39cc2ba26d3beb69b313a14f1da7b'

18 years agoslugos-init: Add delay to disk booting to cope with module loading
Michael-Luke Jones [Thu, 28 Sep 2006 18:15:49 +0000 (18:15 +0000)]
slugos-init: Add delay to disk booting to cope with module loading

18 years agomerge of '2885bcf71708b743b470fd783dc7a3efacc0d707'
Paul Sokolovsky [Thu, 28 Sep 2006 18:12:19 +0000 (18:12 +0000)]
Merge ... '2885bcf71708b743b470fd783dc7a3efacc0d707'
     and 'dabb67bf3eb39cc2ba26d3beb69b313a14f1da7b'

18 years agorocksndiamonds 3.2.0: Pass target AR & RANLIB to make.
Paul Sokolovsky [Thu, 28 Sep 2006 18:11:59 +0000 (18:11 +0000)]
rocksndiamonds 3.2.0: Pass target AR & RANLIB to make.

18 years agomerge of '600d1cf340e547dc05390af836d52bb279ef2e25'
Paul Sokolovsky [Thu, 28 Sep 2006 17:53:19 +0000 (17:53 +0000)]
Merge ... '600d1cf340e547dc05390af836d52bb279ef2e25'
     and 'd3f331b70e95906af0d505b077734594ec371fee'

18 years agoglibc_2.4.bb: Typo fix in comment.
Paul Sokolovsky [Thu, 28 Sep 2006 17:51:36 +0000 (17:51 +0000)]
glibc_2.4.bb: Typo fix in comment.

18 years agoslugos: Revert to using udev (mdev functions, but turnup breaks)
Michael-Luke Jones [Thu, 28 Sep 2006 16:17:03 +0000 (16:17 +0000)]
slugos: Revert to using udev (mdev functions, but turnup breaks)

18 years agoudev: Enable udev-100 on SlugOS
Michael-Luke Jones [Thu, 28 Sep 2006 16:15:16 +0000 (16:15 +0000)]
udev: Enable udev-100 on SlugOS

18 years agomerge of '40086c5da432566b67050aa98a809bd2a6dfa5ee'
Michael-Luke Jones [Thu, 28 Sep 2006 15:42:38 +0000 (15:42 +0000)]
Merge ... '40086c5da432566b67050aa98a809bd2a6dfa5ee'
     and 'fdaad16592058e7e3020ce9a75962b0be856a2f6'

18 years agoslugos-init: Further improvements to module loading
Michael-Luke Jones [Thu, 28 Sep 2006 15:41:26 +0000 (15:41 +0000)]
slugos-init: Further improvements to module loading

18 years agomerge of '132c1b3c5921e1354513f1817b3fc526e0c3d674'
Michael-Luke Jones [Thu, 28 Sep 2006 14:37:42 +0000 (14:37 +0000)]
Merge ... '132c1b3c5921e1354513f1817b3fc526e0c3d674'
     and '8dcac6d1b8811f90c2e9d9ec5bb911e3fc8d9259'

18 years agoixp4xx-kernel: SVN Revision bump
Michael-Luke Jones [Thu, 28 Sep 2006 14:36:34 +0000 (14:36 +0000)]
ixp4xx-kernel: SVN Revision bump
 * now includes patches allowing LE ethernet functionality

18 years agomerge of '8cccd2b672aaacb571cdfb16d66ac28de546df2d'
Paul Sokolovsky [Thu, 28 Sep 2006 14:24:50 +0000 (14:24 +0000)]
Merge ... '8cccd2b672aaacb571cdfb16d66ac28de546df2d'
     and 'a0515cfc57ad7f8bf480aeb5712b98852de50b3a'