[Angstrom-devel] kdriver kmode.c policy

2010-01-12 Thread Nicolas Ferre
? thanks for your input. Best regards, -- Nicolas Ferre ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Re: [Angstrom-devel] Qt/Embedded....

2009-12-10 Thread Nicolas Ferre
they are. They were preceded by a RFC message That I think was lost in the battle... Anyway, I hope that this patch bomb did not annoy you too much... Best regards, -- Nicolas Ferre ___ Angstrom-distro-devel mailing list Angstrom-distro-devel

Re: [Angstrom-devel] Qt/Embedded....

2009-12-10 Thread Nicolas Ferre
\ +-plugin-mouse-tslib -qt-mouse-tslib -qt-mouse-qvfb \ -qt-kbd-tty -qt-kbd-usb -qt-kbd-qvfb \ -DQT_KEYPAD_NAVIGATION \ 8- Hope this helps, Best regards, -- Nicolas Ferre ___ Angstrom-distro-devel mailing list Angstrom

[Angstrom-devel] [PATCH 28/45] qt4: add extra hook into configure to munge some qmake stuff

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index a667ab8..98c11fd 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -122,6 +122,8 @@ do_configure() {

[Angstrom-devel] [PATCH 13/45] qt4-tools-native.inc: add qdbuscpp2xml to Qt native tools

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé jeremy.la...@m4x.org --- recipes/qt4/qt4-tools-native.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/qt4/qt4-tools-native.inc b/recipes/qt4/qt4-tools-native.inc index 7946e6f..a79eed4 100644 --- a/recipes/qt4/qt4-tools-native.inc +++

[Angstrom-devel] [PATCH 11/45] qt4.inc: add translation packages to the dynamic list

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé jeremy.la...@m4x.org From: Otavio Salvador ota...@ossystems.com.br Signed-off-by: Otavio Salvador ota...@ossystems.com.br Acked-by: Jeremy Lainé jeremy.la...@m4x.org --- recipes/qt4/qt4.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Angstrom-devel] [PATCH 42/45] qt4-tools-sdk: Use an install target to install the qt4 utilities

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org --- recipes/qt4/qt4-tools-sdk_4.5.2.bb |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes/qt4/qt4-tools-sdk_4.5.2.bb b/recipes/qt4/qt4-tools-sdk_4.5.2.bb index fafb771..c0f2f7a 100644 ---

[Angstrom-devel] [PATCH 06/45] meta-toolchain-qte: Set the QMAKESPEC...

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org And finally we have a working SDK (tm). --- recipes/meta/meta-toolchain-qte.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipes/meta/meta-toolchain-qte.bb b/recipes/meta/meta-toolchain-qte.bb index

[Angstrom-devel] [PATCH 40/45] qt4: Do not recreate the link if it exists otherwise do_install will fail

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org When running configure more than once the do_install stage will fail due excessive symlinks... Stop doing that. --- recipes/qt4/qt4.inc | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes/qt4/qt4.inc

[Angstrom-devel] [PATCH 30/45] qt4.inc: Work with DISTRO=micro where local_prefix is

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org The Qt buildsystem does not like when the -prefix is omitted (). Append a / to the ${prefix} to always have at least one charachter. This was build tested with the micro and minimal distribution. --- recipes/qt4/qt4.inc |4 ++-- 1 files

[Angstrom-devel] [PATCH 17/45] qt4-embedded: added directfb plugin

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Acked-by: Tom Rini tr...@embeddedalley.com Acked-by: Denys Dmytriyenko de...@denix.org --- recipes/qt4/qt4-embedded.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[Angstrom-devel] [PATCH 24/45] qt4: create mkspecs package

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Acked-by: Tom Rini tr...@embeddedalley.com Acked-by: Denys Dmytriyenko de...@denix.org --- recipes/qt4/qt4.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[Angstrom-devel] [PATCH 09/45] qt4(-tools-native)?.inc: compatibility fixes for Qt 4.5.1

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé jeremy.la...@m4x.org --- recipes/qt4/qt4-tools-native.inc |2 +- recipes/qt4/qt4.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/qt4/qt4-tools-native.inc b/recipes/qt4/qt4-tools-native.inc index df5afd3..75ce4e6 100644 ---

[Angstrom-devel] [PATCH 19/45] qt4-tools-native: use INC_PR

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Acked-by: Tom Rini tr...@embeddedalley.com Acked-by: Denys Dmytriyenko de...@denix.org --- recipes/qt4/qt4-tools-native.inc |2 ++ recipes/qt4/qt4-tools-native_4.4.3.bb |2 +-

[Angstrom-devel] [PATCH 05/45] qt4: Make it possible to set the QMAKE_QT_CONFIG variable

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org this way we will find the qconfig.pri and all library names will be set correctly. This means that the SDK is usable to compile Qt applications out of the box. --- recipes/meta/meta-toolchain-qte.bb |1 + recipes/qt4/files/g++.conf |

[Angstrom-devel] [PATCH 43/45] qt4-x11-free.inc: Do not override the var set by qt4-x11-free-gles

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org Another attempt to fix the dependencies of qt4-x11-free-gles. Do not make libqt4-FOO-dev depend on qt4-x11-free-gles which will drag in more dependencies. A better fix would be to build the OpenVG graphicsengine unconditionally and build the

[Angstrom-devel] [PATCH 15/45] qt4: make Qt 4.5.1 the default version

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé jeremy.la...@m4x.org --- recipes/qt4/qt4-embedded_4.5.1.bb |1 - recipes/qt4/qt4-tools-native_4.5.1.bb |1 - recipes/qt4/qt4-x11-free_4.5.1.bb |1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/recipes/qt4/qt4-embedded_4.5.1.bb

[Angstrom-devel] [PATCH 04/45] meta-toolchain-qte: Fix the paths to the helper utilities

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org They are directly copied into bin/ and not usr/bin. Change the script to point to the correct location. --- recipes/meta/meta-toolchain-qte.bb | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

[Angstrom-devel] [PATCH 31/45] qt4-embedded gles: add WIP GLES version of qt-e

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4-embedded-gles-4.5.2/sgx-hack.patch | 18 + recipes/qt4/qt4-embedded-gles_4.5.2.bb | 27 2 files changed, 45 insertions(+), 0 deletions(-) create mode 100644

[Angstrom-devel] [PATCH 12/45] Author: Otavio Salvador ota...@ossystems.com.br

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé jeremy.la...@m4x.org Signed-off-by: Otavio Salvador ota...@ossystems.com.br Acked-by: Jeremy Lainé jeremy.la...@bolloretelecom.eu --- recipes/qt4/qt4-tools-native.inc |6 -- recipes/qt4/qt4-tools-native_4.4.3.bb |2 +- recipes/qt4/qt4-tools-native_4.5.1.bb |

[Angstrom-devel] [PATCH 38/45] qt4: Use require instead of include to fail on missing includes

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org --- recipes/qt4/qt4-embedded_4.4.3.bb |2 +- recipes/qt4/qt4-embedded_4.5.2.bb |2 +- recipes/qt4/qt4-x11-free-gles_git.bb.disabled |2 +- recipes/qt4/qt4-x11-free_4.4.3.bb |2 +-

[Angstrom-devel] [PATCH 33/45] qt4 x11 gles git: add git version to build a gles1 + openvg 4.6rc version

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4-x11-free-gles_git.bb | 40 ++ 1 files changed, 40 insertions(+), 0 deletions(-) create mode 100644 recipes/qt4/qt4-x11-free-gles_git.bb diff --git a/recipes/qt4/qt4-x11-free-gles_git.bb

[Angstrom-devel] [PATCH 26/45] qt4: added postgres, mysql, and sqlite2/3 support.

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4-embedded.inc |2 +- recipes/qt4/qt4-x11-free.inc |2 +- recipes/qt4/qt4.inc |7 --- 3 files

[Angstrom-devel] [PATCH 37/45] qt4: Qt4.5 is released under LGPLv2.1 and GPLv3

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org Update licensing bits on the Qt classes. --- recipes/qt4/qt4-embedded-gles_4.5.2.bb.disabled |2 ++ recipes/qt4/qt4-embedded_4.5.2.bb |2 +- recipes/qt4/qt4-tools-native_4.5.2.bb |1 +

[Angstrom-devel] [PATCH 36/45] qt4-x11-free-gles: reinstate it now the weird dependency problems have been resolved

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi k...@openembedded.org * also switch to gles2, requires less patching --- recipes/qt4/qt4-x11-free-gles_4.5.2.bb | 27 +++ recipes/qt4/qt4-x11-free-gles_4.5.2.bb.disabled | 23 --- recipes/qt4/qt4-x11-free-gles_git.bb.disabled |

[Angstrom-devel] [PATCH 07/45] task-qte-toolchain: added mkspecs and new qt4-tools-sdk recipe

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Added mkspecs, qt4-tools to toolchain tasks (now meta-toolchain-qte works ok). Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Acked-by: Tom Rini tr...@embeddedalley.com Acked-by: Denys Dmytriyenko de...@denix.org ---

[Angstrom-devel] [PATCH 27/45] qt4: package demos and examples as well

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4-embedded.inc |2 +- recipes/qt4/qt4-x11-free.inc |2 +- recipes/qt4/qt4.inc |9 +++-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc

[Angstrom-devel] [PATCH 29/45] qt4-x11-free-gles: add an OopenGL ES1 version of qt4-x11-free

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4-x11-free-gles-4.5.2/sgx-hack.patch | 20 + recipes/qt4/qt4-x11-free-gles_4.5.2.bb | 23 recipes/qt4/qt4-x11-free.inc |4 +- recipes/qt4/qt4.inc

