Send commitlog mailing list submissions to
        [email protected]

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.dev'
      ([EMAIL PROTECTED])
   2. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   3. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   4. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([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. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   8. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
   9. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
  10. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
  11. development tree for U-Boot: Changes to 'stable'
      ([EMAIL PROTECTED])
--- Begin Message ---
 conf/distro/include/preferred-om-2008-versions.inc |    2 +-
 packages/portaudio/portaudio-v19_20071207.bb       |    2 +-
 packages/portaudio/portaudio_0.0.19.bb             |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 584e46b07d15e4bc860233c9f1ba0e3ef4f5813c
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date:   Sun Aug 3 10:49:47 2008 +0100

    [preferred-om-2008-versions] increment libogg

commit 719fefbfc66c1a4a328405baf086ab7d9bd5ea6f
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date:   Sun Aug 3 10:49:16 2008 +0100

    [portaudio-v19] inherit pkgconfig to install .pc files

commit fbd3fbb81351f5b083d9f57fcbecae3bd5e90501
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date:   Sun Aug 3 10:48:42 2008 +0100

    [portaudio] make recipe not blow up, doesnt compile but at least bitbake
    will now read it.




--- End Message ---
--- Begin Message ---
 packages/tasks/task-openmoko-feed.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

New commits:
commit 7ae43a4432388a5e52b8f2c546ac8fa5cc4e13ed
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date:   Sun Aug 3 13:04:39 2008 +0100

    [openmoko-feed] python-odeviced has been removed




--- End Message ---
--- Begin Message ---
 BUGS.x11                                           |   22 ++++---
 .../phonevendors/ficgta01/vendor_ficgta01.cpp      |   69 ++++++++++----------
 .../phonevendors/ficgta01/vendor_ficgta01_p.h      |    8 +-
 etc/SystemRingTones/alarm.wav                      |  Bin
 .../qtopiaphonemodem/qmodempinmanager.cpp          |   16 ++++-
 src/libraries/qtopiaphonemodem/qmodempinmanager.h  |    2 +
 .../gstreamer/gstreamerplaybinsession.cpp          |    4 +-
 7 files changed, 70 insertions(+), 51 deletions(-)

New commits:
commit 22e899b30302f831c064f691824cb7aa0af7297c
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 14:41:51 2008 +0200

    [gstreamer] Set the element/pipeline to READY instead of PAUSED to avoid 
some fd leaks
        There is still something fishy with the refcounting of GStreamer itself 
or
        the way it is used. If we set the element to paused the pulse element 
will use
        two new file descriptors that are never freed.. if we set it to READY 
we should
        still get our preroll ("speed improvement") without leaking the fd's.

commit d4b1e0c76796a4759ad9e273fa743c536908f212
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 12:42:18 2008 +0200

    [ringtone] Replace the alarm.wav with junggle_btn402.mp3 of freesound.org
        Repeath the sample four more times and export to wave using audacity. 
This
        sounds better on a neo as alarm sound.
    
        http://www.freesound.org/samplesViewSingle.php?id=26777
        This work is licensed under a Creative Commons Sampling Plus 1.0 
License.

commit 8380a8534e802c152c160e6699634ad9c66b1951
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 12:34:23 2008 +0200

    [modem] Allow to postpone "simready" until %CSTAT notifications arrived
        Do not directly send "simready" in QModemPinManager but allow to 
postpone
        sending this message. For the TI Calypso I want to delay it until the
        modem reports that the SMS and Phonebook is ready. This should help
        with the various failures I see on initialisation with my base card.
    
        Possible breakage might happen when RDY never gets emitted. I have no
        idea if that is ever going to happen but we will have to find that out
        the hardway.
    
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  T : "AT+COPS=3,0"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "+CME ERROR: 100"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  T : "AT+CPBS=?"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  N : "%CSTAT: PHB, 1"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  N : "%CSTAT: RDY, 1"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "+CPBS: 
("EN","BD","FD","DC","LD","RC","LR","MT","AD","SM","SD","MC","LM","AF","ON","UD")"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "OK"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  T : "AT+CPBS="EN""
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "OK"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  T : "AT+CPBR=?"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "+CME ERROR: 100"

commit 835a5359da73f8b4daf9e44bfe5c1b94842a4f2d
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat Aug 2 23:42:10 2008 +0200

    [bugs] Add some more known bugs

commit 1813466ef7f0460f517988b44450e232c6d9292f
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat Aug 2 23:33:52 2008 +0200

    [bugs] Remove scroll indicator and mediaserver from the list
        - Scrollindicator should be resolved due the major changes in the
          Qt/X11 backingstore handling
        - mediaserver. We have exchanged the ringtone and played a bit
          with the GStreamer backend..




--- End Message ---
--- Begin Message ---
 packages/gtk+/gtk+.inc        |    3 ++-
 packages/gtk+/gtk+_2.12.11.bb |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 19c4b5749662e667576b83e3ab763bafa8303e68
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date:   Sun Aug 3 15:09:00 2008 +0100

    [gtk+] kill off gtk+-fastscaling




--- End Message ---
--- Begin Message ---
 conf/distro/openmoko.conf                    |    2 +-
 packages/images/openmoko-asu-image.bb        |    7 ++++
 packages/images/openmoko-qtopia-x11-image.bb |    2 +-
 packages/meta/package-index.bb               |   32 +++++++++++++++---
 packages/tasks/task-openmoko-asu.bb          |   45 ++++++++++++++++++++++++++
 packages/tasks/task-openmoko-qtopia-x11.bb   |   37 +--------------------
 6 files changed, 82 insertions(+), 43 deletions(-)

New commits:
commit b2205815ce3539d05856201941f90d13649b2ff6
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 14:58:53 2008 +0200

    [package-index] Make it work with ipk and opk...
        Use an anonymous python function to generate DEPENDS and do_build
        depending on which package_xyz is getting inherited.

commit f28bb60b15035ef89253bae5a63355e31fae35f5
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 14:08:29 2008 +0200

    [asu] Create ASU/Om2008.8 task and image (to ease removing Qtopia from it)
        Create a separate task-openmoko-asu and openmoko-asu-image. The image
        is installing task-openmoko-asu and task-openmoko-qtopia-x11. It should
        be fairly easy to remove Qtopia for the people that want that.




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

New commits:
commit e9f59df3677d3bbd25e92f15c50faef0763e849e
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 16:54:50 2008 +0200

    [srcrev] Upgrade diversity-daemon as of olv's request for wifi changes
        Please update diversity-daemon to r525.  It prevents the daemon from
        failing when there is no wireless card available.




--- End Message ---
--- Begin Message ---
 conf/distro/openmoko.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 48dbffd1a8dcbbf49099e04c798d8865d4759956
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 18:00:29 2008 +0200

    [openmoko] Back that accidental change out.
        Do not build in "opk" mode




--- End Message ---
--- Begin Message ---
 classes/package_opk.bbclass                  |  318 ++++++++++++++++++++++++++
 classes/rootfs_opk.bbclass                   |   94 ++++++++
 conf/bitbake.conf                            |    2 +
 conf/distro/include/angstrom-package-opk.inc |    5 +
 conf/distro/include/sane-srcrevs.inc         |    5 +-
 conf/distro/openmoko.conf                    |    5 +
 packages/images/openmoko-asu-image.bb        |    7 +
 packages/images/openmoko-qtopia-x11-image.bb |    2 +-
 packages/meta/package-index.bb               |   32 +++-
 packages/openmoko-projects/exposure_svn.bb   |    1 +
 packages/opkg-utils/opkg-utils-native_svn.bb |   17 ++
 packages/opkg-utils/opkg-utils.inc           |   29 +++
 packages/tasks/task-openmoko-asu.bb          |   45 ++++
 packages/tasks/task-openmoko-qtopia-x11.bb   |   37 +---
 14 files changed, 555 insertions(+), 44 deletions(-)

New commits:
commit d15ed37b9ef3f116ca876267da627b79f4c2a825
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 14:08:29 2008 +0200

    [asu] Create ASU/Om2008.8 task and image (to ease removing Qtopia from it)
        Create a separate task-openmoko-asu and openmoko-asu-image. The image
        is installing task-openmoko-asu and task-openmoko-qtopia-x11. It should
        be fairly easy to remove Qtopia for the people that want that.

commit 961740a88925a97e53ebf40531ef3b328c9a7f0d
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 16:54:50 2008 +0200

    [srcrev] Upgrade diversity-daemon as of olv's request for wifi changes
        Please update diversity-daemon to r525.  It prevents the daemon from
        failing when there is no wireless card available.

commit b5ccec63217eae4adb5ea2517741943c415b0327
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 14:58:53 2008 +0200

    [package-index] Make it work with ipk and opk...
        Use an anonymous python function to generate DEPENDS and do_build
        depending on which package_xyz is getting inherited.

commit ee04d73174cb83aa9a8c6c2e18eb674d4d7921c5
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sat Aug 2 11:19:09 2008 +0200

    [packaging] Continue with the opk renaming
        - Use the right command to generate opk
        - Switch over package_opk and rootfs_opk

commit d4c8b4b556e41832c45af7256de59e8708865693
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sat Aug 2 11:18:30 2008 +0200

    [opkg-utils] Add svn version of these tools

commit b3f214e66cc6ec07f456ee13abcd553fd8860955
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sat Aug 2 01:05:05 2008 +0200

    [opk] First set of function name renaming

commit d09df40f335f10adc6c403bf50c5361eea0a39a4
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sat Aug 2 00:56:31 2008 +0200

    [opk] Prepare to switch over to the "opk" fileending
        - Allow to set ANGSTROM_PKG_FORMAT to "opk"
        - Copy the _ipk variants over

commit 02839c26145d5a930bbea0f1ad45ced7f8cea65c
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 17:55:15 2008 +0200

    Revert "[exposure] Bump up the reversion for exposure  to 59"
    
    This reverts commit 4c53d563825cf908996cffebb59a6077aca69c6c.
    
    The .desktop file was still referring to app-launcher.py. Remove
    that change and wait for the desktop file to be fixed. Bump the PE
    to go back to the old version.




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc           |    2 +-
 packages/openmoko-projects/illume-theme_svn.bb |   22 +++++++++++++++++++---
 2 files changed, 20 insertions(+), 4 deletions(-)

New commits:
commit 7727d4b4cd983992142673cfcfb59f57491ee41d
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 19:55:49 2008 +0200

    [illume] Allow people to easily replace the illume edje files
        Now people can set a different E_PROFILE and replace the
        illume.edj and illume_init.edj file. This should enable people
        to play with that.

commit 210311adea7b20c28d6c20b211274af549816def
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Aug 3 18:10:51 2008 +0200

    [srcrev] Upgrade Qtopia to get some bugfixes and semi experimental changes




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc               |    2 +-
 .../gpe-scap/gpe-scap-1.3/development_gpe-scap.png |  Bin
 packages/gpe-scap/gpe-scap_1.3.bb                  |    4 +-
 .../communication_qtopia-phone-x11-addressbook.png |  Bin
 .../communication_qtopia-phone-x11-datebook.png    |  Bin
 .../communication_qtopia-phone-x11-dialer.png      |  Bin
 .../communication_qtopia-phone-x11-qtmail.png      |  Bin
 .../communication_qtopia-phone-x11-taskmanager.png |  Bin
 .../games_qtopia-phone-x11-fifteen.png             |  Bin
 .../games_qtopia-phone-x11-minesweep.png           |  Bin
 .../games_qtopia-phone-x11-snake.png               |  Bin
 .../miscellaneous_qtopia-phone-x11-calculator.png  |  Bin
 .../miscellaneous_qtopia-phone-x11-clock.png       |  Bin
 .../miscellaneous_qtopia-phone-x11-mediaplayer.png |  Bin
 .../miscellaneous_qtopia-phone-x11-photoedit.png   |  Bin
 .../miscellaneous_qtopia-phone-x11-ringprofile.png |  Bin
 .../miscellaneous_qtopia-phone-x11-textedit.png    |  Bin
 packages/qtopia-phone/qtopia-phone-x11_git.bb      |   30 ++++++++++----------
 18 files changed, 18 insertions(+), 18 deletions(-)

New commits:
commit e8b579410efee09aab6ab8a516c5c6d0e3fe6d74
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Mon Aug 4 02:56:53 2008 +0800

    [exposure] Bump up the reversion of exposure to 62

commit 920ec743fa311995c07160b1ceaacf5d4e2ade37
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Mon Aug 4 00:15:28 2008 +0800

    [qtopia-phone-x11] Add Icon into OE

commit e1082e3f3e0649c0cdc7db7e74e951406a0e5ef4
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Mon Aug 4 00:09:58 2008 +0800

    [gpe-scap] Add Icon into OE




--- End Message ---
--- Begin Message ---
 board/neo1973/common/udc.c     |   14 ++++++++++++--
 board/neo1973/gta02/gta02.c    |   14 +++++++++++++-
 common/cmd_bootm.c             |    7 +++++++
 drivers/serial/usbtty.c        |   16 ++++++++++++++--
 drivers/usb/usbdcore.c         |    6 ++++++
 drivers/usb/usbdcore_s3c2410.c |    9 ++++++---
 6 files changed, 58 insertions(+), 8 deletions(-)

New commits:
commit aa9b0ea7a1c9277fe0e9bfbda5070a9c9d61eaff
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sun Aug 3 19:34:57 2008 +0100

    fix-dont-do-i2c-with-irqs-off.patch
    
    We can't afford turning off interrupts for long periods in
    U-Boot as the USB stack fails and leaves the USB device in
    Insane Spam Mode.
    
    This patch allowed 50 resets in a row giving normal USB
    behaviour with no sign of the issue any more.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit e8be8149e66a84c9576aea01b38c4c8fdb6677a6
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sun Aug 3 19:34:48 2008 +0100

    fix-stop-sitting-printing-in-time-critical-context.patch
    
    Someone left us a big fat warning in USB device code
    
        /* Don't ever put [serial] debugging in non-error codepaths here, it
         * will violate the tight timing constraints of this USB Device
         * controller (and lead to bus enumeration failures) */
    
    these "non-error codepaths" go all over the shop, this patch nukes some
    serial printf()s that can do what we must never do.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 8e307f5847af04c975922ba1eb5d97e8dbfb600c
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sun Aug 3 19:34:38 2008 +0100

    fix-kill-endpoints-before-linux.patch
    
    This patch ties up udc closedown before starting Linux, and
    makes sure the endpoints are off in the hardware.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit c7994820c491ad1cdff28d5ff9b062d2c79d5f2c
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Fri Aug 1 07:47:06 2008 +0100

    fix-broken-usb-handed-to-linux.patch
    
    The USB callback for udc / enumeration notification is very time
    critical.  Recently, we started using this for PMU actions, which
    occur on the ridiculously slow I2C bus and block the USB stack for
    the duration.
    
    This caused a very bad behaviour in the USB Device hardware of
    spamming the USB bus at 6MHz for the entire session, even after
    Linux had booted, rendering the USB interface not operational.
    The chances were about 50:50 per boot you would have broken USB.
    
    This patch removes the I2C action from the time critical path
    and instead takes care to track it only if we are spinning
    waiting for enumeration because we have a bad battery level.
    The I2C transaction then takes place out of any time critical
    code.
    
    Enumeration is lost anyway as soon as we enter Linux where the
    device is enumerated fresh and the Linux pcf50633 driver will
    handle it.
    
    One of the results of Insane Spam Mode on USB is not being able
    to enumerate properly with host PC over USB.  And that leads
    directly to not being able to charge the device for the whole
    session.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to