Re: [oe] [meta-oe][PATCH 0/2] meta-python creation

2014-07-23 Thread Martin Jansa
On Tue, Jul 22, 2014 at 06:03:14PM -0700, Stephen Arnold wrote: > And when you say "depend" in that context, you mean add it to your local > bblayers, right? If you're using meta-networking already then yes. I meant "depend" section in README file so that people are aware of this dependency. > J

Re: [oe] [meta-oe][PATCH 1/3] libhugetlbfs: use ARCH ppc/ppc64 for powerpc/powerpc64

2014-07-23 Thread Martin Jansa
On Thu, Jul 17, 2014 at 07:09:18AM +, ting@freescale.com wrote: > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org > > [mailto:openembedded- > > devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa > > Sent: Wednesday, July 16, 2014 9:27 P

[oe] [meta-qt5][PATCH] cinematicexperience: fix qt5.3 compatibility

2014-07-23 Thread coldnew
cinematicexperience will run failed on Qt5.3 and Qt5.3.1, error message as below Qt5_CinematicExperience.qml:26:5: Type MainView unavailable MainView { ^ /content/MainView.qml:241:9: Type SettingsView unavailable

Re: [oe] [meta-qt5][PATCH] cinematicexperience: fix qt5.3 compatibility

2014-07-23 Thread Martin Jansa
On Wed, Jul 23, 2014 at 04:52:13PM +0800, coldnew wrote: > cinematicexperience will run failed on Qt5.3 and Qt5.3.1, error message > as below > > > Qt5_CinematicExperience.qml:26:5: Type MainView unavailable > MainView { >

Re: [oe] [meta-oe][PATCH 1/3] libhugetlbfs: use ARCH ppc/ppc64 for powerpc/powerpc64

2014-07-23 Thread ting....@freescale.com
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded- > devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Wednesday, July 23, 2014 4:51 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [meta-oe][PATCH

Re: [oe] [PATCH v2][meta-perl] libxml-filter-buffertext-perl: add recipe

2014-07-23 Thread Hongxu Jia
Acked-by: Hongxu Jia //Hongxu On 07/22/2014 03:07 PM, rongqing...@windriver.com wrote: From: Roy Li Signed-off-by: Roy Li --- .../libxml/libxml-filter-buffertext-perl_1.01.bb | 25 1 file changed, 25 insertions(+) create mode 100644 meta-perl/recipes-perl/libx

Re: [oe] [PATCH v2][meta-perl] libxml-sax-writer-perl: add recipe

2014-07-23 Thread Hongxu Jia
Acked-by: Hongxu Jia //Hongxu On 07/22/2014 03:06 PM, rongqing...@windriver.com wrote: From: Roy Li Signed-off-by: Roy Li --- .../libxml/libxml-sax-writer-perl_0.54.bb | 25 1 file changed, 25 insertions(+) create mode 100644 meta-perl/recipes-perl/libx

[oe] Building Qt5 using yocto on Wandboard-Error

2014-07-23 Thread Nilesh Kokane
Hello , I've created a yocto image using the following URL http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard And trying to bring in Qt on wandboard using the following link http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard Every thing goes

Re: [oe] [meta-qt5][PATCH] cinematicexperience: fix qt5.3 compatibility

2014-07-23 Thread 彥瑾
2014-07-23 17:20 GMT+08:00 Martin Jansa : > On Wed, Jul 23, 2014 at 04:52:13PM +0800, coldnew wrote: > > cinematicexperience will run failed on Qt5.3 and Qt5.3.1, error message > > as below > > > > > > Qt5_CinematicExperience.qml:26:5: T

Re: [oe] Building Qt5 using yocto on Wandboard-Error

2014-07-23 Thread Martin Jansa
On Wed, Jul 23, 2014 at 05:07:03PM +0530, Nilesh Kokane wrote: > Hello , > > > > I've created a yocto image using the following URL > > http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard > > > And trying to bring in Qt on wandboard using the following link > > http:

[oe] [meta-qt5][PATCH] cinematicexperience: fix qt5.3 compatibility

2014-07-23 Thread Yen-Chin Lee
cinematicexperience will run failed on Qt5.3.0 and Qt5.3.1, error message as below Qt5_CinematicExperience.qml:26:5: Type MainView unavailable MainView { ^ /content/MainView.qml:241:9: Type SettingsView unavailable

Re: [oe] [meta-networking][PATCH] v3] Wireshark: build fix and recipe update

2014-07-23 Thread Martin Jansa
On Mon, Jul 21, 2014 at 03:20:28PM -0700, Armin Kuster wrote: > Backported Arm build fix > Added gtk3 support > Cleaned up PACKAGECONFIG options You cannot use IMAGE_FEATURES to define PACKAGECONFIG, see what I did with it in master-next (and confirm that you're ok with my changes). Also please n

Re: [oe] Building Qt5 using yocto on Wandboard-Error

2014-07-23 Thread Martin Jansa
On Wed, Jul 23, 2014 at 05:47:56PM +0530, Nilesh Kokane wrote: > Hello, > > > Thanks for your valuable reply > > I've downloaded manually and placed it in the downloads folder as follows > > - cd /home/minda/bin/fsl-community- > bsp/downloads > - wget manually(successfully) > - touch qtbase-o

Re: [oe] [meta-oe][PATCH] Correct spelling of "BBFILES_PRIORITY" in comments

2014-07-23 Thread Martin Jansa
On Tue, Jul 22, 2014 at 08:14:32PM -0400, Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day Applying: Correct spelling of "BBFILES_PRIORITY" in comments error: patch failed: meta-multimedia/conf/layer.conf:4 error: meta-multimedia/conf/layer.conf: patch does not apply error: patch fail

Re: [oe] [meta-qt5][PATCH] qtbase: fix 0003-Add-external-hostbindir-option.patch

2014-07-23 Thread Jacob Kroon
On Thu, Jul 10, 2014 at 6:08 AM, Jonathan Liu wrote: > The isEmpty function takes a variable name instead of a value. > As $$[QT_EXTERNAL_HOST_BINS] is a built-in we need to assign it to a > variable to check if it is empty. > > If QT_EXTERNAL_HOST_BINS is empty (as is the case for generated Qt 5

Re: [oe] [meta-networking][PATCH] v3] Wireshark: build fix and recipe update

2014-07-23 Thread akuster
On 07/23/2014 06:56 AM, Martin Jansa wrote: On Mon, Jul 21, 2014 at 03:20:28PM -0700, Armin Kuster wrote: Backported Arm build fix Added gtk3 support Cleaned up PACKAGECONFIG options You cannot use IMAGE_FEATURES to define PACKAGECONFIG, see what I did with it in master-next (and confirm tha

Re: [oe] [Yocto 1.6] PAM _pam_load_conf_file: unable to open /etc/pam.d/system-auth

2014-07-23 Thread Khem Raj
On Tue, Jul 22, 2014 at 4:07 PM, Kevyn-Alexandre Paré wrote: > Hi, > > Just trying to found what's missing for PAM to work so ssh will stop > exiting with Broken pipe? Quick fix to solve ssh broken pipe is to > change in /etc/ssh/sshd_config "UsePAM yes" to "UsePAM no". But this > does not remove

[oe] [meta-nslu2] Setting util-linux hwclock ALTERNATIVE_PRIORITY in meta-nslu2

2014-07-23 Thread Ben Shelton
If I were going to lower the util-linux hwclock ALTERNATIVE_PRIORITY from meta-nslu2 so it can be raised back in oe-core for other platforms, which file(s) would be the appropriate place to do it? Thanks, Ben -- ___ Openembedded-devel mailing list Opene

[oe] [meta-oe][PATCH v2] syslog-ng: Improved initscript VERBOSE handling.

2014-07-23 Thread Ben Shelton
From: Richard Tollerton The messages echoed when starting and stopping syslog-ng are currently printed regardless of the setting of VERBOSE. Adjust the initscript so they're only printed when VERBOSE is enabled. Signed-off-by: Richard Tollerton Signed-off-by: Ben Shelton --- NOTE: This patch

Re: [oe] [meta-nslu2] Setting util-linux hwclock ALTERNATIVE_PRIORITY in meta-nslu2

2014-07-23 Thread Khem Raj
On Wed, Jul 23, 2014 at 2:56 PM, Ben Shelton wrote: > If I were going to lower the util-linux hwclock ALTERNATIVE_PRIORITY > from meta-nslu2 so it can be raised back in oe-core for other platforms, > which file(s) would be the appropriate place to do it? > its in meta-slugos you would look into

Re: [oe] [meta-qt5][PATCH] qtbase: fix 0003-Add-external-hostbindir-option.patch

2014-07-23 Thread Jonathan Liu
On 24 July 2014 00:44, Jacob Kroon wrote: > On Thu, Jul 10, 2014 at 6:08 AM, Jonathan Liu wrote: >> >> The isEmpty function takes a variable name instead of a value. >> As $$[QT_EXTERNAL_HOST_BINS] is a built-in we need to assign it to a >> variable to check if it is empty. >> >> If QT_EXTERNAL_H

Re: [oe] Building Qt5 using yocto on Wandboard-Error

2014-07-23 Thread Nilesh Kokane
Hello Martin, thanks for your suggestion. Actually there was a network congestion problem. I tried it today and it gave a *success for all the files*. Thanks Nilesh Kokane On Wed, Jul 23, 2014 at 8:03 PM, Martin Jansa wrote: > On Wed, Jul 23, 2014 at 05:47:56PM +0530, Nilesh Kokane wrote:

[oe] Fwd: Building Qt5 using yocto on Wandboard-Error

2014-07-23 Thread Nilesh Kokane
Hello Martin, thanks for your suggestion. Actually there was a network congestion problem. I tried it today and it gave a *success for all the files*. Thanks Nilesh Kokane On Wed, Jul 23, 2014 at 8:03 PM, Martin Jansa wrote: > On Wed, Jul 23, 2014 at 05:47:56PM +0530, Nilesh Kokane wrote:

[oe] [PATCH][meta-networking] openvpn: not use the hardcoded libdir

2014-07-23 Thread rongqing.li
From: Roy Li it will lead to QA failure, since .debug dir can not be installed into dbg package ERROR: QA Issue: non debug package contains .debug directory: openvpn path /work/core2-64-wrs-linux/openvpn/2.3.4-r0/packages-split/openvpn/usr/lib64i /openvpn/plugins/.debug/openvpn-plug