openembedded.git
19 years agodb-4: thumb only (no PR bump): prevent the erroneous use of 32 bit arm
John Bowler [Thu, 11 Aug 2005 20:14:09 +0000 (20:14 +0000)]
db-4: thumb only (no PR bump): prevent the erroneous use of 32 bit arm
assembly when compiling thumb instructions.

19 years agolibvorbis: thumb only (no PR change): prevent all optimisation to hide an
John Bowler [Thu, 11 Aug 2005 20:11:58 +0000 (20:11 +0000)]
libvorbis: thumb only (no PR change): prevent all optimisation to hide an
apparent compiler bug (register spilling) when compiling thumb code.

19 years agolibmad: thumb only (so no PR change): remove the erroneous use of 32 bit
John Bowler [Thu, 11 Aug 2005 20:10:45 +0000 (20:10 +0000)]
libmad: thumb only (so no PR change): remove the erroneous use of 32 bit
ARM assembler when compiling thumb

19 years agoThis set of changes ensures that TARGET_CC_ARCH is passed reliably to all
John Bowler [Thu, 11 Aug 2005 20:03:56 +0000 (20:03 +0000)]
This set of changes ensures that TARGET_CC_ARCH is passed reliably to all
packages in a build.  The change fixes problems in the following packages:
binutils{,-cross}_2.15.94.0.1
HOST_CC_ARCH was not being passed to HOST_CC.  The problem does
not seem to be present in binutils* 2.16, however this version
is still used for uClibc builds.
gcc{,-cross,-cross-initial}_3.4.4
HOST/TARGET_CC_ARCH was not used in the appropriate places, plus
this was not sufficient - FLAGS_FOR_TARGET (a gcc make variable)
is now preloaded with the target CC_ARCH values, which causes all
the builds (gcc, g++, gcj, fortran) to get the correct values.
gcc OTHER
*NOT* fixed - other versions of gcc will still need the _CC_ARCH
fix in the same lines (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET),
however so long as these builds use gcc3-*.inc the FLAGS_FOR_TARGET
fixx will be there.
uclibc{,-initial}_0.9.27
TARGET_CC_ARCH added to the do_compile.  For the do_stage step the
build actually compiles target code (make utils), but this will not
accept a CC with whitespace.  The TARGET_CC_ARCH flags have therefore
been added to CFLAGS (a bit ugly, but it works).
These changes have been tested for both cross and target builds, the changes
should be fine on self-hosted (i.e. target-hosted) builds, if anyone actually
does these, but note that the gcc build specifically tests for build==host and
does *not* do certain _FOR_TARGET settings in this case (this was the case
before this change too) - if you are seeing strange settings on self-hosted
gcc builds (before and after this change) check the do_compile environment
variable settings.

19 years agoucslugc, UCSLUGC_PACKAGES: make various prerequesite packages explicit in
John Bowler [Thu, 11 Aug 2005 16:57:39 +0000 (16:57 +0000)]
ucslugc, UCSLUGC_PACKAGES: make various prerequesite packages explicit in
the build list, therefore if the dependent package is removed the
prerequisite packages are still built.

19 years agoUpdate postfix to use u-a for /usr/sbin/sendmail (Conflict with ssmtp)
Oyvind Repvik [Thu, 11 Aug 2005 15:36:34 +0000 (15:36 +0000)]
Update postfix to use u-a for /usr/sbin/sendmail (Conflict with ssmtp)

19 years agoUpdate nail to use /usr/sbin/sendmail instead of /usr/lib/sendmail
Oyvind Repvik [Thu, 11 Aug 2005 15:07:19 +0000 (15:07 +0000)]
Update nail to use /usr/sbin/sendmail instead of /usr/lib/sendmail

19 years agoMove groff and icecast to broken packages
Oyvind Repvik [Wed, 10 Aug 2005 23:13:46 +0000 (23:13 +0000)]
Move groff and icecast to broken packages

19 years agoAdd missing DEPENDS on vorbis.
John Bowler [Wed, 10 Aug 2005 15:39:48 +0000 (15:39 +0000)]
Add missing DEPENDS on vorbis.

19 years agomerge of 8724fc9ddffaee5f1d11645b843841c381bff316
Rod Whitby [Sun, 7 Aug 2005 18:45:40 +0000 (18:45 +0000)]
merge of 8724fc9ddffaee5f1d11645b843841c381bff316
     and 874bcd50b82c22dd088477970503fb656f93a7e0

19 years agochange the download location because the real source has a broken source file
Derek Young [Wed, 10 Aug 2005 11:53:32 +0000 (11:53 +0000)]
change the download location because the real source has a broken source file

19 years agoAdded alignment patch, passkey and configure patch.
Oyvind Repvik [Wed, 10 Aug 2005 05:00:30 +0000 (05:00 +0000)]
Added alignment patch, passkey and configure patch.

19 years agomerge of 6f9c7403f1e4f0d922265c7dd8615d5adc725a91
Oyvind Repvik [Wed, 10 Aug 2005 02:52:58 +0000 (02:52 +0000)]
merge of 6f9c7403f1e4f0d922265c7dd8615d5adc725a91
     and fcfbb6c34ad994d45f290872875c8717b5409ecf

19 years agoAdd icecast to openslug feed
Oyvind Repvik [Wed, 10 Aug 2005 02:50:52 +0000 (02:50 +0000)]
Add icecast to openslug feed

19 years agoAdd icecast package, for streaming mp3/ogg
Oyvind Repvik [Wed, 10 Aug 2005 02:48:21 +0000 (02:48 +0000)]
Add icecast package, for streaming mp3/ogg

19 years agoFix so libxslt installs the headers in STAGING_LIBDIR
Oyvind Repvik [Wed, 10 Aug 2005 02:46:35 +0000 (02:46 +0000)]
Fix so libxslt installs the headers in STAGING_LIBDIR

19 years agoFix priority on ssmtp sendmail symlink
Oyvind Repvik [Wed, 10 Aug 2005 01:25:07 +0000 (01:25 +0000)]
Fix priority on ssmtp sendmail symlink

19 years agoRemove CONFFILES
Oyvind Repvik [Wed, 10 Aug 2005 00:50:26 +0000 (00:50 +0000)]
Remove CONFFILES

19 years agopropagate from branch 'org.openembedded.dev' (head 377c18da9709037d215bdca9e480d15c4a...
Oyvind Repvik [Tue, 9 Aug 2005 22:45:30 +0000 (22:45 +0000)]
propagate from branch 'org.openembedded.dev' (head 377c18da9709037d215bdca9e480d15c4a387576)
            to branch 'org.openembedded.nslu2-linux' (head 38df3664556be7e752739a1e7aa85b6172ef2022)

19 years agoAdd mailx and ssmtp to feed
Oyvind Repvik [Tue, 9 Aug 2005 22:40:08 +0000 (22:40 +0000)]
Add mailx and ssmtp to feed

19 years agoAdd mailx, ssmtp and liblockfile (needed for mailx)
Oyvind Repvik [Tue, 9 Aug 2005 22:39:16 +0000 (22:39 +0000)]
Add mailx, ssmtp and liblockfile (needed for mailx)

19 years agoUpdate mailx to new version (8.1.2-0.20050715cvs). Add ssmtp RRECOMMENDS
Oyvind Repvik [Tue, 9 Aug 2005 22:37:37 +0000 (22:37 +0000)]
Update mailx to new version (8.1.2-0.20050715cvs). Add ssmtp RRECOMMENDS

19 years agoAdd symlink to sendmail
Oyvind Repvik [Tue, 9 Aug 2005 22:36:30 +0000 (22:36 +0000)]
Add symlink to sendmail

19 years agoUpdate procps to use u-a. Fixup watchdog package a bit
Oyvind Repvik [Tue, 9 Aug 2005 21:41:46 +0000 (21:41 +0000)]
Update procps to use u-a. Fixup watchdog package a bit

19 years agooe/packages/qte/qte_2.3.10.bb:
Holger Freyther [Tue, 9 Aug 2005 21:32:11 +0000 (21:32 +0000)]
oe/packages/qte/qte_2.3.10.bb:
oe/packages/opie-buttons-settings/opie-button-settings.inc:
-Remove the ASUS support as there will be no asus machine
      in oe.

19 years agomerge of a76f350b51bedef01b414ca428726bc656900e86
Oyvind Repvik [Tue, 9 Aug 2005 21:29:17 +0000 (21:29 +0000)]
merge of a76f350b51bedef01b414ca428726bc656900e86
     and f1d9c506311c18e24649910f85d49714dadc9e98

19 years agopackages/uicmoc:
Holger Freyther [Tue, 9 Aug 2005 21:28:33 +0000 (21:28 +0000)]
packages/uicmoc:
-Update to 4.0.0 release and install statically linked uic, moc and rcc binary

19 years agoAdded ctorrent to feed
Oyvind Repvik [Tue, 9 Aug 2005 21:24:43 +0000 (21:24 +0000)]
Added ctorrent to feed

19 years agomerge of 454b45d15e13c588f56710d40bad974b84f2d8ce
Rod Whitby [Tue, 9 Aug 2005 18:30:46 +0000 (18:30 +0000)]
merge of 454b45d15e13c588f56710d40bad974b84f2d8ce
     and 69b3134a4a162cdd3e926b6229c0b8bcd01062f9

19 years agomerge of 681b8acdebf4ff7e7427274b9d5859a0cfb5230c
Rod Whitby [Tue, 9 Aug 2005 18:08:17 +0000 (18:08 +0000)]
merge of 681b8acdebf4ff7e7427274b9d5859a0cfb5230c
     and bb0acdc6b3b3e3a264209a9f0094212e7f83e31a

19 years agoDelete /var/spool/postfix directory created by useradd to let volatile assign the...
ccsmart [Tue, 9 Aug 2005 17:55:13 +0000 (17:55 +0000)]
Delete /var/spool/postfix directory created by useradd to let volatile assign the correct permissions.

19 years agoAdd slightly adjusted h1910.conf
Koen Kooi [Tue, 9 Aug 2005 17:48:08 +0000 (17:48 +0000)]
Add slightly adjusted h1910.conf

19 years agoaltboot: bump PR
Matthias Hentges [Tue, 9 Aug 2005 15:40:04 +0000 (15:40 +0000)]
altboot: bump PR

19 years agoAkita & Spitz: Enable nfsd kernel module (unb0rks nfs-utils / nfs-server)
Matthias Hentges [Tue, 9 Aug 2005 15:33:16 +0000 (15:33 +0000)]
Akita & Spitz: Enable nfsd kernel module (unb0rks nfs-utils / nfs-server)

19 years agoaltboot: Lots and lots of Spitz adjustments, courtesy of JustinP
Matthias Hentges [Tue, 9 Aug 2005 15:30:31 +0000 (15:30 +0000)]
altboot: Lots and lots of Spitz adjustments, courtesy of JustinP

19 years agomerge of 2f4be4bda0bc32eb72174daa1ac365050b7a9d85
Rod Whitby [Tue, 9 Aug 2005 15:02:25 +0000 (15:02 +0000)]
merge of 2f4be4bda0bc32eb72174daa1ac365050b7a9d85
     and 42695d2917826b4ecd949ee4cce709f6f04fc54c

19 years agomerge of 4244fcc1342db41f3c990bf797b685be65d4edaa
Rod Whitby [Tue, 9 Aug 2005 18:00:24 +0000 (18:00 +0000)]
merge of 4244fcc1342db41f3c990bf797b685be65d4edaa
     and a76f350b51bedef01b414ca428726bc656900e86

19 years agomerge of 27ce3dcb3ae4cdeafc78be0419448c83a31e6c86
Michael Lauer [Tue, 9 Aug 2005 10:46:10 +0000 (10:46 +0000)]
merge of 27ce3dcb3ae4cdeafc78be0419448c83a31e6c86
     and b545254923165588edbe4ef88061c70e7283ec17

19 years agobinconfig.bbclass: reinstantiate patch that solved appending -native slightly more...
Michael Lauer [Tue, 9 Aug 2005 02:16:06 +0000 (02:16 +0000)]
binconfig.bbclass: reinstantiate patch that solved appending -native slightly more elegant
http://openembedded.bkbits.net:8080/openembedded/diffs/classes/binconfig.bbclass@1.7?nav=index.html|src/.|src/classes|hist/classes/binconfig.bbclass

19 years agomerge of 7c9a557bba5b572a0b318b0874446c5b6fdab04f
Holger Freyther [Mon, 8 Aug 2005 22:41:04 +0000 (22:41 +0000)]
merge of 7c9a557bba5b572a0b318b0874446c5b6fdab04f
     and cc33b7b4b2d7580b2a8ba5b45781b8a1f519ab8b

19 years agoBeagle:
Holger Freyther [Mon, 8 Aug 2005 22:40:31 +0000 (22:40 +0000)]
Beagle:
    Drop beagle (MasterIA) support from OE completely.
:MT: ----------------------------------------------------------------------

19 years agoBeagle:
Holger Freyther [Mon, 8 Aug 2005 22:37:12 +0000 (22:37 +0000)]
Beagle:
    -Drop even more files

19 years agoBeagle (MasterIA Hardware):
Holger Freyther [Mon, 8 Aug 2005 22:33:33 +0000 (22:33 +0000)]
Beagle (MasterIA Hardware):
    Drop beagle related files
    (kernel, machine configuration)

19 years agoopie-buttonsettings: set MACHINE_ARCH in a more general way
Michael Lauer [Mon, 8 Aug 2005 22:32:58 +0000 (22:32 +0000)]
opie-buttonsettings: set MACHINE_ARCH in a more general way

19 years agoopenembedded/packages/qte/qte_2.3.10.bb:
Holger Freyther [Mon, 8 Aug 2005 22:22:53 +0000 (22:22 +0000)]
openembedded/packages/qte/qte_2.3.10.bb:
    Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to add
    H19xx and ASUS support to QtE.
    Currently both devices are treated like stock iPAQ models
    (same patches + same defines)

19 years agooe/packages/opie-button-settings/opie-button-settings.inc:
Holger Freyther [Mon, 8 Aug 2005 22:21:09 +0000 (22:21 +0000)]
oe/packages/opie-button-settings/opie-button-settings.inc:
    Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to install
    h19xx and asus specific button pictures/closeups

19 years agomerge of 8682c577fb2d85f5eba728c853258b0de8554651
Michael Lauer [Mon, 8 Aug 2005 21:54:34 +0000 (21:54 +0000)]
merge of 8682c577fb2d85f5eba728c853258b0de8554651
     and e35e2ff24f4fd9e88928070713917ac9ebae8029

19 years agoe-libs: yank do_install() in all -native packages or else our precously crafted foo...
Michael Lauer [Mon, 8 Aug 2005 21:54:08 +0000 (21:54 +0000)]
e-libs: yank do_install() in all -native packages or else our precously crafted foo-config will get
overridden with what becomes foo-config-native... grrrr!

19 years agomerge of 27cb5f6de264ac36e00303d9625c6edc31c2c6c0
Michael Lauer [Mon, 8 Aug 2005 21:21:37 +0000 (21:21 +0000)]
merge of 27cb5f6de264ac36e00303d9625c6edc31c2c6c0
     and ffa94e05dada50e544f997d3660bba60ad4f78bc

19 years agoe/libs: add some more dependencies and some implicit --with-config
Michael Lauer [Mon, 8 Aug 2005 21:18:22 +0000 (21:18 +0000)]
e/libs: add some more dependencies and some implicit --with-config

19 years agoremove ipaq-pxa-2.6, use h3900 instead
Koen Kooi [Mon, 8 Aug 2005 20:58:54 +0000 (20:58 +0000)]
remove ipaq-pxa-2.6, use h3900 instead

19 years agoesmart: depend on virtual/imlib2
Koen Kooi [Mon, 8 Aug 2005 19:39:21 +0000 (19:39 +0000)]
esmart: depend on virtual/imlib2

19 years agofix wrong #define in diet-x11 Xlib.h:
Michael Lauer [Mon, 8 Aug 2005 19:24:50 +0000 (19:24 +0000)]
fix wrong #define in diet-x11 Xlib.h:
don't say you X_HAVE_UTF8_STRING if you don't...

19 years agoLower default pref for glibmm 2.6.1 as it doesn't play nice with other
Koen Kooi [Mon, 8 Aug 2005 18:23:45 +0000 (18:23 +0000)]
Lower default pref for glibmm 2.6.1 as it doesn't play nice with other

19 years agoShip all available evas-tests
Koen Kooi [Mon, 8 Aug 2005 18:16:39 +0000 (18:16 +0000)]
Ship all available evas-tests

19 years agoecore depends on curl, ecore-x11 depends on evas-x11
Michael Lauer [Mon, 8 Aug 2005 17:55:28 +0000 (17:55 +0000)]
ecore depends on curl, ecore-x11 depends on evas-x11

19 years ago- evas-x11 depends on xext
Michael Lauer [Mon, 8 Aug 2005 17:53:23 +0000 (17:53 +0000)]
- evas-x11 depends on xext
- fix evas-x11 example programs packaging

19 years agoadd udev-065
Michael Lauer [Mon, 8 Aug 2005 16:58:17 +0000 (16:58 +0000)]
add udev-065

19 years agoEFL Update, Part II:
Michael Lauer [Mon, 8 Aug 2005 16:44:41 +0000 (16:44 +0000)]
EFL Update, Part II:
- epeg
- epsilon
- esmart

19 years agomerge of e9dd020fc3fd113d6a079b11a238249de03ff731
Michael Lauer [Mon, 8 Aug 2005 15:16:40 +0000 (15:16 +0000)]
merge of e9dd020fc3fd113d6a079b11a238249de03ff731
     and f9d3b94ab86532d41ac3eded503c6e47d6d8de4c

19 years agomerge of 2af94f47b2ba34daf8f717acaf9c292ce1f42c61
Matthias Hentges [Mon, 8 Aug 2005 14:51:47 +0000 (14:51 +0000)]
merge of 2af94f47b2ba34daf8f717acaf9c292ce1f42c61
     and 626a7a777e8de41589b88c0e6087c6a26d3739de

19 years agoaltboot: Add 'Copy rootfs to SD/CF' menuitem. *NEEDS DEBUGGING*. Deactivated for...
Matthias Hentges [Mon, 8 Aug 2005 14:48:34 +0000 (14:48 +0000)]
altboot: Add 'Copy rootfs to SD/CF' menuitem. *NEEDS DEBUGGING*. Deactivated for now.

19 years agoUpdate glibmm to 2.6.1
Koen Kooi [Mon, 8 Aug 2005 14:45:47 +0000 (14:45 +0000)]
Update glibmm to 2.6.1

19 years agoMASSIVE EFL (Enlightenment Foundation Libraries) Update:
Michael Lauer [Mon, 8 Aug 2005 13:48:31 +0000 (13:48 +0000)]
MASSIVE EFL (Enlightenment Foundation Libraries) Update:
- edb
- eet
- embryo
- ecore
- evas
- edje
- ewl
- imlib
- adjust preferred-e-packages as well
Next step: Add Entrance and E17

19 years agobinconfig.bbclass: install foo-config as foo-config-native for native packages,
Michael Lauer [Mon, 8 Aug 2005 12:10:08 +0000 (12:10 +0000)]
binconfig.bbclass: install foo-config as foo-config-native for native packages,
this way the config packages don't step over each other's toes

19 years ago- add curl-native
Michael Lauer [Mon, 8 Aug 2005 12:09:11 +0000 (12:09 +0000)]
- add curl-native
- explicitly disable libidn support

19 years agoFix cairo.patch for libgpewidget
Koen Kooi [Mon, 8 Aug 2005 08:14:09 +0000 (08:14 +0000)]
Fix cairo.patch for libgpewidget

19 years agolinux-oz-2.6: Corgi Sound Updates. Complete the wm8731 i2c driver.
Richard Purdie [Mon, 8 Aug 2005 07:41:59 +0000 (07:41 +0000)]
linux-oz-2.6: Corgi Sound Updates. Complete the wm8731 i2c driver.

19 years agopropagate from branch 'org.openembedded.dev' (head e5ee515fa896606518481b09699b023774...
John Bowler [Sun, 7 Aug 2005 21:33:21 +0000 (21:33 +0000)]
propagate from branch 'org.openembedded.dev' (head e5ee515fa896606518481b09699b0237741b79e7)
            to branch 'org.openembedded.nslu2-linux' (head 9467bebba2440fba8a123b9cdcfe3ebfb3bbd4d1)

19 years agoexplicit_merge of 85d8528d47a6cf1ff8d3c10b55e327fea4c8262b
John Bowler [Sun, 7 Aug 2005 21:26:22 +0000 (21:26 +0000)]
explicit_merge of 85d8528d47a6cf1ff8d3c10b55e327fea4c8262b
              and 3fdd532025257c25f1c852c0042381869d25b9d6
   using ancestor
        to branch 'org.openembedded.nslu2-linux'

19 years agomerge of 299d7ad50c11e98b4229b447db0f230399d5b808
Michael Lauer [Sun, 7 Aug 2005 21:12:42 +0000 (21:12 +0000)]
merge of 299d7ad50c11e98b4229b447db0f230399d5b808
     and eadb0128d53a398e63b8038f387db6940e12a469

19 years agotetex: add tetex-texmf, package tetex more fine granular
Michael Lauer [Sun, 7 Aug 2005 21:09:16 +0000 (21:09 +0000)]
tetex: add tetex-texmf, package tetex more fine granular

19 years agoApply patch from CVS (Thanks Phil!) to fix cairo. More vector goodness in gpewidget!!
Koen Kooi [Sun, 7 Aug 2005 20:35:39 +0000 (20:35 +0000)]
Apply patch from CVS (Thanks Phil!) to fix cairo. More vector goodness in gpewidget!!

19 years agomerge of b429c0f1af49e05679400d4ba67f96a25e2b4316
John Bowler [Sun, 7 Aug 2005 19:53:15 +0000 (19:53 +0000)]
merge of b429c0f1af49e05679400d4ba67f96a25e2b4316
     and c9a59c1ab8b4309afa4a724e1a72443b01fd97b8

19 years agomerge of bb045a5a17fc33253d0065173055ac1656458613
Oyvind Repvik [Sun, 7 Aug 2005 19:52:14 +0000 (19:52 +0000)]
merge of bb045a5a17fc33253d0065173055ac1656458613
     and bbc23020a7627395141c2b93697ae9ccd1ea4a08

19 years agoAdd diffstat.
John Bowler [Sun, 7 Aug 2005 19:51:53 +0000 (19:51 +0000)]
Add diffstat.

19 years agoAdded diffstat to feed
Oyvind Repvik [Sun, 7 Aug 2005 19:51:47 +0000 (19:51 +0000)]
Added diffstat to feed

19 years agoCleaned up openslug-packages, and added ctrlproxy.
Rod Whitby [Sun, 7 Aug 2005 18:44:07 +0000 (18:44 +0000)]
Cleaned up openslug-packages, and added ctrlproxy.

19 years agoAdd ipaq-pxa270 defconfig and update hh.org 2.6 kernel, courtesy Philipp Zabel. Close...
Koen Kooi [Sun, 7 Aug 2005 17:51:16 +0000 (17:51 +0000)]
Add ipaq-pxa270 defconfig and update hh.org 2.6 kernel, courtesy Philipp Zabel. Closes #217

19 years agomerge of 465928d6461b2ec29d7c4cccee77f223c3dbb94d
ccsmart [Sun, 7 Aug 2005 15:41:07 +0000 (15:41 +0000)]
merge of 465928d6461b2ec29d7c4cccee77f223c3dbb94d
     and 51b6958ca62c0aa799b810b3b989dc1f6a322d7e

19 years agolinux-oz-2.6: Resolve a patch problem
Richard Purdie [Sun, 7 Aug 2005 15:06:13 +0000 (15:06 +0000)]
linux-oz-2.6: Resolve a patch problem

19 years agoAdd LMTP transport for Cyrus IMAP.
ccsmart [Sun, 7 Aug 2005 14:22:13 +0000 (14:22 +0000)]
Add LMTP transport for Cyrus IMAP.

19 years agolinux-oz-2.6: Update to 2.6.13-rc5-mm1. Remove merged patches.
Richard Purdie [Sun, 7 Aug 2005 14:20:15 +0000 (14:20 +0000)]
linux-oz-2.6: Update to 2.6.13-rc5-mm1. Remove merged patches.

19 years agomerge of 95ff9f961bf59ce2a886e3909caec19578cdb748
Michael Lauer [Sun, 7 Aug 2005 12:36:48 +0000 (12:36 +0000)]
merge of 95ff9f961bf59ce2a886e3909caec19578cdb748
     and d7ed0afa1330981687d744a07b9d8b03ef46a6bf

19 years agoslutils: package slbl seperatly
Michael Lauer [Sun, 7 Aug 2005 12:36:13 +0000 (12:36 +0000)]
slutils: package slbl seperatly

19 years agoAdd gpe-contacts 0.41
Koen Kooi [Sun, 7 Aug 2005 12:34:45 +0000 (12:34 +0000)]
Add gpe-contacts 0.41

19 years agomerge of 00bebbd1cd84aec5dd39771b35230a3b6d116036
Matthias Hentges [Sun, 7 Aug 2005 11:43:37 +0000 (11:43 +0000)]
merge of 00bebbd1cd84aec5dd39771b35230a3b6d116036
     and 12a71a2edbf410daf807b4525179f0414f851939

19 years agoSpitz keymap: Apply On-button fix from Akita
Matthias Hentges [Sun, 7 Aug 2005 10:50:01 +0000 (10:50 +0000)]
Spitz keymap: Apply On-button fix from Akita

19 years agomerge of bd296c637a24b7be6993653a2922069c43373e63
Michael Lauer [Sun, 7 Aug 2005 10:49:27 +0000 (10:49 +0000)]
merge of bd296c637a24b7be6993653a2922069c43373e63
     and c9215942285997ecf417d0322c5cf0ff7542ea2b

19 years agoupdate qolyester (OSLR routing daemon w/ QoS enhancements) to 20050728 and bring...
Michael Lauer [Sun, 7 Aug 2005 10:48:08 +0000 (10:48 +0000)]
update qolyester (OSLR routing daemon w/ QoS enhancements) to 20050728 and bring it back from nonworking

19 years agoSelect vanilla gcc for familiar instead of the CSL one
Koen Kooi [Sun, 7 Aug 2005 10:29:18 +0000 (10:29 +0000)]
Select vanilla gcc for familiar instead of the CSL one

19 years agoaltboot: No longer use hutils.conf, only altboot.cfg. Adjust master-pw prompt.
Matthias Hentges [Sun, 7 Aug 2005 08:36:47 +0000 (08:36 +0000)]
altboot: No longer use hutils.conf, only altboot.cfg. Adjust master-pw prompt.

19 years agoAkita keymap: On button no longer chvt's to an empty VT
Matthias Hentges [Sun, 7 Aug 2005 08:35:12 +0000 (08:35 +0000)]
Akita keymap: On button no longer chvt's to an empty VT

19 years agomerge of 69894987a74901f755f23dcc5ff02467692a1d81
Michael Lauer [Sat, 6 Aug 2005 23:54:42 +0000 (23:54 +0000)]
merge of 69894987a74901f755f23dcc5ff02467692a1d81
     and fc974e9671578c44c3b488a5ab0f5eb31d1ea9bf

19 years agoUcSlugC: make (significantly) smaller by removing the kernel from the root
John Bowler [Sat, 6 Aug 2005 23:39:01 +0000 (23:39 +0000)]
UcSlugC: make (significantly) smaller by removing the kernel from the root
file system - the size of the rootfs is reduced by 35% of the previous
size!

19 years agogpe-appmgr: add cairo patch
Michael Lauer [Sat, 6 Aug 2005 23:35:32 +0000 (23:35 +0000)]
gpe-appmgr: add cairo patch

19 years agoEnabled MULTI_LUN in openslug kernel.
Rod Whitby [Sat, 6 Aug 2005 22:33:30 +0000 (22:33 +0000)]
Enabled MULTI_LUN in openslug kernel.

19 years agoRemoved softdog from openslug-packages.conf - it don't exist, so why was it added...
Rod Whitby [Mon, 8 Aug 2005 22:48:24 +0000 (22:48 +0000)]
Removed softdog from openslug-packages.conf - it don't exist, so why was it added in the first place?

19 years agopropagate from branch 'org.openembedded.dev' (head 5180c5e9083e9a3074c95abbc09e11cc69...
Oyvind Repvik [Sat, 6 Aug 2005 21:56:02 +0000 (21:56 +0000)]
propagate from branch 'org.openembedded.dev' (head 5180c5e9083e9a3074c95abbc09e11cc69b721a9)
            to branch 'org.openembedded.nslu2-linux' (head 30035fbe7ead3cb3777531f88b76f38232f617eb)

19 years agoAdd watchdog to openslug
Oyvind Repvik [Sat, 6 Aug 2005 21:54:48 +0000 (21:54 +0000)]
Add watchdog to openslug