Re: [OE-core] [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options

2013-08-19 Thread Simon Busch
Am 19.08.2013 18:58, schrieb Paul Eggleton: > On Monday 19 August 2013 18:28:02 Simon Busch wrote: >> Am 19.08.2013 18:09, schrieb Phil Blundell: >>> On Mon, 2013-08-19 at 18:04 +0200, Simon Busch wrote: >>>> In some cases as distribution just wants to extend the defa

Re: [OE-core] [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options

2013-08-19 Thread Simon Busch
Am 19.08.2013 18:09, schrieb Phil Blundell: > On Mon, 2013-08-19 at 18:04 +0200, Simon Busch wrote: >> In some cases as distribution just wants to extend the default PACKAGECONFIG >> instead of >> rewriting it completely. Therefor having a PACKAGECONFIG_DISTRO variable &g

[OE-core] [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options

2013-08-19 Thread Simon Busch
In some cases as distribution just wants to extend the default PACKAGECONFIG instead of rewriting it completely. Therefor having a PACKAGECONFIG_DISTRO variable which is empty by default and included in PACKAGECONFIG helps a lot. Signed-off-by: Simon Busch --- meta/recipes-graphics/mesa

[OE-core] [PATCH] wpa-supplicant: enable required configuration options for connman

2013-07-24 Thread Simon Busch
Details can be found in the connman documentation: https://git.kernel.org/cgit/network/connman/connman.git/tree/README#n280 Signed-off-by: Simon Busch --- .../wpa-supplicant/wpa-supplicant/defconfig-gnutls | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH v3] wpa-supplicant: backport patch to fix dbus interface for autoscan functionality

2013-07-15 Thread Simon Busch
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for details about the issue with connman and http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html about the upstream submission of the patch. Signed-off-by: Simon Busch --- .../wpa-supplicant/wpa-supplicant-2.0.inc

[OE-core] [PATCH v2] wpa-supplicant: backport patch to fix dbus interface for autoscan functionality

2013-07-15 Thread Simon Busch
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for details about the issue with connman and http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html about the upstream submission of the patch. Signed-off-by: Simon Busch --- .../wpa-supplicant/wpa-supplicant-2.0.inc

[OE-core] [PATCH] wpa-supplicant: backport patch to fix dbus interface for autoscan functionality

2013-07-15 Thread Simon Busch
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for details about the issue with connman and http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html about the upstream submission of the patch. Signed-off-by: Simon Busch --- .../wpa-supplicant/wpa-supplicant-2.0.inc

Re: [OE-core] [PATCH] connman: Ignore eth0 cleanup when booting over the network

2012-08-31 Thread Simon Busch
EXTRA_PARAM="-P ethernet" > + EXTRA_PARAM="-P ethernet -I eth0" > fi > $DAEMON $EXTRA_PARAM > } > What about other devices where eht0 is not available but rndis0 for example which has to be ignored? As of right we have this fix

[OE-core] [PATCH] meta: glib-2.0: don't apply qsort_r test removable patch for native version

2011-11-01 Thread Simon Busch
gets only applied for the native version of this recipe. Signed-off-by: Simon Busch --- meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2

Re: [OE-core] [oe-core 2/4] qt4-x11-free: bring back pkg-config fixups

2011-10-19 Thread Simon Busch
On 12.10.2011 20:05, Simon Busch wrote: > On 12.10.2011 11:23, Paul Eggleton wrote: >> On Wednesday 12 October 2011 08:45:03 Martin Jansa wrote: >>> From: Simon Busch >>> >>> With b40b9c024be5e1ec81a31961158b3e6b529acfe0 some pkg-config fixups where >>&

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Simon Busch
On 12.10.2011 21:29, Simon Busch wrote: > On 12.10.2011 21:24, Simon Busch wrote: >> On 12.10.2011 21:09, Koen Kooi wrote: >>>> What is breaking qt:e in this case? For me it's just a feature reduction >>>> and not a break (as qt:e still works fine with the lin

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Simon Busch
On 12.10.2011 21:24, Simon Busch wrote: > On 12.10.2011 21:09, Koen Kooi wrote: >>> What is breaking qt:e in this case? For me it's just a feature reduction >>> and not a break (as qt:e still works fine with the linux input interface). >> >> When your TS is s

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Simon Busch
o your machine layer as it is really machine specific if you need tslib or not. regards, Simon -- Simon Busch - http://mm.gravedo.de/blog/ ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Simon Busch
On 12.10.2011 20:14, Koen Kooi wrote: > > > Op 12 okt. 2011 om 20:10 heeft Simon Busch het volgende > geschreven: > >> On 12.10.2011 10:02, Eric Bénard wrote: >>> Hi, >>> >>> Le 12/10/2011 09:45, Martin Jansa a écrit : >>>> From: Si

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Simon Busch
On 12.10.2011 10:02, Eric Bénard wrote: > Hi, > > Le 12/10/2011 09:45, Martin Jansa a écrit : >> From: Simon Busch >> >> In most cases we don't need tslib in std. configuration as touchscreen >> access in most >> devices today is done with linux input

Re: [OE-core] [oe-core 2/4] qt4-x11-free: bring back pkg-config fixups

2011-10-12 Thread Simon Busch
On 12.10.2011 11:23, Paul Eggleton wrote: > On Wednesday 12 October 2011 08:45:03 Martin Jansa wrote: >> From: Simon Busch >> >> With b40b9c024be5e1ec81a31961158b3e6b529acfe0 some pkg-config fixups where >> removed from qt4.inc which breaks the pkg-config files for qt

[OE-core] [PATCH 2/2] qt4-embedded: move qte.sh profile script into own package

2011-09-25 Thread Simon Busch
edded. Signed-off-by: Simon Busch --- meta/recipes-qt/qt4/qt4-embedded.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index 1ede922..ed872b0 100644 --- a/meta/recipes-qt/qt

[OE-core] [PATCH 1/2] meta: qt4: fix postprocessing of pkg-config files

2011-09-25 Thread Simon Busch
do_install. Signed-off-by: Simon Busch --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +- meta/recipes-qt/qt4/qt4-x11-free.inc |2 +- meta/recipes-qt/qt4/qt4.inc |4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-05-18 Thread Simon Busch
On 18.04.2011 14:17, Gary Thomas wrote: > On 04/18/2011 05:34 AM, Koen Kooi wrote: >> >> Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven: >> >>> On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote: Martin did some Xorg cleanup in meta-oe today and we're seeing some st