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. r4488 - trunk/src/target/opkg/libopkg ([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. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
5. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
6. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
7. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
8. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
9. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
10. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
--- Begin Message ---
Author: thomas
Date: 2008-06-13 12:15:19 +0200 (Fri, 13 Jun 2008)
New Revision: 4488
Modified:
trunk/src/target/opkg/libopkg/opkg_install.c
Log:
opkg: Don't attempt to check the validity of a repository if package did not
come from a known source
Modified: trunk/src/target/opkg/libopkg/opkg_install.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_install.c 2008-06-12 18:58:45 UTC
(rev 4487)
+++ trunk/src/target/opkg/libopkg/opkg_install.c 2008-06-13 10:15:19 UTC
(rev 4488)
@@ -828,22 +828,26 @@
#if HAVE_GPGME
char *list_file_name, *sig_file_name, *lists_dir;
- sprintf_alloc (&lists_dir, "%s",
- (conf->restrict_to_default_dest)
- ? conf->default_dest->lists_dir
- : conf->lists_dir);
- sprintf_alloc (&list_file_name, "%s/%s", lists_dir, pkg->src->name);
- sprintf_alloc (&sig_file_name, "%s/%s.sig", lists_dir, pkg->src->name);
+ /* check to ensure the package has come from a repository */
+ if (pkg->src)
+ {
+ sprintf_alloc (&lists_dir, "%s",
+ (conf->restrict_to_default_dest)
+ ? conf->default_dest->lists_dir
+ : conf->lists_dir);
+ sprintf_alloc (&list_file_name, "%s/%s", lists_dir, pkg->src->name);
+ sprintf_alloc (&sig_file_name, "%s/%s.sig", lists_dir, pkg->src->name);
- if (file_exists (sig_file_name))
- {
- if (opkg_verify_file (conf, list_file_name, sig_file_name))
- return OPKG_INSTALL_ERR_SIGNATURE;
+ if (file_exists (sig_file_name))
+ {
+ if (opkg_verify_file (conf, list_file_name, sig_file_name))
+ return OPKG_INSTALL_ERR_SIGNATURE;
+ }
+
+ free (lists_dir);
+ free (list_file_name);
+ free (sig_file_name);
}
-
- free (lists_dir);
- free (list_file_name);
- free (sig_file_name);
#endif
/* Check for md5 values */
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcdates.inc | 2 +-
conf/distro/include/sane-srcrevs.inc | 14 +++++++-------
packages/openmoko-projects/assassin_svn.bb | 3 ++-
packages/openmoko-projects/exposure_svn.bb | 6 +++---
packages/qtopia-phone/qtopia-phone-x11_git.bb | 10 +++++++---
5 files changed, 20 insertions(+), 15 deletions(-)
New commits:
commit 4d885ac76fdbc3d0f2de95756dc5959048a69ae9
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Thu Jun 12 19:20:23 2008 +0200
[qtopia] Update Qtopia to get GSM work initiated by mwester
SMS notification retry increased, disabling SIM Toolkit
and TimeZone information.
commit 577542b77d7f43f1314d5b1fbc246dad9bb5756e
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Thu Jun 12 18:36:49 2008 +0200
[qtopia] systemtime uses worldtime pictures but they are not installed
(#1463)
As of https://docs.openmoko.org/trac/ticket/1463 make sure the worldmap
can be shown. Split out worldtime-pics and make systemtime and worldtime
RDEPEND on this.
commit df8d86c332b58708f49f95b4521bd058e3cfb163
Author: Carsten Haitzler <[EMAIL PROTECTED](none)>
Date: Thu Jun 12 12:47:08 2008 +0800
newer revs of illume and efl/e
commit 77184cd60bb128cf8244927d44971f0fee141854
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Wed Jun 11 19:01:38 2008 +0800
[exposure] Bump up reversion of exposure to 30.
Files layout of exposure was chaged in upstream.
Therefore I chage a little of exposure bbfile.
commit decd00c4f35ffdd997e92b0df823896ad674b863
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Wed Jun 11 11:56:05 2008 +0800
[openmoko] the original reversion of linux-openmoko-devel
in sane-srcrevs didn't exist.
pick up a reversion from Andy's branch
commit fa5e57148d06af4be0a64d46cbbb7519c87b0f16
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Wed Jun 11 01:14:45 2008 +0200
[srcrev] Upgrade assassin to get animation changes
As requested by tick update assassin to r170 to get:
 - back arrow added
        - tiny UI animation turning about the list selected effect
commit c64fe6d34ee862f9b2878c02ca5790ae01933c93
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Wed Jun 11 01:12:25 2008 +0200
[srcrev] Upgrade ninja to get the Green bar selected animator
As of tick's request update the ninja theme.
commit 75dac3aec6ec724452ea55fe0e92123e3ed1d096
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Wed Jun 11 01:10:21 2008 +0200
[srcrev] Upgrade Qtopia to have "Save to Contacts" fixed
I have fixed the "Save to Contacts" bug from the callhistoryl
I couldn't wait the three hours for the build. If it is failing
git-revert this commit.
--- End Message ---
--- Begin Message ---
devices/ficgta01/projects.pri | 3 ++-
src/applications/qtmail/accountlist.cpp | 14 +++++++++++++-
2 files changed, 15 insertions(+), 2 deletions(-)
New commits:
commit 42682dcd9ebdbf1464a2e3fc48c4da14f0dd65de
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Fri Jun 13 12:38:09 2008 +0200
[mms] Disable MMS support for the neo devices
qtmail enables MMS support when libqtopiasmil gets built. Remove
the qtopiasmil library from the projects for the neo to have a
qtmail that doesn't say it supports MMS. Qtopia only supports MMS
when you find an additional WAP-Stack somewhere as well so we didn't
support MMS at all.
--- End Message ---
--- Begin Message ---
src/applications/clock/alarm.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 296327a16d20ca293a127f2d7ba3947a6e55233f
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:19:42 2008 +0200
[clock] On click the day select was shown even when the alarm is disabled
(#1466)
If the alarm is disabled do not enable it by clicking on the "day" edit.
This is a bugfix for https://docs.openmoko.org/trac/ticket/1466
--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit fa7124c0633b5ae5ae90cc3f4792814baeae99c4
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:56:32 2008 +0100
From: Andy Green <[EMAIL PROTECTED]>
add-remote-install-sdcard-script.patch
If you boot from SDCARD, this helper script for the build host
mounts SD card part 1, copies the new uImage.bin, umounts it and
then remounts SD card part 2 as ro, before doing a reboot all
in one step. Read the instructions inside the script for adding
your public key to the GTAxx rootfs for really really simple and
nice automatic update and reboot action.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 577c071f7d8c4174335b1c6d0244ae16bb1febd3
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:56:23 2008 +0100
From: Andy Green <[EMAIL PROTECTED]>
fix-gta02-mach-remove-gta01-lcd-reset.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 9cbccc95a8de0a5461782e438fe921046354c55a
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:54:29 2008 +0100
change-lcm-keep-power-faster-resume.patch
The LCM spins for 100ms during resume for not much reason. Leave it powered
(it is meant to pull uA when suspended) and get nice fast resume to video.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit d1979d528425c5cc567726c78af8b7c0585c4fd3
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:54:18 2008 +0100
fix-pcf50633-usb-curlim-workqueue-migration.patch
pcf50633 needs to take responsibility for managing current limit
changes asycnhrnously, ie, from USB stack enumeration. It's a feature of
pcf50633 not mach-gta02.c, and we can do better with taking care about
keeping it from firing at a bad time in there too.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit a4bf20dd10164d665587bf246583a05a82537063
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:54:01 2008 +0100
fix-pcf50633-use-i2c-bulk-autoincrement.patch
Simplify and speed up bulk sequential I2C actions in pcf50633
the time savings are pretty considerable and so is the simplification
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 9cf841da3b5da94ad215b6d5db4f0617c99bb300
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:53:45 2008 +0100
fix-pcf50633-rtc-i2c-bulk-autoincrement-simplify.patch
More pcf50633 major time saving by using i2c bulk autoincrement. Code
reduction too by using array for time elements.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 1c902935b2f4602e4ab8eda1808a65521fb08e55
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:53:27 2008 +0100
fix-pcf50633-interrupt-work-enforce-wait-on-resume-completion.patch
Improve pcf50633 interrupt service scheduling to enforce only servicing
when resume action is completed
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 6c15adb891e9baa3bcd041f58ccc7f4c32bb75c4
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:52:47 2008 +0100
fix-glamo-mci-resume-dependency-on-pcf50633.patch
Glamo MCI has a resume order dependncy on pcf50633, it has to be able to
power the SD slot via it.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 853ed7b1ddb655608514c8f8cbbec708ced2a180
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:51:23 2008 +0100
fix-glamo-mci-power-setting-timeout-waiting-for-pcf50633.patch
Glamo MCI power setting stuff spins on pcf50633
but it won't hurt if it gives up after a second or
two instead of stalling the resume silently.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 02fe94f3a407f40c9e3ede6cfc40eeea49c46aba
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 21:48:49 2008 +0100
ASoC: Don't block system resume
On OpenMoko soc-audio resume is taking 700ms of the whole resume time of
1.3s, dominated by writes to the codec over I2C. This patch shunts the
resume guts into a workqueue which then is done asynchronously.
The "card" is locked using the ALSA power state APIs as suggested by
Mark Brown.
[Added fix for race with resume to suspend and fixed a couple of nits
from checkpatch -- broonie.]
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
Signed-off-by: Mark Brown <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 1a7a6f82fe0c28ccf0184ec2ab2a848cbbfbed65
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 22:02:24 2008 +0100
add-remote-install-sdcard-script.patch
If you boot from SDCARD, this helper script for the build host
mounts SD card part 1, copies the new uImage.bin, umounts it and
then remounts SD card part 2 as ro, before doing a reboot all
in one step. Read the instructions inside the script for adding
your public key to the GTAxx rootfs for really really simple and
nice automatic update and reboot action.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit e991ea8097ecdaa90288b8f042104f8ef416a832
Author: Andy Green <[EMAIL PROTECTED]>
Date: Fri Jun 13 22:02:18 2008 +0100
fix-gta02-mach-remove-gta01-lcd-reset.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
src/applications/photoedit/photoedit.pro | 1 +
src/applications/photoedit/photoeditui.cpp | 7 +++-
src/applications/textedit/textedit.cpp | 3 +-
src/applications/textedit/textedit.pro | 1 +
src/libraries/qtopiaprinting/qprintingsupport.cpp | 39 +++++++++++++++++++++
src/libraries/qtopiaprinting/qprintingsupport.h | 20 +++++++++++
src/plugins/viewers/generic/generic.pro | 1 +
src/plugins/viewers/generic/genericviewer.cpp | 19 +++++++---
8 files changed, 82 insertions(+), 9 deletions(-)
New commits:
commit ecce2b93f1db1633ebc07824ce61437e16c6faa9
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Fri Jun 13 23:09:55 2008 +0200
[printing] Only show Print when we are actually able to print (#1470)
As of https://docs.openmoko.org/trac/ticket/1470 we only want to show
the print option if we are going to be able to print.
Decide if we can print by finding out if we have a registered "Print"
service and to see if we have any plugins in the printing folder.
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit d366b77b9de258e218ec6f9549f18e5343bc046f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Sat Jun 14 01:14:45 2008 +0200
[srcrev] Upgrade the ninja theme to rev 5 as of ticks request
raster posted a patch for ninja, jeremey applied it, we
can now use the result.
--- End Message ---
--- Begin Message ---
drivers/i2c/chips/pcf50633.c | 14 ++++++++++++--
drivers/mfd/glamo/glamo-core.c | 2 +-
drivers/mfd/glamo/glamo-core.h | 3 ++-
include/linux/glamofb.h | 3 ++-
4 files changed, 17 insertions(+), 5 deletions(-)
New commits:
commit 99a74dcc2a7fee895c8c6153719bc8fb9c7c99d1
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Jun 14 07:18:59 2008 +0100
cosmetic-checkpatch-complaints.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit b2b3f7938dfe55bf9d328be1d5a3300149eae6eb
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Jun 14 07:18:59 2008 +0100
From: Andy Green <[EMAIL PROTECTED]>
fix-pcf50633-add-back-gratuitous-isr-work-call-in-resume.patch
Sean McNeil reports that he doesn't get pcf50633 interrupts any
more after resume. This adds back the call to ISR work in
the resume, removal of which is probably to do with it.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit c6a83bda0df21460365c1b8af708f7d30c5c8645
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Jun 14 07:18:58 2008 +0100
fix-pcf50633-require-resume-level-3-for-irq-work.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit d57c246e4eab115fdf3c38e464eaff203ca532f4
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Jun 14 07:31:16 2008 +0100
cosmetic-checkpatch-complaints.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 604cc1f1aa3d817de19ec83048242173f1923683
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Jun 14 07:31:16 2008 +0100
fix-pcf50633-add-back-gratuitous-isr-work-call-in-resume.patch
Sean McNeil reports that he doesn't get pcf50633 interrupts any
more after resume. This adds back the call to ISR work in
the resume, removal of which is probably to do with it.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog