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. r4781 - in developers/werner: . neobin ([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.dev'
([EMAIL PROTECTED])
--- Begin Message ---
Author: werner
Date: 2008-11-12 01:01:56 +0100 (Wed, 12 Nov 2008)
New Revision: 4781
Added:
developers/werner/neobin/
developers/werner/neobin/envi
Log:
neobin: directory for things to run on a Neo
envi: environment editor (for gta02, u-boot)
Added: developers/werner/neobin/envi
===================================================================
--- developers/werner/neobin/envi (rev 0)
+++ developers/werner/neobin/envi 2008-11-12 00:01:56 UTC (rev 4781)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+ENV_DEV=/dev/mtd2
+envedit -s 0x40000 -i $ENV_DEV -p >/tmp/_env
+hash="`md5sum /tmp/_env`"
+vi /tmp/_env
+if [ "$hash" != "`md5sum /tmp/_env`" ]; then
+ envedit -s 0x40000 -o /tmp/_env.bin -n -f /tmp/_env
+ flash_eraseall -q $ENV_DEV
+ nandwrite $ENV_DEV /tmp/_env.bin
+ rm -f /tmp/_env.bin /tmp/_env
+fi
Property changes on: developers/werner/neobin/envi
___________________________________________________________________
Name: svn:executable
+ *
--- End Message ---
--- Begin Message ---
conf/enterprise.conf | 2 +-
packages/gstreamer/gst-plugins-good_0.10.7.bb | 1 +
packages/tasks/task-openmoko-feed.bb | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
New commits:
commit ad2420b30675df53e525ca8c835206c1449018f2
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date: Wed Nov 12 04:24:05 2008 +0100
enterprise: BBMASK mplayer and ffmpeg too
ffmpeg contains mp2/3 audio decoding code, mplayer contains a copy
of ffmpeg. We can not use that.
commit 5c42412e87aed6347c9c53912f2a45c3f3841c8d
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Sat Nov 1 16:51:58 2008 +0100
gst-plugins-bad: Do not build esdsink
GStreamer might think that /usr/bin/esd-config is a good
indicator whether or not to build esdsink. I don't think so.
--- End Message ---
--- Begin Message ---
packages/mplayer/mplayer_0.0+1.0rc2.bb | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 6775354c31196e165cd894d5c9429b8a61813132
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Wed Nov 12 12:14:00 2008 +0800
mplayer_0.0+1.0rc2.bb: Apply ENTERPRISE_DISTRO condition for mplayer
disable libmpeg2 if ENTERPRISE_DISTRO=1, or enable libmpeg2
commit 022cb80df86f5cc3d4998c2c28fc5cb41380d40b
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Wed Nov 12 12:02:58 2008 +0800
mplayer_0.0+1.0rc2.bb: Apply ENTERPRISE_DISTRO condition for mplayer
disable mad if ENTERPRISE_DISTRO=1, or enable mad
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog