[PATCH 01/12] fso-image.inc: add an even shorter alias, for ls -l

2010-05-31 Thread Antonio Ospite
'l' is a must have along with 'll'. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/images/fso-image.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc index cc626f3..704d267 100644 ---

[PATCH 03/12] device_table-ezx.txt: add needed device nodes

2010-05-31 Thread Antonio Ospite
* With all the mux nodes we can start playing again with gps on A780 * More fb nodes are needed for pxa fb overlay access * Audio devices are needed too in the case of static /dev Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- files/device_table-ezx.txt | 12 +++- 1 files

[PATCH 04/12] xserver-kdrive-common/Xserver: fix EZX settings

2010-05-31 Thread Antonio Ospite
Support all EZX machines, and set up the mouse as a tslib device. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../xserver-kdrive-common/Xserver |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH 00/12] motorola-ezx related changes

2010-05-31 Thread Antonio Ospite
Hi, here's some motorola-ezx related changes, plus a couple of other fixes I am using here. Namely, the non ezx related changes are 01 and 02. Can anyone review and apply, please? Thanks, Antonio Ospite Antonio Ospite (11): fso-image.inc: add an even shorter alias for ls -l

[PATCH 05/12] tslib: Add config file for a780 machine

2010-05-31 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/tslib/tslib/a780/tslib.sh |5 + 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100755 recipes/tslib/tslib/a780/tslib.sh diff --git a/recipes/tslib/tslib/a780/tslib.sh b/recipes/tslib/tslib/a780/tslib.sh

[PATCH 07/12] motorola-ezx-base.inc: refresh machine definition

2010-05-31 Thread Antonio Ospite
Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES alphabetically * add ezx-gen-blob to EXTRA_IMAGEDEPENDS * use MODUTILS=26 * Add needed kernel modules for BP * get rid of udev Signed-off-by: Antonio Ospite osp...@studenti.unina.it ---

[PATCH 12/12] frameworkd_git.bb: bump SRCREV

2010-05-31 Thread Antonio Ospite
ogsmd has now some more reliable support for the Freescale Neptune modem used in Motorola EzX phones. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/freesmartphone/frameworkd_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 10/12] ezx-gen-blob: bump SRCREV

2010-05-31 Thread Antonio Ospite
The new version can now be compiled with OE with no problems, previously the size of the binary produced with the toolchain from OE was too big to be flashed. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/ezx/ezx-gen-blob_svn.bb |4 ++-- 1 files changed, 2 insertions(+),

[PATCH 08/12] motorola-ezx-base.inc: Add support for ubifs

2010-05-31 Thread Antonio Ospite
From: Ilya Petrov ilya.muro...@gmail.com Signed-off-by: Ilya Petrov ilya.muro...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/machine/include/motorola-ezx-base.inc | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git

[PATCH 09/12] openezx-kernel_git: update recipe

2010-05-31 Thread Antonio Ospite
* bump KV * bump SRCREV: The new version enables CONFIG_DEVTMPFS by default and some other stuff, and fixes usblan on gen2 when booting from MMC * Provide a fallback CMDLINE * Keep OABI config setting * Use a -oe LOCALVERSION both in KV and in .config Signed-off-by: Antonio Ospite

[PATCH 07/12 v2] motorola-ezx-base.inc: refresh machine definition

2010-05-31 Thread Antonio Ospite
Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES alphabetically * add ezx-gen-blob to EXTRA_IMAGEDEPENDS * use MODUTILS=26 * Add needed kernel modules for BP Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v1: