openembedded.git
18 years agomerge of '63574aab45fa11754d7be72eaf51866ddc2f1fc4'
Paul Sokolovsky [Thu, 3 May 2007 21:52:28 +0000 (21:52 +0000)]
Merge ... '63574aab45fa11754d7be72eaf51866ddc2f1fc4'
     and 'e9f1e7c93893cfe82d2a2642ffa7844ff663e0f8'

18 years agoqte 2.3.10: Fix lack of PAGE_* in latest linux-headers properly: use getpagesize()
Michael Krelin [Thu, 3 May 2007 21:51:55 +0000 (21:51 +0000)]
qte 2.3.10: Fix lack of PAGE_* in latest linux-headers properly: use getpagesize()
* Closes #2201.

18 years agomerge of '64c2fdc821dc99c92d5751ee54e721d697c6c950'
Paul Sokolovsky [Thu, 3 May 2007 12:59:45 +0000 (12:59 +0000)]
Merge ... '64c2fdc821dc99c92d5751ee54e721d697c6c950'
     and 'c3da8ddf3a7e9e67a05e625b3e3928d577b784fa'

18 years agomerge of '36f0001388b19933061250f41562b86f34973e35'
Paul Sokolovsky [Thu, 3 May 2007 16:01:23 +0000 (16:01 +0000)]
Merge ... '36f0001388b19933061250f41562b86f34973e35'
     and 'a8e33b18fba6f355cb7c0e040f323614af56708e'

18 years agoopie-todo cvs: Fix unbreak-logging.patch
Paul Sokolovsky [Thu, 3 May 2007 12:53:54 +0000 (12:53 +0000)]
opie-todo cvs: Fix unbreak-logging.patch

18 years agoixp4xxbe: the gcc patch is in, so no need for this workaround anymore
Koen Kooi [Thu, 3 May 2007 12:22:59 +0000 (12:22 +0000)]
ixp4xxbe: the gcc patch is in, so no need for this workaround anymore

18 years agomerge of '2b2a9e8be1e996a583b85b56656ca087e2b52b4b'
Paul Sokolovsky [Thu, 3 May 2007 12:11:47 +0000 (12:11 +0000)]
Merge ... '2b2a9e8be1e996a583b85b56656ca087e2b52b4b'
     and 'e51f8fd8eb90b9022f84e7606c680a142a3ca9c4'

18 years agolibqpe-opie cvs: Unbreak logging.
Paul Sokolovsky [Thu, 3 May 2007 12:09:21 +0000 (12:09 +0000)]
libqpe-opie cvs: Unbreak logging.
* Again, it's bad idea to randomly disable some logging sources based on
obscure compile-time defines (QT_DEBUG is not mentioned in qte-2.3.10, so
how could it get such name at all?). OE OPIE is going to have logging facility
helping to resolve issues, not obfuscate them.

18 years agolinux-ezx 2.6.21: update to r1996, fixes some oopses
Koen Kooi [Thu, 3 May 2007 08:23:09 +0000 (08:23 +0000)]
linux-ezx 2.6.21: update to r1996, fixes some oopses

18 years agomerge of '4bc8cc047648935876ee77c832ac802bb2411919'
Koen Kooi [Thu, 3 May 2007 07:32:49 +0000 (07:32 +0000)]
Merge ... '4bc8cc047648935876ee77c832ac802bb2411919'
     and '813e5c48efd70de54894dd747857e21994a78024'

18 years agogcc 4.1.2: fix 800-arm-bigendian.patch
Koen Kooi [Thu, 3 May 2007 07:32:10 +0000 (07:32 +0000)]
gcc 4.1.2: fix 800-arm-bigendian.patch

18 years agomerge of '8e46af8afd28f4539d080bc3d9d977cf3f17cf75'
OpenEmbedded Project [Thu, 3 May 2007 07:23:19 +0000 (07:23 +0000)]
Merge ... '8e46af8afd28f4539d080bc3d9d977cf3f17cf75'
     and 'f93b1c50def57bdde2f3e3b2ac16d00035fadec2'

18 years agocairo-git: update PV
Koen Kooi [Thu, 3 May 2007 06:59:09 +0000 (06:59 +0000)]
cairo-git: update PV

18 years agomerge of 'a8e3405d3042e589c04a355a17ed9bf28f95cf20'
Paul Sokolovsky [Thu, 3 May 2007 06:51:39 +0000 (06:51 +0000)]
Merge ... 'a8e3405d3042e589c04a355a17ed9bf28f95cf20'
     and 'db859e2581bdaa1ea9e72a0a6f92806562fe7a12'

18 years agomerge of '6d811ac107aadf1d105bf5af985162ee4955637b'
Paul Sokolovsky [Thu, 3 May 2007 06:51:18 +0000 (06:51 +0000)]
Merge ... '6d811ac107aadf1d105bf5af985162ee4955637b'
     and 'c97b8005b2f1a28eefa9f9d303214fa1a70e9db5'

18 years agoopie-init: Actually daemonize qss.
Paul Sokolovsky [Thu, 3 May 2007 06:02:55 +0000 (06:02 +0000)]
opie-init: Actually daemonize qss.

18 years agoopie-init: Start qss daemon.
Paul Sokolovsky [Thu, 3 May 2007 05:27:06 +0000 (05:27 +0000)]
opie-init: Start qss daemon.
* Fixes #2211.

18 years agotask-opie: Add opie-qss, an OPIE sound server, essential component.
Paul Sokolovsky [Thu, 3 May 2007 05:24:11 +0000 (05:24 +0000)]
task-opie: Add opie-qss, an OPIE sound server, essential component.
* Fixed #2211.

18 years agoopie-taskbar cvs: Don't bother to start qss from C++ code.
Paul Sokolovsky [Thu, 3 May 2007 05:21:22 +0000 (05:21 +0000)]
opie-taskbar cvs: Don't bother to start qss from C++ code.
* Because it's useless - to have a separate process for sound server,
and then have mishacks to start/keep alive it hardcoded in C++. That doesn't
work somehow (h4000, hx4700, etc. machines have issues), and then it
completely non-debuggable.
* So instead, qss should be started separately, of course from a shell script.
* Partially fixes #2211.

18 years agoopie-todo cvs: Unbreak system-wide logging.
Paul Sokolovsky [Thu, 3 May 2007 03:06:32 +0000 (03:06 +0000)]
opie-todo cvs: Unbreak system-wide logging.
* A specific app may not override system-wide parameter on a whim - it's
under user control.

18 years agomerge of '12fa8ef0c447968799315a8b55e6d534dbf250ab'
Philippe De Swert [Wed, 2 May 2007 22:28:37 +0000 (22:28 +0000)]
Merge ... '12fa8ef0c447968799315a8b55e6d534dbf250ab'
     and '8aeb8aa9214bbbda98b383508c226562616d35af'

18 years agomerge of '12fa8ef0c447968799315a8b55e6d534dbf250ab'
Paul Sokolovsky [Wed, 2 May 2007 18:27:18 +0000 (18:27 +0000)]
Merge ... '12fa8ef0c447968799315a8b55e6d534dbf250ab'
     and 'b896e366f22797c8a8d7c7db63a0236eefe66dc9'

18 years agoqte, qte-mt 2.3.10: Fix build with recent kernel headers.
Michael Krelin [Wed, 2 May 2007 18:25:37 +0000 (18:25 +0000)]
qte, qte-mt 2.3.10: Fix build with recent kernel headers.
* Closes #2201.

18 years agomerge of 'adf2143319dd8d28ac514df2d09a59c1543a6012'
Paul Sokolovsky [Wed, 2 May 2007 15:44:11 +0000 (15:44 +0000)]
Merge ... 'adf2143319dd8d28ac514df2d09a59c1543a6012'
     and 'b9a9326cf6256814786d686bdb6b2df89705207a'

18 years agopackages/uclibc/uclibc-cvs/magicbox: Add uclibc config for Magicbox
Stelios Koroneos [Wed, 2 May 2007 15:21:55 +0000 (15:21 +0000)]
packages/uclibc/uclibc-cvs/magicbox: Add uclibc config for Magicbox

18 years agopackages/initscripts/initscripts_1.0.bb:Add mountall.sh script for oplinux-uclibc
Stelios Koroneos [Wed, 2 May 2007 15:20:30 +0000 (15:20 +0000)]
packages/initscripts/initscripts_1.0.bb:Add mountall.sh script for oplinux-uclibc

18 years agomerge of 'ba1cabe56e69c8589c61e7c884217cc75f950877'
Paul Sokolovsky [Wed, 2 May 2007 15:18:30 +0000 (15:18 +0000)]
Merge ... 'ba1cabe56e69c8589c61e7c884217cc75f950877'
     and 'c3acd01a05c3a6ed64990e92ec184f98594b2bf5'

18 years agoconf/machine/magicbox.conf: Make sure squashfs-lzma image builds for big endian arch
Stelios Koroneos [Wed, 2 May 2007 15:18:30 +0000 (15:18 +0000)]
conf/machine/magicbox.conf: Make sure squashfs-lzma image builds for big endian arch

18 years agoconf/bitbake.conf:make default values for jffs2, squashfs and squashfs-lzma generated...
Stelios Koroneos [Wed, 2 May 2007 15:17:06 +0000 (15:17 +0000)]
conf/bitbake.conf:make default values for jffs2, squashfs and squashfs-lzma generated images architecture neutral

18 years agopackages/gcc/gcc_4.1.1.bb: Do not apply ppc soft-float patches when building with...
Stelios Koroneos [Wed, 2 May 2007 15:15:33 +0000 (15:15 +0000)]
packages/gcc/gcc_4.1.1.bb: Do not apply ppc soft-float patches when building with uclibc
This is a dirty hack to get gcc 4.1.1 to compile for glibc AND uclibc on ppc
the patch that is need it to get gcc support soft-floats with glibc, makes gcc fail with uclibc

18 years agopreferred-opie-versions-1.2.3-pre: Bump CVS version to 20070428.
Paul Sokolovsky [Wed, 2 May 2007 14:57:26 +0000 (14:57 +0000)]
preferred-opie-versions-1.2.3-pre: Bump CVS version to 20070428.

18 years agogpe-dm: add 0.51, doesn't need procps anymore
Koen Kooi [Wed, 2 May 2007 13:23:13 +0000 (13:23 +0000)]
gpe-dm: add 0.51, doesn't need procps anymore

18 years agoimage.bbclass: remove *all* IPKG list files
Marcin Juszkiewicz [Wed, 2 May 2007 10:48:17 +0000 (10:48 +0000)]
image.bbclass: remove *all* IPKG list files

18 years agolibglade: set '-lz' in LDFLAGS instead of CFLAGS - close #1774
Marcin Juszkiewicz [Wed, 2 May 2007 10:05:05 +0000 (10:05 +0000)]
libglade: set '-lz' in LDFLAGS instead of CFLAGS - close #1774

18 years agomerge of '1bb95c93cc0333355720a49f6933cddc3e57fc7a'
Marcin Juszkiewicz [Wed, 2 May 2007 09:58:32 +0000 (09:58 +0000)]
Merge ... '1bb95c93cc0333355720a49f6933cddc3e57fc7a'
     and '54c79c3345238c5d9b19bb64d60aa8a01ab471a1'

18 years agogpe-conf: make it build with wireless includes changes - close #2095
Manuel Teira [Wed, 2 May 2007 09:57:07 +0000 (09:57 +0000)]
gpe-conf: make it build with wireless includes changes - close #2095

18 years agoethtool: version 5 added
Dirk Opfer [Wed, 2 May 2007 09:27:54 +0000 (09:27 +0000)]
ethtool: version 5 added

18 years agosyslinux: 3.36 added, also install extlinux
Dirk Opfer [Wed, 2 May 2007 09:26:05 +0000 (09:26 +0000)]
syslinux: 3.36 added, also install extlinux

18 years agovalgrind: 3.2.3 added
Dirk Opfer [Wed, 2 May 2007 09:23:49 +0000 (09:23 +0000)]
valgrind: 3.2.3 added

18 years agomerge of '4775c58714baf936cab4e2cb0e464e1fb7dd1a73'
Marcin Juszkiewicz [Wed, 2 May 2007 08:33:40 +0000 (08:33 +0000)]
Merge ... '4775c58714baf936cab4e2cb0e464e1fb7dd1a73'
     and '4c02388e21857424fa81992ad328d0704f8eee9c'

18 years agosettings-daemon: merge changes from Poky (proper PV, dependencies)
Marcin Juszkiewicz [Wed, 2 May 2007 08:32:17 +0000 (08:32 +0000)]
settings-daemon: merge changes from Poky (proper PV, dependencies)

18 years agoglib-2.0: add 2.12.12, a bugfix release
Koen Kooi [Wed, 2 May 2007 08:15:18 +0000 (08:15 +0000)]
glib-2.0: add 2.12.12, a bugfix release

18 years agonet-snmp 5.1.2: Fix for do_configure hanging when using bitbake
Jamie Lenehan [Wed, 2 May 2007 05:58:32 +0000 (05:58 +0000)]
net-snmp 5.1.2: Fix for do_configure hanging when using bitbake
1.8.2. We need to pass "--with-defaults" to configure tell it we want
the defaults so it doesn't warn that the defaults are going to be
used and ask them to confirm each of the defaults.

18 years agoperl modules: Bump PR on cpan modules effected by the recent
Jamie Lenehan [Wed, 2 May 2007 02:18:29 +0000 (02:18 +0000)]
perl modules: Bump PR on cpan modules effected by the recent
cpan.bbclass changes.

18 years agomerge of '253548a9fef0f4eda716e6b0611bae50c0fc4eb3'
Jamie Lenehan [Wed, 2 May 2007 02:15:12 +0000 (02:15 +0000)]
Merge ... '253548a9fef0f4eda716e6b0611bae50c0fc4eb3'
     and 'da7866de083247553abfdcab2457e49e772484f7'

18 years agocpan.bbclass: Stop the cpan modules which ask you to confirm the
Jamie Lenehan [Wed, 2 May 2007 02:14:14 +0000 (02:14 +0000)]
cpan.bbclass: Stop the cpan modules which ask you to confirm the
configuration from hanging bitbake. They expect you to press y to indicate
that you are ok with the configuration. For some reason there was no problem
in bitbake 1.6 but this caused hangs in do_configure with bitbake 1.8.

18 years agocpan.bbclass: Building cpan modules needs to depend on both perl and
Jamie Lenehan [Wed, 2 May 2007 02:10:55 +0000 (02:10 +0000)]
cpan.bbclass: Building cpan modules needs to depend on both perl and
perl-native. They are built with perl-native but use the
configuration information from perl. This issue wasn't showing up
with bitbake 1.6 but is with 1.8.2 where perl is configured and
compiled perl but not staged prior to moving on.

18 years agoconf/machine/magicbox.conf : make sure jffs2 and squashfs images generated are for...
Stelios Koroneos [Tue, 1 May 2007 22:14:08 +0000 (22:14 +0000)]
conf/machine/magicbox.conf : make sure jffs2 and squashfs images generated are for big endian machines
Set minimun kernel to 2.6.18.

18 years agopackages/linux/linux-magicbox_2.6.18.6.bb : Add squashfs-lzma support to the kernel
Stelios Koroneos [Tue, 1 May 2007 22:12:20 +0000 (22:12 +0000)]
packages/linux/linux-magicbox_2.6.18.6.bb : Add squashfs-lzma support to the kernel

18 years agoixp4xxbe: add -D__ARMEB__ to target cc arch
Koen Kooi [Tue, 1 May 2007 21:42:10 +0000 (21:42 +0000)]
ixp4xxbe: add -D__ARMEB__ to target cc arch

18 years agolinux-ezx 2.6.21: update patches to r1995, gives you working ts, keys and some powerm...
Koen Kooi [Tue, 1 May 2007 21:14:47 +0000 (21:14 +0000)]
linux-ezx 2.6.21: update patches to r1995, gives you working ts, keys and some powermanagement

18 years agomerge of '1f0046e3a3de6767896f50dc65e3f47c7aee755c'
Paul Sokolovsky [Tue, 1 May 2007 20:40:54 +0000 (20:40 +0000)]
Merge ... '1f0046e3a3de6767896f50dc65e3f47c7aee755c'
     and '61e6e424777537a2926aad44f2d3b7c26bf2a5a5'

18 years agoopie-networksettings cvs: Fix compilation with latest linux-headers.
Michael Krelin [Tue, 1 May 2007 20:38:39 +0000 (20:38 +0000)]
opie-networksettings cvs: Fix compilation with latest linux-headers.
* Closes #2197.

18 years agoglibc: also add strlen patch to glibc-2.4 dir
Koen Kooi [Tue, 1 May 2007 18:17:26 +0000 (18:17 +0000)]
glibc: also add strlen patch to glibc-2.4 dir

18 years agomerge of '38bc1cc48b4168ea2aafb31b0de856f57a0625b2'
OpenEmbedded Project [Tue, 1 May 2007 17:37:55 +0000 (17:37 +0000)]
Merge ... '38bc1cc48b4168ea2aafb31b0de856f57a0625b2'
     and 'bc8cfed5e37f251070c62f9cef49b1db7aa86264'

18 years agoglibc 2.5: fix the strlen() issues on big endian EABI, thanks to Lennert for tracking...
Koen Kooi [Tue, 1 May 2007 16:54:35 +0000 (16:54 +0000)]
glibc 2.5: fix the strlen() issues on big endian EABI, thanks to Lennert for tracking down the culprit
* This is not a proper fix, we still need to find out wht __ARMEB__ isn't defined

18 years agomerge of '4628771529e2ed24d72e3df800feb7a575c330e7'
Rolf Leggewie [Tue, 1 May 2007 16:41:06 +0000 (16:41 +0000)]
Merge ... '4628771529e2ed24d72e3df800feb7a575c330e7'
     and 'c18c0af8649c4f70f923fefaa9e42158e83c3881'

18 years agolibopie2: add missing include. Patch from polyonymous. Thanks. closes 2193.
Michael Krelin [Tue, 1 May 2007 16:29:28 +0000 (16:29 +0000)]
libopie2: add missing include.  Patch from polyonymous.  Thanks.  closes 2193.

18 years agoperl 5.8.8: Fix to tell bitbake about the perl module packages. I'd left out
Jamie Lenehan [Tue, 1 May 2007 16:21:30 +0000 (16:21 +0000)]
perl 5.8.8: Fix to tell bitbake about the perl module packages. I'd left out
the PACKAGES_DYNAMIC declaration for the perl modules. This declaration
appears to be global though - so if either of the older perl versions exist
it actually works - bitbake picks up the definition from the older recipes
even though it isn't building them. This shows up as "No providers of
runtime build target <x>" errors where x is a perl module. Thanks to Koen
for figuring this one out.

18 years agoxtscal: reinstate tr toupper filter so everything works again.
Koen Kooi [Tue, 1 May 2007 12:20:18 +0000 (12:20 +0000)]
xtscal: reinstate tr toupper filter so everything works again.
NOTE: it would be nice if machine maintainers run the script on their device instead of pasting a line from /proc/cpuinfo. If the htc universal people had done so, they would have noticed everything comes up in *uppercase*. So xtscal wasn't broken

18 years agoperl 5.8.8: Allow perl to build when using an external toolchain.
Jamie Lenehan [Tue, 1 May 2007 11:51:40 +0000 (11:51 +0000)]
perl 5.8.8: Allow perl to build when using an external toolchain.
This is done by allowing gcc to search for errno.h by itself instead
of manually searching for. The manual search was looking in
STAGING_INCDIR and that's not where the external toolchains headers
are. This whole test is really for handle other compilers and
operating systems, so the simple make gcc do itself should be fine
for us. Closes #1700.

18 years agoperl-native: Patch perl's makedepend.SH to work with gcc 4.2. Shouldn't be
Bernhard Rosenkraenzer [Tue, 1 May 2007 11:30:59 +0000 (11:30 +0000)]
perl-native: Patch perl's makedepend.SH to work with gcc 4.2. Shouldn't be
needed for perl since it doesn't run makedepend.SH. Closes #2168

18 years agomerge of '6f5210038562db01ca0770735bbb801e0fa828e1'
Marcin Juszkiewicz [Tue, 1 May 2007 10:05:39 +0000 (10:05 +0000)]
Merge ... '6f5210038562db01ca0770735bbb801e0fa828e1'
     and '81b965980024f9910b33f96029588e606530aae4'

18 years agoxf86-video-siliconmotion: added 1.5.1
Marcin Juszkiewicz [Tue, 1 May 2007 10:03:39 +0000 (10:03 +0000)]
xf86-video-siliconmotion: added 1.5.1

18 years agoxf86-input-mouse: added 1.2.1
Marcin Juszkiewicz [Tue, 1 May 2007 10:03:19 +0000 (10:03 +0000)]
xf86-input-mouse: added 1.2.1

18 years agoxf86-input-keyboard: added 1.2.0
Marcin Juszkiewicz [Tue, 1 May 2007 10:03:01 +0000 (10:03 +0000)]
xf86-input-keyboard: added 1.2.0

18 years agoxf86-input-evdev: added 1.1.5
Marcin Juszkiewicz [Tue, 1 May 2007 10:02:32 +0000 (10:02 +0000)]
xf86-input-evdev: added 1.1.5

18 years agoxrdb: added 1.0.3
Marcin Juszkiewicz [Tue, 1 May 2007 10:01:13 +0000 (10:01 +0000)]
xrdb: added 1.0.3

18 years agoxrandr: added 1.2.0
Marcin Juszkiewicz [Tue, 1 May 2007 10:00:53 +0000 (10:00 +0000)]
xrandr: added 1.2.0

18 years agoxdm: added 1.1.4
Marcin Juszkiewicz [Tue, 1 May 2007 10:00:18 +0000 (10:00 +0000)]
xdm: added 1.1.4

18 years agomkfontdir: added 1.0.3
Marcin Juszkiewicz [Tue, 1 May 2007 09:59:52 +0000 (09:59 +0000)]
mkfontdir: added 1.0.3

18 years agolibxv: added 1.0.3
Marcin Juszkiewicz [Tue, 1 May 2007 09:58:31 +0000 (09:58 +0000)]
libxv: added 1.0.3

18 years agolibxt: added 1.0.5
Marcin Juszkiewicz [Tue, 1 May 2007 09:58:10 +0000 (09:58 +0000)]
libxt: added 1.0.5

18 years agolibxrandr: added 1.2.1
Marcin Juszkiewicz [Tue, 1 May 2007 09:57:33 +0000 (09:57 +0000)]
libxrandr: added 1.2.1

18 years agolibxinerama: added 1.0.2
Marcin Juszkiewicz [Tue, 1 May 2007 09:57:11 +0000 (09:57 +0000)]
libxinerama: added 1.0.2

18 years agolibxi: added 1.1.0
Marcin Juszkiewicz [Tue, 1 May 2007 09:56:47 +0000 (09:56 +0000)]
libxi: added 1.1.0

18 years agolibxfont: added 1.2.8
Marcin Juszkiewicz [Tue, 1 May 2007 09:56:07 +0000 (09:56 +0000)]
libxfont: added 1.2.8

18 years agolibxaw: added 1.0.3
Marcin Juszkiewicz [Tue, 1 May 2007 09:53:55 +0000 (09:53 +0000)]
libxaw: added 1.0.3

18 years agolibice: added 1.0.3
Marcin Juszkiewicz [Tue, 1 May 2007 09:53:29 +0000 (09:53 +0000)]
libice: added 1.0.3

18 years agoxtscal: Sharp seems to use Dogname instead of DOGNAME for newer models
Koen Kooi [Tue, 1 May 2007 08:29:30 +0000 (08:29 +0000)]
xtscal: Sharp seems to use Dogname instead of DOGNAME for newer models

18 years agolinux-gta01: update to moko10
Koen Kooi [Tue, 1 May 2007 07:39:39 +0000 (07:39 +0000)]
linux-gta01: update to moko10
* should fix sound and bluetooth

18 years agomerge of '3744a34d57095e84a89851df9f2cabc7b5a0dd0d'
Paul Sokolovsky [Mon, 30 Apr 2007 19:02:38 +0000 (19:02 +0000)]
Merge ... '3744a34d57095e84a89851df9f2cabc7b5a0dd0d'
     and 'bdbd61d03008d901627ae17450554a101ca42e5b'

18 years agolinux-handhelds-2.6: Add defconfig for h5000.
Paul Sokolovsky [Mon, 30 Apr 2007 18:21:25 +0000 (18:21 +0000)]
linux-handhelds-2.6: Add defconfig for h5000.
* Lart mtn's changing of add command semantics.
* Closes #2175.

18 years agolinux-gta01: lower default pref
Koen Kooi [Mon, 30 Apr 2007 16:07:01 +0000 (16:07 +0000)]
linux-gta01: lower default pref

18 years agoglib: merge printf fix from poky
Koen Kooi [Mon, 30 Apr 2007 15:03:15 +0000 (15:03 +0000)]
glib: merge printf fix from poky

18 years agosite/arm: updates from poky
Koen Kooi [Mon, 30 Apr 2007 15:01:58 +0000 (15:01 +0000)]
site/arm: updates from poky

18 years agomerge of '548157e6cd17d49950d2b216414b1570f06705db'
Leon Woestenberg [Mon, 30 Apr 2007 14:16:16 +0000 (14:16 +0000)]
Merge ... '548157e6cd17d49950d2b216414b1570f06705db'
     and 'c543d0117473a500f955b26db8d404474a1506af'

18 years agolinux-efika-2.6.19-rc6.bb: Bring patch local, was no longer available online.
Leon Woestenberg [Mon, 30 Apr 2007 14:14:48 +0000 (14:14 +0000)]
linux-efika-2.6.19-rc6.bb: Bring patch local, was no longer available online.

18 years agolinux-gta01 2.6.21.1: enhance defconfig a bit
Koen Kooi [Mon, 30 Apr 2007 12:20:35 +0000 (12:20 +0000)]
linux-gta01 2.6.21.1: enhance defconfig a bit

18 years agotracker: add 0.5.4
Koen Kooi [Mon, 30 Apr 2007 11:46:29 +0000 (11:46 +0000)]
tracker: add 0.5.4

18 years agogamin: inherite pkgconfig
Koen Kooi [Mon, 30 Apr 2007 11:21:39 +0000 (11:21 +0000)]
gamin: inherite pkgconfig

18 years agogamin: add 0.1.8
Koen Kooi [Mon, 30 Apr 2007 11:14:39 +0000 (11:14 +0000)]
gamin: add 0.1.8

18 years agochecksums: remove xorg checksum till we find out which is the right one
Koen Kooi [Mon, 30 Apr 2007 10:57:17 +0000 (10:57 +0000)]
checksums: remove xorg checksum till we find out which is the right one

18 years agoangstrom-minimal-image: fix up for situation where the ssh daemon isn't defined in...
Koen Kooi [Mon, 30 Apr 2007 10:51:02 +0000 (10:51 +0000)]
angstrom-minimal-image: fix up for situation where the ssh daemon isn't defined in local.conf

18 years agoangstrom-minimal-image: add an image for people that needs something smaller as angst...
Koen Kooi [Mon, 30 Apr 2007 09:41:54 +0000 (09:41 +0000)]
angstrom-minimal-image: add an image for people that needs something smaller as angstrom-console-image

18 years agolinux-gta01: add 2.6.21.1 kernel
Koen Kooi [Mon, 30 Apr 2007 09:12:47 +0000 (09:12 +0000)]
linux-gta01: add 2.6.21.1 kernel
* NOTE: this is a cleaned and fixed up version of the one in the openmoko svn repo

18 years agolinux-gta01: switch URI to 2.6.20 branch for patches
Koen Kooi [Mon, 30 Apr 2007 08:40:02 +0000 (08:40 +0000)]
linux-gta01: switch URI to 2.6.20 branch for patches

18 years agoloudmouth: update to 1.2.2
Koen Kooi [Mon, 30 Apr 2007 08:37:55 +0000 (08:37 +0000)]
loudmouth: update to 1.2.2

18 years agorp-pppoe: Add version 3.8.
Jamie Lenehan [Mon, 30 Apr 2007 07:44:24 +0000 (07:44 +0000)]
rp-pppoe: Add version 3.8.
* The source for version 3.5 hasn't been available for a long time.
* Make sure pppoe is installed suid root.
* Always try to reconnect, pppd handles stop/starting pppoe. This prevents
  lots of annoying problems with pppoe totally giving up (debian patch)
* Accept PPPoE packets from multicast addresses (debian patch)
* Don't check the version of the hosts ppp, we don't support the older
  versions of ppp anyway so just remove those checks.
* RDEPEND on ppp, which is needed to use pppoe
* Hard code pppd and id paths, don't search for them on the host system.

18 years agoquagga: Use DEBIAN_NOAUTONAME to stop the debian class renaming the
Jamie Lenehan [Mon, 30 Apr 2007 04:40:59 +0000 (04:40 +0000)]
quagga: Use DEBIAN_NOAUTONAME to stop the debian class renaming the
packages instead of manually naming them with their original name to
stop it.