[Angstrom-devel] [PATCH 32/45] qt-embedded: fix gles build and packaging

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4-embedded-gles_4.5.2.bb | 16 +++- recipes/qt4/qt4-embedded.inc |2 +- recipes/qt4/qt4.inc| 17 + 3 files changed, 25 insertions(+), 10 deletions(-) diff --git

[Angstrom-devel] [PATCH 44/45] qt4: Hack out the pg_config invocation on configure

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org Currently the configure script of Qt is invoking pg_config which is a native application and not staged. Even though we pass the directory with the header files we will fail the postgres test as pg_config from the host will tell us something

[Angstrom-devel] [PATCH 39/45] qt4: Add patch to fix the visibility and bsymbolic detection

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther ze...@selfish.org Do not use $COMPILER to execute the test. This fails when the passed compiler is something like ccache gcc. --- recipes/qt4/files/fix-config-tests.patch | 34 ++ recipes/qt4/qt4-embedded.inc |1 +

[Angstrom-devel] [PATCH 22/45] qt4: package all installed files

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Acked-by: Tom Rini tr...@embeddedalley.com Acked-by: Denys Dmytriyenko de...@denix.org --- recipes/qt4/qt4.inc | 29 +++-- 1 files changed, 23 insertions(+), 6

[Angstrom-devel] [PATCH 20/45] qt4-x11-free: generalize recipes, port them to INC_PR

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Acked-by: Tom Rini tr...@embeddedalley.com Acked-by: Denys Dmytriyenko de...@denix.org --- recipes/qt4/qt4-x11-free.inc | 34 +++

[Angstrom-devel] [PATCH 34/45] qt*gles: rename to .disabled till the qt4 stuff becomes less magical

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4-embedded-gles_4.5.2.bb | 25 recipes/qt4/qt4-embedded-gles_4.5.2.bb.disabled| 25 recipes/qt4/qt4-x11-free-gles-4.5.2/sgx-hack.patch | 20 --

[Angstrom-devel] [PATCH 18/45] qt4: style refinements, more generalization

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Acked-by: Tom Rini tr...@embeddedalley.com Acked-by: Denys Dmytriyenko de...@denix.org --- classes/qt4e.bbclass |7 ++- recipes/qt4/qt4-embedded.inc | 12 ++--

[Angstrom-devel] [PATCH 10/45] qt4: update from 4.5.0 to 4.5.1

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé jeremy.la...@m4x.org --- recipes/qt4/files/4.5.0/0003-no-tools.patch| 18 - .../files/4.5.0/0006-freetype-host-includes.patch | 20 -- .../files/4.5.0/0007-openssl-host-includes.patch | 20 --

[Angstrom-devel] [PATCH 25/45] qt4: updated version to 4.5.2.

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Koen Kooi k...@openembedded.org --- recipes/qt4/qt4-embedded-4.5.1/0003-no-tools.patch | 18 - .../0006-freetype-host-includes.patch | 20 --

[Angstrom-devel] [PATCH 16/45] qt4-embedded: reworked directory layout for the next changes.

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka ihar.hrachys...@gmail.com Signed-off-by: Ihar Hrachyshka ihar.hrachys...@gmail.com Acked-by: Tom Rini tr...@embeddedalley.com Acked-by: Denys Dmytriyenko de...@denix.org --- recipes/qt4/files/0003-no-tools.patch | 16 ---

[Angstrom-devel] Wrong colors on matchbox

2009-10-28 Thread Nicolas Ferre
the same matchbox version and rules gives good colors on the previous Linux4sam rootfs) (fbset xdpyinfo seems to give good configuration of framebuffer) Thanks, Bye, -- Nicolas Ferre ___ Angstrom-distro-devel mailing list Angstrom-distro-devel

Re: [Angstrom-devel] Angstrom boot failure on AT91SAM9260 [SOLVED]

2009-07-20 Thread Nicolas Ferre
Andrzej Wolski awol...@... writes: Hello, I've built Angstrom base-image from stable/2009 branch for AT91SAM9260EK machine (and also tried AT91SAM9263EK) and tried to run it on my custom board with 9260 CPU, but I'm getting this: ... Freeing init memory: 96K INIT: version 2.86

Re: [Angstrom-devel] Angstrom on AT91SAM9261EK

2007-12-13 Thread Nicolas Ferre
CK Sim [EMAIL PROTECTED] writes: Hi, I have successfully tested the Angstrom distribution (from www.linux4sam.org http://www.linux4sam.org/ ) on the EK board and it works fine. However, I encountered a problem when using it on a custom board with a 800x480 7 LCD display. I recompiled