Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
2. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.stable'
([EMAIL PROTECTED])
3. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
4. r4556 - developers/john_lee/pyfso ([EMAIL PROTECTED])
5. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
6. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
7. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
8. Openmoko's patched copy of Bitbake: Changes to 'bitbake-om'
([EMAIL PROTECTED])
--- Begin Message ---
packages/e17/e-wm_cvs.bb | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
New commits:
commit d46d8569897843a5e663c347525d82df90d0e617
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Fri Jul 25 14:18:02 2008 +0200
[e-wm] Package the efm files somewhere else. we don't want to see
firefox... and such
Illume started to show firefox, xmms and xterm. Package the efm tar.gz's
with these files separately so we do not show them on the ASU image. A
full
e image could/should install them when xmms, xtern and firefox are also
present
or provide different tar.gz's.
--- End Message ---
--- Begin Message ---
packages/e17/e-wm_cvs.bb | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
New commits:
commit d9eb2317a066a5a86195b00495042ccb521dbc9f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Fri Jul 25 14:18:02 2008 +0200
[e-wm] Package the efm files somewhere else. we don't want to see
firefox... and such
Illume started to show firefox, xmms and xterm. Package the efm tar.gz's
with these files separately so we do not show them on the ASU image. A
full
e image could/should install them when xmms, xtern and firefox are also
present
or provide different tar.gz's.
--- End Message ---
--- Begin Message ---
packages/e17/e-wm_cvs.bb | 1 +
packages/efl1/ecore_cvs.bb | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 387ebc6d58355339363329f997cee5b3aac6e901
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date: Sat Jul 26 01:16:01 2008 +1000
re-enable software-16 engine (option changed)
commit e98c68662f9fe9e7b00b72f94a6b75a617a95ab1
Merge: 7f52c735c3038df039a75bea9ff86ff9b10c3fd6
d46d8569897843a5e663c347525d82df90d0e617
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date: Sat Jul 26 01:05:10 2008 +1000
Merge branch 'org.openmoko.asu.dev' of git+ssh://[EMAIL
PROTECTED]/var/cache/git/openmoko into org.openmoko.asu.dev
commit 7f52c735c3038df039a75bea9ff86ff9b10c3fd6
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date: Sat Jul 26 00:42:06 2008 +1000
e- remove default tarballs of apps etc.
--- End Message ---
--- Begin Message ---
Author: john_lee
Date: 2008-07-25 17:41:16 +0200 (Fri, 25 Jul 2008)
New Revision: 4556
Modified:
developers/john_lee/pyfso/dialer.py
Log:
more support for network registration.
* typo fix
Modified: developers/john_lee/pyfso/dialer.py
===================================================================
--- developers/john_lee/pyfso/dialer.py 2008-07-25 08:23:02 UTC (rev 4555)
+++ developers/john_lee/pyfso/dialer.py 2008-07-25 15:41:16 UTC (rev 4556)
@@ -87,12 +87,16 @@
def _init(self):
if not self.fso.gsm_device_iface.GetAntennaPower():
self.fso.gsm_device_iface.SetAntennaPower(True)
- if self.fso.gsm_network_iface.GetStatus()['registration'] ==
'unregistered':
+ status = self.fso.gsm_network_iface.GetStatus()
+ if status['registration'] == 'unregistered':
try:
self.fso.gsm_network_iface.Register()
except DBusException, e:
# FIXME pin number?
print e
+ elif status['registration'] == 'home' or status['registration'] ==
'roaming':
+ print 'registered'
+ self.registered = True
@need_registered
def dial(self, number):
@@ -112,16 +116,15 @@
def on_network_status(self, status):
print 'signal network status:', status
- if status['registration'] == 'home':
+ if status['registration'] == 'home' or status['registration'] ==
'roaming':
+ print 'registered'
self.registered = True
- elif status['registration'] == 'roaming':
- self.registered = True
def _test_fso():
from dbus.mainloop.glib import DBusGMainLoop
from fso_backend import FSOObject
-pp try:
+ try:
dialer = FSODialer(FSOObject(SystemBus(mainloop=DBusGMainLoop())))
except DBusException:
return
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcdates.inc | 2 +-
packages/efl1/ecore_cvs.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 30f8bc79702aef39313150865dfac7f87b7f1b35
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date: Sat Jul 26 01:48:31 2008 +1000
and actually use right option.
commit b8ac3d795c521d46a8f7477599b7d4d7ea602326
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date: Sat Jul 26 01:44:14 2008 +1000
up efl date to get ecore build fixes.
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e0bbca8c2783eb14c4d7736abe8741635fb2e76c
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date: Sat Jul 26 03:41:02 2008 +1000
up illume rev to fix segv
--- End Message ---
--- Begin Message ---
.../phonevendors/ficgta01/vendor_ficgta01.cpp | 7 ++++---
src/libraries/qtopiaphonemodem/qmodemcall.cpp | 10 +++++++++-
.../qtopiaphonemodem/qmodemcallprovider.h | 3 ++-
3 files changed, 15 insertions(+), 5 deletions(-)
New commits:
commit 0ec59b807cb3f29f7f7de2fab97c3503f91dea9f
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Fri Jul 25 21:36:06 2008 +0200
[gsm/ti calypso] Add an option to ignore the result of ATD completely
Currently the code for the neo/freerunner looked at the result
of the modem command and set the call to connected or local hangup.
We want to solely rely on the %CPI (we believe they are correct) so
we do not need to issue a CLCC. This is completely untested and a
counter measure to the log files I have seen.
If one attempts to dial the same number twice both ATDNUMBER;
attempts will return OK. Currently the code will set both calls
to connected. Something similar applies for the "NO CARRIER" case,
the call will be set to HangupLocal.
--- End Message ---
--- Begin Message ---
lib/bb/fetch/cvs.py | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
New commits:
commit 61d27fa76f759647998d6dbb12e2eed72349e168
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Sat Jul 26 07:46:05 2008 +0200
[cvs] Allow to checkout by date and time
With putting YYYYYMMDDHHmm into the SRCDATE bitbake will checkout
using "-D YYYYMMDD HH:mm UTC". Be careful when you switch from SRCDATE
with time and without to always get updatable packages.
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog