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 > ) 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.

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

2009-07-20 Thread Nicolas Ferre
Andrzej Wolski 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 bootin

[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-d

[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 --- 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() { echo "Examples=$

[Angstrom-devel] [PATCH 41/45] qt4.inc: Fix of shell for some shells

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther --- recipes/qt4/qt4.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index 79240ed..50dd1d8 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -123,11 +123,11 @@ 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é --- 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 +++ b/recipes/qt4/qt4-tools-n

[Angstrom-devel] [PATCH 02/45] meta-toolchain-qte: Reorder the tasks to match other recipes

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther Cleanup on the meta-toolchain-qte. Set the variables before rquiring meta-toolchain. --- recipes/meta/meta-toolchain-qte.bb |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/meta/meta-toolchain-qte.bb b/recipes/meta/meta-tool

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

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé From: Otavio Salvador Signed-off-by: Otavio Salvador Acked-by: Jeremy Lainé --- recipes/qt4/qt4.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index dede5cb..3deffa6 100644 --- a/recipes/qt4/qt4.inc +

[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 --- 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 --- a/recipes/qt4/qt4-tools-sdk_4.5.2.bb

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

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther 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 52fd279..c27e7cc 100644 --- a/re

[Angstrom-devel] [PATCH 35/45] qt4.inc: add -I${STAGING_INCDIR}/postgresql to includes

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé This works around part of the problem when cross-compiling the PostgreSQL plugin. The build will still fail if the "pg_config" program is present on the build machine. --- recipes/qt4/qt4.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/qt

[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 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 b/recipes/qt4/qt4.inc in

[Angstrom-devel] [PATCH 21/45] qt4: fixed regexp pattern for graphics plugins

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/qt4.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index c17503d..629f5c5 100644 --- a/recipes/qt4/qt4.i

[Angstrom-devel] [PATCH 45/45] mysql: mysql_config produced by this build specifies host includes and libs, sed these out so we can use this to cross compile stuff with QA checks

2009-12-09 Thread Nicolas Ferre
From: Tim 'timtim' Ellis --- recipes/mysql/mysql_4.1.22.bb |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/recipes/mysql/mysql_4.1.22.bb b/recipes/mysql/mysql_4.1.22.bb index bd75513..09c52ec 100644 --- a/recipes/mysql/mysql_4.1.22.bb +++ b/recipes/mysql/mysql_4.1.

[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 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 changed, 2 inserti

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/qt4-embedded.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc index bae52ab..3d986b2 1

[Angstrom-devel] [PATCH 23/45] qt4: fixed pkgconfig for qt4-embedded

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Added ${QT_LIBINFIX} for pkgconfig dependencies. Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/qt4.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/qt4.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index de7ae15..f5da652 100644 --- a/recipes/qt4/qt4.

[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é --- 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 --- a/recipes/qt4/qt4-to

[Angstrom-devel] [PATCH 03/45] meta-toolchain-qte: Export some more paths

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther Export RCC, UIC3, DBUSXML2CPP, DBUSCPP2XML environment variables. This is based on a patch from Ihar Hrachyshka. Signed-off-by: Ihar Hrachyshka --- recipes/meta/meta-toolchain-qte.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/qt4-tools-native.inc |2 ++ recipes/qt4/qt4-tools-native_4.4.3.bb |2 +- recipes/qt4/qt4-tools-native_4.5.1.bb |2 +- 3 files changed, 4 insertions(+), 2 deleti

[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 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 |3 +++ 2 files

[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 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 screendriver out of t

[Angstrom-devel] [PATCH 08/45] task-qte-toolchain-target: Do not install the full qt4-embedded

2009-12-09 Thread Nicolas Ferre
From: Holger Hans Peter Freyther Do not install debug packages and examples making the SDK a bit smaller. --- recipes/tasks/task-qte-toolchain-target.bb | 33 +-- 1 files changed, 30 insertions(+), 3 deletions(-) diff --git a/recipes/tasks/task-qte-toolchain-target.bb

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

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé --- 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 b/recipes/qt4/qt4-embedded_4.5.

[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 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 a/recipes/meta/meta-toolchain-qte.bb

[Angstrom-devel] [PATCH 14/45] qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP and OE_QMAKE_QDBUSCPP2XML

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé From: Otavio Salvador Signed-off-by: Otavio Salvador Acked-by: Jeremy Lainé --- classes/qmake2.bbclass |2 ++ recipes/qt4/files/linux.conf |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/classes/qmake2.bbclass b/classes/qmake2.bbclass in

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

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi --- 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 recipes/qt4/qt4-embedded-gles-4.5.2/sgx-hack.patch c

[Angstrom-devel] [PATCH 12/45] Author: Otavio Salvador

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé Signed-off-by: Otavio Salvador Acked-by: Jeremy Lainé --- 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 |1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/reci

[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 --- 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 +- recipes/qt4/qt4-x11-free_4.5.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 --- 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 b/recipes/qt4/qt4-x11-free-gles_git.b

[Angstrom-devel] [PATCH 01/45] meta-toolchain-qte: initial qt embedded toolchain version

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka This version doesn't include qt tools yet so it is not ready to create crossed qt applications. Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/meta/meta-toolchain-qte.bb | 25 + recipes/tasks/t

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Signed-off-by: Koen Kooi --- recipes/qt4/qt4-embedded.inc |2 +- recipes/qt4/qt4-x11-free.inc |2 +- recipes/qt4/qt4.inc |7 --- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/qt4/qt4-embedded

[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 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 + recipes/qt4/qt4-tools-sdk_4.5.2.bb

[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 * 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 |2 +- 3 files change

[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 Added mkspecs, qt4-tools to toolchain tasks (now meta-toolchain-qte works ok). Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/qt4-tools-sdk_4.5.1.bb | 72 ++ recipes/tasks/task-qte-toolch

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

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi --- 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 index 8d827eb..4c109e2 100

[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 --- 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|1

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

2009-12-09 Thread Nicolas Ferre
From: Koen Kooi --- 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 a/recipes/qt4/qt4-embedded-gles_4.

[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 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 about /usr/include. T

[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 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 + recipes/qt4/qt4-

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/qt4.inc | 29 +++-- 1 files changed, 23 insertions(+), 6 deletions(-) diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index 629f5c5..a6a2bfc 10

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/qt4-x11-free.inc | 34 +++ recipes/qt4/qt4-x11-free/0003-no-tools.patch | 18 ++ .../qt4-x11-free/0006-freetype-host-incl

[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 --- 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 -- recipes/qt4/qt4-x11-free-gles/sgx-hack.patch | 20

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- classes/qt4e.bbclass |7 ++- recipes/qt4/qt4-embedded.inc | 12 ++-- recipes/qt4/qt4-tools-native.inc |6 +- recipes/qt4/qt4.inc | 104 ++

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

2009-12-09 Thread Nicolas Ferre
From: Jeremy Lainé --- 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 -- recipes/qt4/files/4.5.0/0008-qt-lib-infix.patch| 34 --

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Signed-off-by: Koen Kooi --- recipes/qt4/qt4-embedded-4.5.1/0003-no-tools.patch | 18 - .../0006-freetype-host-includes.patch | 20 -- .../0007-openssl-host-includes.patch | 20 -- .../qt4/qt4-emb

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

2009-12-09 Thread Nicolas Ferre
From: Ihar Hrachyshka Signed-off-by: Ihar Hrachyshka Acked-by: Tom Rini Acked-by: Denys Dmytriyenko --- recipes/qt4/files/0003-no-tools.patch | 16 --- .../qt4/files/0006-freetype-host-includes.patch| 23 -- recipes/qt4/files/0007-openssl-host-includes.patch |

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

2009-12-10 Thread Nicolas Ferre
il server... here 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-dis

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

2009-12-10 Thread Nicolas Ferre
lugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \ --plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb \ +-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,

[Angstrom-devel] [PATCH] sane-feed.inc: adding some ATMEL boards

2010-01-11 Thread Nicolas Ferre
Add some armv5te entries for ATMEL -EK boards. Signed-off-by: Nicolas Ferre --- conf/distro/include/sane-feed.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/conf/distro/include/sane-feed.inc b/conf/distro/include/sane-feed.inc index 5bc19a1..873972f 100644

Re: [Angstrom-devel] [PATCH] sane-feed.inc: adding some ATMEL boards

2010-01-12 Thread Nicolas Ferre
Le 11/01/2010 18:06, Koen Kooi : > On 11-01-10 16:45, Nicolas Ferre wrote: >> Add some armv5te entries for ATMEL -EK boards. > > FEED_ARCH is deprecated and shouldn't be used any more. I'm surprised it > spread beyond angstrom after it being deprecated, but I gu

[Angstrom-devel] kdriver kmode.c policy

2010-01-12 Thread Nicolas Ferre
patch" ? 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