From: Roy Li
Once babald becomes a background daemon, it should not output information to
stdout, so need to close stdout.
In fact, other daemons close their stdout when they run into background, like
ospfd, isisd and bgpd, by calling daemon() which is in lib/daemon.c
Closing the stdout can fix
When looking for Qt5 components and files we ought to use the Qt5
specific path. In case the distribution wants to have a flat tree it
can set QT_DIR_NAME and it will still works as expected.
Signed-off-by: Otavio Salvador
---
I have built two image and the SDK from scratch using this with no
iss
On 2014?01?22? 19:31, Martin Jansa wrote:
On Wed, Jan 22, 2014 at 03:47:38PM +0800, Kai Kang wrote:
Scripts ntptrace and ntp-wait use /bin/perl directly that cause
ntp-utils depends on /bin/perl but no package provides it. It should use
'${USRBINPATH}/env perl'.
Next time please add [meta-netwo
On 18 February 2014 21:26, Martin Jansa wrote:
> Signed-off-by: Martin Jansa
> ---
> recipes-qt/qt5/qtbase.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> index 4c1c6dd..116c86f 100644
> --- a/recipes-qt/qt5/qtbase.inc
> +++ b/
Signed-off-by: Jonathan Liu
---
recipes-qt/qt5/qtbase.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index f056393..3468211 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -74,6 +74,7 @@ PACKAGECONFIG[pcre] =
On 19/02/2014 2:37 AM, Martin Jansa wrote:
* Jonathan Liu reported that qtbase-native was failing to build for him
and it looks like qtbase-native was trying to link against icu from his
host (instead of icu-native because it isn't in DEPENDS)
Signed-off-by: Martin Jansa
---
recipes-qt/
This prevents configure from detecting and trying to use the host ICU.
Signed-off-by: Jonathan Liu
---
recipes-qt/qt5/qtbase-native.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index b9193e4..902b9ed 100644
--- a/reci
Hello everyone, I am sure this has been asked before but I haven't found a
solution.
I am currently integrating GDM to my XFCE image. I was hoping that it's as
easy as adding GDM as the graphical init manager (in local.conf), but it
looks like PolicyKit, Console Kit, PAM, gconf, gconf-sanity (as p
Great, it worked :)
Thanks Koen,
Adam
On Mon, Feb 17, 2014 at 11:47 PM, Koen Kooi wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Adam Lee schreef op 18-02-14 00:00:
> > Hello everyone, my gdm logs in /var/log/gdm is complaining about these
> > missing files:
> >
> > - polkit-gnom
On Tue, Feb 18, 2014 at 12:37 PM, Martin Jansa wrote:
> * Jonathan Liu reported that qtbase-native was failing to build for him
> and it looks like qtbase-native was trying to link against icu from his
> host (instead of icu-native because it isn't in DEPENDS)
>
> Signed-off-by: Martin Jansa
* Jonathan Liu reported that qtbase-native was failing to build for him
and it looks like qtbase-native was trying to link against icu from his
host (instead of icu-native because it isn't in DEPENDS)
Signed-off-by: Martin Jansa
---
recipes-qt/qt5/qtbase-native.inc | 1 +
1 file changed, 1 i
On Tue, Feb 18, 2014 at 7:26 AM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa
Acked-by: Otavio Salvador
> ---
> recipes-qt/qt5/qtbase.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> index 4c1c6dd..116c86f 100644
> --- a
Hello Denys,
On Mon, Feb 17, 2014 at 6:05 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko
>
> This way we don't mangle ${B} and can repeat do_install if necessary. And
> previously it would require running do_compile again to restore the proper
> state of ${B}.
>
> Signed-off-by: Denys Dm
Ross,
On Tue, Feb 18, 2014 at 11:10 AM, Burton, Ross wrote:
> > +PACKAGECONFIG ?= ""
>
> Shouldn't that be "??=" ?
>
I've just followed Martin instructions:
http://lists.openembedded.org/pipermail/openembedded-devel/2014-February/094191.html
Regards,
--
*dS
Diego Sueiro
Administrador do Embar
On 18 February 2014 13:54, Diego Sueiro wrote:
> +PACKAGECONFIG ?= ""
Shouldn't that be "??=" ?
Ross
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
libao compiling is failing because of a dependency on esound.
Adding PACKAGECONFIG to fix the issue.
Signed-off-by: Diego Sueiro
---
meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb |3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.
On Tue, Feb 18, 2014 at 10:52 AM, Diego Sueiro wrote:
> ibao compiling is failing because of a dependency on esound.
> Adding PACKAGECONFIG to fix the issue.
>
> Signed-off-by: Diego Sueiro
> ---
> meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb |3 +++
> 1 file changed, 3 insertions
libao compiling is failing because of a dependency on esound.
Adding PACKAGECONFIG to fix the issue.
Signed-off-by: Diego Sueiro
---
meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb |3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.
On Tue, Feb 18, 2014 at 01:05:10PM +, Michael Burgett -X (burgetm -
CLEARPATH WORKFORCE MANAGEMENT INC at Cisco) wrote:
> Hello Martin,
Hello Michael,
> I'm working on incorporating the meta-qt5 layer in a yocto tree here at
> Cisco, and have run into an issue. Being new to Yocto and Qt, I
On Tue, Feb 18, 2014 at 09:43:35AM -0300, Diego Sueiro wrote:
> On Tue, Feb 18, 2014 at 9:31 AM, Martin Jansa wrote:
>
> > > > > libao compiling is failing because of a dependency on esound.
> > > > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
> > > >
> > > > Please add PACKAG
On Tue, Feb 18, 2014 at 9:31 AM, Martin Jansa wrote:
> > > > libao compiling is failing because of a dependency on esound.
> > > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
> > >
> > > Please add PACKAGECONFIG for esound and send such patch, thanks.
> >
> > Something link thi
On Tue, Feb 18, 2014 at 09:17:58AM -0300, Diego Sueiro wrote:
> Hi Martin,
>
> On Tue, Feb 18, 2014 at 8:48 AM, Martin Jansa wrote:
>
> > > libao compiling is failing because of a dependency on esound.
> > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
> >
> > Please add PACKAG
Hi Martin,
On Tue, Feb 18, 2014 at 8:48 AM, Martin Jansa wrote:
> > libao compiling is failing because of a dependency on esound.
> > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
>
> Please add PACKAGECONFIG for esound and send such patch, thanks.
Something link this?
PACKAGE
On Tue, Feb 18, 2014 at 08:29:31AM -0300, Diego Sueiro wrote:
> Folks,
>
> libao compiling is failing because of a dependency on esound.
> Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
Please add PACKAGECONFIG for esound and send such patch, thanks.
> Should I have to send a pa
Folks,
libao compiling is failing because of a dependency on esound.
Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
Should I have to send a patch?
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br
/*long live rock 'n roll*/
___
Signed-off-by: Martin Jansa
---
recipes-qt/qt5/qtbase.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 4c1c6dd..116c86f 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -101,6 +101,7 @@ PACKAGECONFIG[openv
Forcing ARM_INSTRUCTION_SET to arm when building qtbase no longer
seems to be required.
Confirmed by forcing ARM_INSTRUCTION_SET to thumb and building
qtbase 5.1.1 and 5.2.1 tuned for both armv4t and cortexa9thf-neon.
Signed-off-by: Andre McCurdy
---
recipes-qt/qt5/qtbase.inc | 3 ---
1 file ch
27 matches
Mail list logo