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. r1197 - trunk/oe/packages/dfu-util ([EMAIL PROTECTED])
2. r1198 - in trunk/oe/packages/openocd: . openocd
([EMAIL PROTECTED])
3. r1199 - trunk/oe/packages/linux ([EMAIL PROTECTED])
4. r1200 - trunk/oe/packages/openocd ([EMAIL PROTECTED])
5. r1201 - trunk/oe/packages/openocd ([EMAIL PROTECTED])
6. r1202 - trunk/src/host/devirginator ([EMAIL PROTECTED])
7. r1203 - trunk/src/target/kernel/patches
([EMAIL PROTECTED])
8. r1204 - trunk/src/host/devirginator ([EMAIL PROTECTED])
9. r1205 - trunk/oe/packages/tslib/tslib-1.0/fic-gta01
([EMAIL PROTECTED])
10. r1206 - trunk/src/host/devirginator ([EMAIL PROTECTED])
11. r1207 - trunk/oe/packages/alsa ([EMAIL PROTECTED])
12. r1208 - trunk/oe/conf/machine ([EMAIL PROTECTED])
13. r1209 - trunk/oe/packages/tasks ([EMAIL PROTECTED])
--- Begin Message ---
Author: laforge
Date: 2007-03-01 19:19:05 +0100 (Thu, 01 Mar 2007)
New Revision: 1197
Modified:
trunk/oe/packages/dfu-util/dfu-util-native_svn.bb
Log:
copy+paste mistake
Modified: trunk/oe/packages/dfu-util/dfu-util-native_svn.bb
===================================================================
--- trunk/oe/packages/dfu-util/dfu-util-native_svn.bb 2007-03-01 18:17:27 UTC
(rev 1196)
+++ trunk/oe/packages/dfu-util/dfu-util-native_svn.bb 2007-03-01 18:19:05 UTC
(rev 1197)
@@ -5,7 +5,7 @@
DEPENDS = "libusb-native"
do_stage() {
- install -m 0755 src/openocd ${STAGING_BINDIR}
+ install -m 0755 src/dfu-util ${STAGING_BINDIR}
}
do_deploy() {
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 19:25:22 +0100 (Thu, 01 Mar 2007)
New Revision: 1198
Added:
trunk/oe/packages/openocd/openocd/
trunk/oe/packages/openocd/openocd/openocd-link-static.patch
Modified:
trunk/oe/packages/openocd/openocd_130.bb
trunk/oe/packages/openocd/openocd_svn.bb
Log:
use -static instead of -Bstatic (in local copy of patch)
Added: trunk/oe/packages/openocd/openocd/openocd-link-static.patch
===================================================================
--- trunk/oe/packages/openocd/openocd/openocd-link-static.patch 2007-03-01
18:19:05 UTC (rev 1197)
+++ trunk/oe/packages/openocd/openocd/openocd-link-static.patch 2007-03-01
18:25:22 UTC (rev 1198)
@@ -0,0 +1,20 @@
+--- openocd/src/Makefile.am.orig 2007-03-01 11:51:41.000000000 -0300
++++ openocd/src/Makefile.am 2007-03-01 11:58:08.000000000 -0300
+@@ -7,7 +7,7 @@
+ -I$(top_srcdir)/src/flash -I$(top_srcdir)/src/pld $(all_includes)
+
+ # the library search path.
+-openocd_LDFLAGS = $(all_libraries)
++openocd_LDFLAGS = -static $(all_libraries)
+ SUBDIRS = helper jtag xsvf target server flash pld
+
+ if IS_MINGW
+@@ -17,7 +17,7 @@
+ endif
+
+ if FT2232_LIBFTDI
+-FTDI2232LIB = -lftdi
++FTDI2232LIB = -lftdi -lusb
+ else
+ FTDI2232LIB =
+ endif
Modified: trunk/oe/packages/openocd/openocd_130.bb
===================================================================
--- trunk/oe/packages/openocd/openocd_130.bb 2007-03-01 18:19:05 UTC (rev
1197)
+++ trunk/oe/packages/openocd/openocd_130.bb 2007-03-01 18:25:22 UTC (rev
1198)
@@ -7,7 +7,7 @@
SRC_URI = "svn://svn.berlios.de/;module=openocd;rev=130 \
http://svn.openmoko.org/developers/werner/openocd-wait-patiently.patch;patch=1 \
-
http://svn.openmoko.org/developers/werner/openocd-link-static.patch;patch=1"
+ file://openocd-link-static.patch;patch=1"
S = "${WORKDIR}/openocd/trunk"
EXTRA_OECONF = " --disable-ftdi2232 --disable-ftd2xx"
Modified: trunk/oe/packages/openocd/openocd_svn.bb
===================================================================
--- trunk/oe/packages/openocd/openocd_svn.bb 2007-03-01 18:19:05 UTC (rev
1197)
+++ trunk/oe/packages/openocd/openocd_svn.bb 2007-03-01 18:25:22 UTC (rev
1198)
@@ -7,7 +7,7 @@
SRC_URI = "svn://svn.berlios.de/;module=openocd \
http://svn.openmoko.org/developers/werner/openocd-wait-patiently.patch;patch=1 \
-
http://svn.openmoko.org/developers/werner/openocd-link-static.patch;patch=1"
+ file://openocd-link-static.patch;patch=1"
S = "${WORKDIR}/openocd/trunk"
EXTRA_OECONF = " --disable-ftdi2232 --disable-ftd2xx"
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 19:35:40 +0100 (Thu, 01 Mar 2007)
New Revision: 1199
Modified:
trunk/oe/packages/linux/gta01-kernel_2.6.bb
Log:
we want 2.6.20.1 by default
Modified: trunk/oe/packages/linux/gta01-kernel_2.6.bb
===================================================================
--- trunk/oe/packages/linux/gta01-kernel_2.6.bb 2007-03-01 18:25:22 UTC (rev
1198)
+++ trunk/oe/packages/linux/gta01-kernel_2.6.bb 2007-03-01 18:35:40 UTC (rev
1199)
@@ -1 +1 @@
-require linux-gta01_2.6.20.bb
+require linux-gta01_2.6.20.1.bb
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 19:42:59 +0100 (Thu, 01 Mar 2007)
New Revision: 1200
Modified:
trunk/oe/packages/openocd/openocd_130.bb
Log:
fix openocd build
Modified: trunk/oe/packages/openocd/openocd_130.bb
===================================================================
--- trunk/oe/packages/openocd/openocd_130.bb 2007-03-01 18:35:40 UTC (rev
1199)
+++ trunk/oe/packages/openocd/openocd_130.bb 2007-03-01 18:42:59 UTC (rev
1200)
@@ -3,6 +3,8 @@
LICENSE = "GPL"
PV = "130"
+FILESDIR = "[EMAIL PROTECTED](bb.data.getVar('FILE',d,1))}/openmoko"
+
inherit autotools
SRC_URI = "svn://svn.berlios.de/;module=openocd;rev=130 \
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 19:43:42 +0100 (Thu, 01 Mar 2007)
New Revision: 1201
Modified:
trunk/oe/packages/openocd/openocd_130.bb
Log:
-EOPEN
Modified: trunk/oe/packages/openocd/openocd_130.bb
===================================================================
--- trunk/oe/packages/openocd/openocd_130.bb 2007-03-01 18:42:59 UTC (rev
1200)
+++ trunk/oe/packages/openocd/openocd_130.bb 2007-03-01 18:43:42 UTC (rev
1201)
@@ -3,7 +3,7 @@
LICENSE = "GPL"
PV = "130"
-FILESDIR = "[EMAIL PROTECTED](bb.data.getVar('FILE',d,1))}/openmoko"
+FILESDIR = "[EMAIL PROTECTED](bb.data.getVar('FILE',d,1))}/openocd"
inherit autotools
--- End Message ---
--- Begin Message ---
Author: werner
Date: 2007-03-01 19:49:02 +0100 (Thu, 01 Mar 2007)
New Revision: 1202
Modified:
trunk/src/host/devirginator/environment.in
trunk/src/host/devirginator/setup.sh
Log:
environment.in: don't "saveenv" after changing the console to usbtty or serial
setup.sh: look for UIMAGE and ROOTFS with -r, not -f, so that one can use
/dev/null for stage 1 only setups
Modified: trunk/src/host/devirginator/environment.in
===================================================================
--- trunk/src/host/devirginator/environment.in 2007-03-01 18:43:42 UTC (rev
1201)
+++ trunk/src/host/devirginator/environment.in 2007-03-01 18:49:02 UTC (rev
1202)
@@ -32,15 +32,13 @@
Set console to USB:
setenv stdin usbtty;
setenv stdout usbtty;
- setenv stderr usbtty;
- saveenv
+ setenv stderr usbtty
menu_2=
Set console to serial:
setenv stdin serial;
setenv stdout serial;
- setenv stderr serial;
- saveenv
+ setenv stderr serial
menu_3=
Power off:
Modified: trunk/src/host/devirginator/setup.sh
===================================================================
--- trunk/src/host/devirginator/setup.sh 2007-03-01 18:43:42 UTC (rev
1201)
+++ trunk/src/host/devirginator/setup.sh 2007-03-01 18:49:02 UTC (rev
1202)
@@ -126,7 +126,7 @@
if [ -z "$UIMAGE" ]; then
UIMAGE=${RELEASE_DIR}/uImage-2.6-'*'-fic-${PLATFORM}-'*'.bin
fi
-if [ ! -f "$UIMAGE" ]; then
+if [ ! -r "$UIMAGE" ]; then
download UIMAGE "$UIMAGE"
fi
@@ -153,7 +153,7 @@
if [ -z "$ROOTFS" ]; then
ROOTFS=${RELEASE_DIR}/openmoko-devel-image-fic-${PLATFORM}-'*'.rootfs.jffs2
fi
-if [ ! -f "$ROOTFS" ]; then
+if [ ! -r "$ROOTFS" ]; then
download ROOTFS "$ROOTFS"
fi
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 20:29:01 +0100 (Thu, 01 Mar 2007)
New Revision: 1203
Added:
trunk/src/target/kernel/patches/config-nr-tty-devices.patch
Modified:
trunk/src/target/kernel/patches/series
Log:
* decrease the number of VT devices to four, this gives a udev speedup.
Also, we won't use that many VT's anyway. It's a phone, after all
Added: trunk/src/target/kernel/patches/config-nr-tty-devices.patch
===================================================================
--- trunk/src/target/kernel/patches/config-nr-tty-devices.patch 2007-03-01
18:49:02 UTC (rev 1202)
+++ trunk/src/target/kernel/patches/config-nr-tty-devices.patch 2007-03-01
19:29:01 UTC (rev 1203)
@@ -0,0 +1,47 @@
+Index: linux-2.6.20.1/drivers/char/Kconfig
+===================================================================
+--- linux-2.6.20.1.orig/drivers/char/Kconfig 2007-02-26 00:46:56.000000000
+0100
++++ linux-2.6.20.1/drivers/char/Kconfig 2007-03-01 16:00:01.000000000
+0100
+@@ -57,6 +57,18 @@
+
+ If unsure, say Y.
+
++config NR_TTY_DEVICES
++ int "Maximum tty device number"
++ depends on VT
++ default 63
++ ---help---
++ This is the highest numbered device created in /dev. You will
actually have
++ NR_TTY_DEVICES+1 devices in /dev. The default is 63, which will
result in
++ 64 /dev entries. The lowest number you can set is 11, anything below
that,
++ and it will default to 11. 63 is also the upper limit so we don't
overrun
++ the serial consoles.
++
++
+ config HW_CONSOLE
+ bool
+ depends on VT && !S390 && !UML
+Index: linux-2.6.20.1/include/linux/vt.h
+===================================================================
+--- linux-2.6.20.1.orig/include/linux/vt.h 2007-03-01 16:04:03.000000000
+0100
++++ linux-2.6.20.1/include/linux/vt.h 2007-03-01 16:03:50.000000000 +0100
+@@ -6,8 +6,19 @@
+ * resizing).
+ */
+ #define MIN_NR_CONSOLES 1 /* must be at least 1 */
++#if (CONFIG_NR_TTY_DEVICES < 4)
++/* Lower Limit */
++#define MAX_NR_CONSOLES 4 /* serial lines start at 64 */
++#define MAX_NR_USER_CONSOLES 4 /* must be root to allocate above this
*/
++#elif (CONFIG_NR_TTY_DEVICES > 63)
++/* Upper Limit */
+ #define MAX_NR_CONSOLES 63 /* serial lines start at 64 */
+ #define MAX_NR_USER_CONSOLES 63 /* must be root to allocate above this
*/
++#else
++/* They chose a sensible number */
++#define MAX_NR_CONSOLES CONFIG_NR_TTY_DEVICES
++#define MAX_NR_USER_CONSOLES CONFIG_NR_TTY_DEVICES
++#endif
+ /* Note: the ioctl VT_GETSTATE does not work for
+ consoles 16 and higher (since it returns a short) */
+
Modified: trunk/src/target/kernel/patches/series
===================================================================
--- trunk/src/target/kernel/patches/series 2007-03-01 18:49:02 UTC (rev
1202)
+++ trunk/src/target/kernel/patches/series 2007-03-01 19:29:01 UTC (rev
1203)
@@ -32,3 +32,4 @@
input-nots-mousedev.patch
ts0710.patch
s3c2410-qt2410-buttons.patch
+config-nr-tty-devices.patch
--- End Message ---
--- Begin Message ---
Author: werner
Date: 2007-03-01 20:44:25 +0100 (Thu, 01 Mar 2007)
New Revision: 1204
Modified:
trunk/src/host/devirginator/environment.in
Log:
Change default console to usbtty.
Modified: trunk/src/host/devirginator/environment.in
===================================================================
--- trunk/src/host/devirginator/environment.in 2007-03-01 19:29:01 UTC (rev
1203)
+++ trunk/src/host/devirginator/environment.in 2007-03-01 19:44:25 UTC (rev
1204)
@@ -21,6 +21,10 @@
nand read.e 0x32000000 splash 0x5000;
unzip 0x32000000 0x33d00000 0x96000
+stdout=usbtty
+stderr=usbtty
+stdin=usbtty
+
#menu_1=
# Boot from microSD:
# setenv bootargs rootfstype=
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 20:49:39 +0100 (Thu, 01 Mar 2007)
New Revision: 1205
Modified:
trunk/oe/packages/tslib/tslib-1.0/fic-gta01/tslib.sh
Log:
it's now 'event1' since 'event0' was taken by the gta01kbd driver for 911 key
Modified: trunk/oe/packages/tslib/tslib-1.0/fic-gta01/tslib.sh
===================================================================
--- trunk/oe/packages/tslib/tslib-1.0/fic-gta01/tslib.sh 2007-03-01
19:44:25 UTC (rev 1204)
+++ trunk/oe/packages/tslib/tslib-1.0/fic-gta01/tslib.sh 2007-03-01
19:49:39 UTC (rev 1205)
@@ -1,6 +1,6 @@
#!/bin/sh
-TSLIB_TSDEVICE=/dev/input/event0
+TSLIB_TSDEVICE=/dev/input/event1
TSLIB_CONFFILE=/usr/share/tslib/ts-2.6.conf
export TSLIB_TSDEVICE TSLIB_CONFFILE
--- End Message ---
--- Begin Message ---
Author: werner
Date: 2007-03-01 20:55:11 +0100 (Thu, 01 Mar 2007)
New Revision: 1206
Modified:
trunk/src/host/devirginator/environment.in
Log:
Don't pass "mtdids" to kernel, because its use is u-boot internal.
Modified: trunk/src/host/devirginator/environment.in
===================================================================
--- trunk/src/host/devirginator/environment.in 2007-03-01 19:49:39 UTC (rev
1205)
+++ trunk/src/host/devirginator/environment.in 2007-03-01 19:55:11 UTC (rev
1206)
@@ -8,7 +8,6 @@
console=ttySAC0,115200
console=tty0
loglevel=8
- mtdids=nand0=neo1973-nand
bootcmd=
setenv bootargs ${bootargs_base} ${mtdparts};
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 21:07:34 +0100 (Thu, 01 Mar 2007)
New Revision: 1207
Added:
trunk/oe/packages/alsa/alsa-state_svn.bb
Log:
add the alsa state files for various audio scenarios
Added: trunk/oe/packages/alsa/alsa-state_svn.bb
===================================================================
--- trunk/oe/packages/alsa/alsa-state_svn.bb 2007-03-01 19:55:11 UTC (rev
1206)
+++ trunk/oe/packages/alsa/alsa-state_svn.bb 2007-03-01 20:07:34 UTC (rev
1207)
@@ -0,0 +1,23 @@
+DESCRIPTION = "ALSA state files"
+SECTION = "base"
+PR = "r0"
+
+SRC_URI = "http://opensource.wolfsonmicro.com/~gg/neo1973/capturehandset.state
\
+ http://opensource.wolfsonmicro.com/~gg/neo1973/captureheadset.state
\
+ http://opensource.wolfsonmicro.com/~gg/neo1973/gsmbluetooth.state \
+ http://opensource.wolfsonmicro.com/~gg/neo1973/gsmhandset.state \
+ http://opensource.wolfsonmicro.com/~gg/neo1973/gsmheadset.state \
+ http://opensource.wolfsonmicro.com/~gg/neo1973/stereoout.state"
+
+FILES_${PN} += "${sysconfdir}/alsa/*"
+
+do_install () {
+ install -d ${D}${sysconfdir} \
+ ${D}${sysconfdir}/alsa
+ install -m 0644 ${WORKDIR}/capturehandset.state ${D}${sysconfdir}/alsa/
+ install -m 0644 ${WORKDIR}/captureheadset.state ${D}${sysconfdir}/alsa/
+ install -m 0644 ${WORKDIR}/gsmbluetooth.state ${D}${sysconfdir}/alsa/
+ install -m 0644 ${WORKDIR}/gsmhandset.state ${D}${sysconfdir}/alsa/
+ install -m 0644 ${WORKDIR}/gsmheadset.state ${D}${sysconfdir}/alsa/
+ install -m 0644 ${WORKDIR}/stereoout.state ${D}${sysconfdir}/alsa/
+}
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 21:09:42 +0100 (Thu, 01 Mar 2007)
New Revision: 1208
Modified:
trunk/oe/conf/machine/fic-gta01.conf
Log:
* we want dfu-util and openocd to be built
* gta01kbd is now statically linked into the kernel
Modified: trunk/oe/conf/machine/fic-gta01.conf
===================================================================
--- trunk/oe/conf/machine/fic-gta01.conf 2007-03-01 20:07:34 UTC (rev
1207)
+++ trunk/oe/conf/machine/fic-gta01.conf 2007-03-01 20:09:42 UTC (rev
1208)
@@ -17,8 +17,7 @@
MACHINE_EXTRA_RRECOMMENDS = "\
kernel-module-gta01-pm-bt \
kernel-module-gta01-pm-gps \
- kernel-module-gta01-pm-gsm \
- kernel-module-gta01kbd "
+ kernel-module-gta01-pm-gsm"
MACHINE_TASK_PROVIDER = "task-base"
@@ -32,7 +31,7 @@
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n"
# build tools
-EXTRA_IMAGEDEPENDS += "sjf2410-linux-native"
+EXTRA_IMAGEDEPENDS += "sjf2410-linux-native openocd-native dfu-util-native"
# tune for S3C24x0
include conf/machine/include/tune-arm920t.conf
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-01 21:16:45 +0100 (Thu, 01 Mar 2007)
New Revision: 1209
Modified:
trunk/oe/packages/tasks/task-openmoko.bb
Log:
add alsa state
Modified: trunk/oe/packages/tasks/task-openmoko.bb
===================================================================
--- trunk/oe/packages/tasks/task-openmoko.bb 2007-03-01 20:09:42 UTC (rev
1208)
+++ trunk/oe/packages/tasks/task-openmoko.bb 2007-03-01 20:16:45 UTC (rev
1209)
@@ -181,6 +181,7 @@
#
DESCRIPTION_task-openmoko-debug = "OpenMoko: Debugging Tools"
RDEPENDS_task-openmoko-debug = "\
+ alsa-state \
alsa-utils-amixer \
alsa-utils-aplay \
alsa-utils-aconnect \
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog