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.testing'
      ([EMAIL PROTECTED])
   3. development kernel tree: Changes to 'stable'
      ([EMAIL PROTECTED])
   4. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.testing'
      ([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. r4595 - trunk/src/host/opkg-utils ([EMAIL PROTECTED])
   8. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc           |    4 ++--
 packages/openmoko-projects/illume-theme_svn.bb |    4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

New commits:
commit 629c9cfbeabcef30833f4d27ee2e5e090564fe5d
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Aug 11 19:28:55 2008 +0200

    [srcrev] Upgrade Qtopia with various GSM stability fixes

commit 116b007f0a0571f725c3d2f3076b359591bd1276
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Aug 11 19:28:26 2008 +0200

    [srcrev] Upgrade Xglamo with Chris Ball's xrandr patch

commit b1ee7a63d5b03393416eba22b3c31d4325801420
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Aug 11 18:05:41 2008 +0200

    [illume] Remove the leftover from the stable release
        We had to patch the illume theme to remove the qwerty and the
        wrench icon. This is not the case anymore.




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc     |    2 +-
 packages/tasks/task-openmoko-asu-feed.bb |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit e36a542350c95eee2a0f2690b658bb5545dce4e5
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Fri Aug 8 16:09:56 2008 +0800

    [om-settings] Bump up the reversion of om-settings to 67
    
    Change the window title name form Exposure to Settings

commit 5d2f7fb0cb10108807383e367f9481850ca33ea2
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Fri Aug 8 15:37:04 2008 +0800

    [openmoko-asu-feed] Add illume-config theme to ASU-feed
    
    Illume-config provides user a new theme that shows two icons (qwerty, 
wrench)




--- End Message ---
--- Begin Message ---
 drivers/i2c/chips/pcf50633.c      |    6 ++++++
 drivers/mfd/glamo/glamo-core.c    |    6 ++++++
 drivers/mfd/glamo/glamo-core.h    |    1 +
 drivers/serial/s3c2410.c          |    7 +++++++
 include/linux/resume-dependency.h |   29 ++++++++++++++++++++++++++++-
 5 files changed, 48 insertions(+), 1 deletions(-)

New commits:
commit 88bf43840b9df0eb0a077a1394eb564be80a412e
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Mon Aug 11 20:50:05 2008 +0100

    clean-checkpatch-gsm-resume-dep.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 04c9c142a341af62081e856d32149d9f544dbfbe
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Mon Aug 11 20:49:56 2008 +0100

    clean-remove-suspend-dependencies-syslog.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 36879992de8774cbf8686740bbda383cc6fbdcbb
Author: \\\\\\\"Mike (mwester)\\\\\\ <[EMAIL PROTECTED]>
Date:   Mon Aug 11 20:16:09 2008 +0100

    always-call-resume-dependencies.patch
    
    Attached is a patch that has greatly reduced the frequency of failures
    to resume (due to an oops from the glamo resume handler), and the
    dreaded "white screen after resume".  I can't say that it fixes all of
    these, although I have yet to see the white-screen since applying this
    patch and suspending/resuming several hundred times (with the 30-second
    suspend on the 2008.8 image and the endless stream of GSM error messages
    generated by something in that image, it has proved to be very useful to
    do an automated stress test!)
    
    This patch will apply to stable, and should make stable slightly more,
    well, "stable".
    
    [Feel free to remove the debug messages if someone feels strongly about
    that; I left them in because I think they might be useful in triaging
    further crashes; I'm not at all convinced that this patch will fix all
    the cases of resume failures.]
    
    [[And, yes, this is ugly, really ugly.]]
    
    [[[Oh yeah - there's still one extreme case that will result in an oops:
     if a dependent driver is built as a module, and it is unloaded, and it
    happened that the preceding suspend/resume was aborted, and that abort
    happened between the dependent driver and the driver upon which it is
    dependent, then a list entry will be left behind referencing the
    unloaded module.  There's just no good way to fix that given the way the
    resume dependency plumbing is connected up right now, so just avoid
    using modules for any of the drivers involved in the resume dependency
    stuff.]]]
    
    Regards,
    Mike (mwester)
    commit 905d2fc9c45f622418ce9ef4e67c23453aab7571
    Author: Mike Westerhof <[EMAIL PROTECTED]>
    Date:   Mon Aug 11 11:11:25 2008 -0500
    
        always-call-resume-dependencies.patch
    
        Ensure that a dependent resume handler is always executed,
        even if the resume handler for driver upon which it is
        dependent never suspends (and therefore never resumes either).
        Also make sure that we do not end up with duplicate
        dependencies registered, something that can happen if the
        suspend is aborted due to driver failure or an early resume
        (such as occurs when the GSM interrupts during suspend).
    
        Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcdates.inc              |    2 +-
 conf/distro/include/sane-srcrevs.inc               |    8 ++++----
 packages/efl1/ecore.inc                            |    2 +-
 packages/efl1/ecore_cvs.bb                         |    2 +-
 packages/openmoko-projects/illume-theme_svn.bb     |    5 +----
 packages/openmoko-projects/illume_svn.bb           |    7 ++++---
 .../xserver-kdrive-common/openmoko/Xserver         |    2 +-
 .../xserver-kdrive-common_0.1.bb                   |    2 +-
 8 files changed, 14 insertions(+), 16 deletions(-)

New commits:
commit cc04dbc69c9ae7122d549d93145e292e98ccd5e0
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Aug 11 19:28:55 2008 +0200

    [srcrev] Upgrade Qtopia with various GSM stability fixes

commit 18078e18b060d2acaf73c27da2b697213f422afb
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Aug 11 19:28:26 2008 +0200

    [srcrev] Upgrade Xglamo with Chris Ball's xrandr patch

commit 9a71a0934c97ed2e593d9d802c9ca035880aafa3
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Aug 11 18:05:41 2008 +0200

    [illume] Remove the leftover from the stable release
        We had to patch the illume theme to remove the qwerty and the
        wrench icon. This is not the case anymore.

commit e870c78994f4c8d53f5cfca20157ceca943d8a4e
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Mon Aug 11 12:30:25 2008 +1000

    update illume and efl - dockwin (softmenu) works better. looks to me to have
    been confusion inside qtopia on focus - e was focusing the softmenu - but of
    course it wasnt responding to the request and e's tracking and advertising 
of
    focus or attempted focus was not gelling with qtopia. BUT... focus was in 
the
    right place, net_active_window was displaying the correct window id... not
    sure there other than maybe inside qtopia things were bizarre?
    
    anyway - workaround by forcing e to avoid ever focusing the softmenu by 
using
    internal no focus flags in e.

commit ead38ec155f709458783d8dcf2178cbbab69a23b
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Fri Aug 8 09:38:29 2008 +1000

    and efl up - get batget changes to handle new "strange" 'not charging' 
state.

commit 89fb094a4815395f3af232eac8fcad5f6755e710
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Thu Aug 7 23:57:16 2008 +1000

    and fix up suspend on initial boot if it's slow. final change for asu 
release
    - no more. tools down and emergency changes only from now.

commit 293536c32b912565083c10bb2b95c2734c614551
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Thu Aug 7 17:16:06 2008 +1000

    and update efl and illume to fix focus issues qith qtopia and softmenu etc.

commit e1eba99943327377163b12f1988ffee6e6cbf8c5
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Thu Aug 7 13:41:41 2008 +1000

    turn on composite at runtime so it can be used.. if u run a compositemanager
    etc.

commit 55b6aee312c22300e2b61bb5aa7c61419164ed20
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Thu Aug 7 13:35:56 2008 +1000

    ecore shoudl really get xdamag/composite support... if its ever 
used/desired...

commit 38236d212062af1bcd07932c1f0fd64a870935e8
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Thu Aug 7 08:35:43 2008 +1000

    ok. qwerty gone.

commit 77254938e5c8f62bf7cd8235ddb736d06f7c425f
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Wed Aug 6 18:28:44 2008 +1000

    update efl and illume to have config for removed spanner , asterisk moved,
    and cleaner suspend.

commit 1ee02a49efa9a481f128fceb7d9a4f8ab19a01b8
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Tue Aug 5 13:13:49 2008 +1000

    up ot 178 of illume- fix window list issues.

commit cc2a7a8b2dd6e3d20ef1aa1653838b17bbda2d87
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Fri Aug 1 18:11:08 2008 +1000

    update efl and illume to match to have default configs as test src and
    compile on build.

commit ba9d7e0753e1b62c857fb9899db98f0ace0d39ac
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Fri Aug 1 18:11:08 2008 +1000

    update efl and illume to match to have default configs as test src and
    compile on build.

commit 206df24088aa0e83a445fce3b9907c0211c94caf
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Wed Jul 30 17:18:05 2008 +1000

    new efl and illume versions - internal kbd now config option. code default 
is
    on, illume config ships with it off. also shoudl support being disabled if
    real kbd is used (bt or usb).




--- End Message ---
--- Begin Message ---
 .../openmoko-community-repository.bb               |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0fb1e543db99df5f014f03c4b648e1e6d055c20d
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Tue Aug 12 11:25:55 2008 +0800

    [openmoko-community-repository] Modify the URL
    Remove the duplicate slash




--- End Message ---
--- Begin Message ---
 .../openmoko-community-repository.bb               |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0fb1e543db99df5f014f03c4b648e1e6d055c20d
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Tue Aug 12 11:25:55 2008 +0800

    [openmoko-community-repository] Modify the URL
    Remove the duplicate slash




--- End Message ---
--- Begin Message ---
Author: tick
Date: 2008-08-12 06:11:25 +0200 (Tue, 12 Aug 2008)
New Revision: 4595

Modified:
   trunk/src/host/opkg-utils/opkg.py
Log:
[opkg-util] adding Size support when creating Packages


Modified: trunk/src/host/opkg-utils/opkg.py
===================================================================
--- trunk/src/host/opkg-utils/opkg.py   2008-08-09 07:36:58 UTC (rev 4594)
+++ trunk/src/host/opkg-utils/opkg.py   2008-08-12 04:11:25 UTC (rev 4595)
@@ -133,9 +133,9 @@
         self.section = None
         self.filename_header = None
         self.file_list = []
-        # md5 is lazy attribute, computed on demand
+        # md5 and size is lazy attribute, computed on demand
         #self.md5 = None
-        self.size = None
+        #self.size = None
         self.installed_size = None
         self.filename = None
         self.isdeb = 0
@@ -179,6 +179,8 @@
         if name == "md5":
             self._computeFileMD5()
             return self.md5
+        elif name == 'size':
+            return self._get_file_size()
         else:
             raise AttributeError, name
 
@@ -193,6 +195,14 @@
         f.close()
         self.md5 = sum.hexdigest()
 
+    def _get_file_size(self):
+        if not self.fn:
+            self.size = 0;
+        else:
+            stat = os.stat(self.fn)
+            self.size = stat[ST_SIZE]
+        return int(self.size)
+
     def read_control(self, control):
         import os
 




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 902f0bc036bfa141c2c2737b5d0c964985f45343
Merge: 9f8a98c6c793319c1e69a988cd1d1dc4ff3ccab9 
0fb1e543db99df5f014f03c4b648e1e6d055c20d
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Tue Aug 12 19:32:26 2008 +1000

    Merge branch 'org.openmoko.asu.dev' of git+ssh://[EMAIL 
PROTECTED]/var/cache/git/openmoko into org.openmoko.asu.dev

commit 9f8a98c6c793319c1e69a988cd1d1dc4ff3ccab9
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Tue Aug 12 19:32:01 2008 +1000

    and up illume to fix softmenu




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to