[oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Journeyer J. Joh
Hello, First of all I thank Nicolas Dechesne and Brian Hutchinson, for the previous kind replies. While I was reading documents from Yocto Project, I found my source code in use in my company is of Open Embedded for MSM. I found this from the git remote url of my surce code. It is

[oe] [PATCH] rrdtool: enable libwrap, perl and python bindings

2014-04-16 Thread Chong Lu
1. default enable libwrap, perl and python bindings 2. rrdtool uses perl.real, perl.real doesn't know where the PERL5LIB should be when prebuilts are used. Use the wrapper perl instead, perl sets PERL5LIB and invokes perl.real 3. While using dash as /bin/sh, subsequent commands in functions will

Re: [oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Samuel Stirtzel
2014-04-16 8:49 GMT+02:00 Journeyer J. Joh oosaprogram...@gmail.com: Hello, First of all I thank Nicolas Dechesne and Brian Hutchinson, for the previous kind replies. While I was reading documents from Yocto Project, I found my source code in use in my company is of Open Embedded for MSM.

[oe] How can I get the toolchain?

2014-04-16 Thread Changhyeok Bae
Hi, How can I extract the toolchain in my oe build result? Regards, Changhyeok -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH] rrdtool: enable libwrap, perl and python bindings

2014-04-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chong Lu schreef op 16-04-14 08:51: 1. default enable libwrap, perl and python bindings A number of big distros are moving away from tcpwrappers, Arch has removed it years ago and fedora looked into it a while ago. Since tcpwrappers hasn't seen a

[oe] [PATCH 2/2] gnome-disk-utility: change PACKAGECONFIG default: remove nautilus

2014-04-16 Thread Andreas Müller
gnome-doc-utils had to be added when not depending on nautilus Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 1/2] evince: make nautilus extension a PACKAGECONFIG and disable by default

2014-04-16 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb index

[oe] [PATCH 0/2] avoid nautilus build by default

2014-04-16 Thread Andreas Müller
There is no reason why we need to build nautilus when using evince and/or gnome-disk-utility. Andreas Müller (2): evince: make nautilus extension a PACKAGECONFIG and disable by default gnome-disk-utility: change PACKAGECONFIG default: remove nautilus

Re: [oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Khem Raj
On Tue, Apr 15, 2014 at 11:49 PM, Journeyer J. Joh oosaprogram...@gmail.com wrote: From the git log prints poky is actively developped now but openembedded-core is not. OpenEmbedded-core is very much active and is at heart of everything around OE poky is a distribution based on OpenEmbedded and

Re: [oe] How can I get the toolchain?

2014-04-16 Thread Khem Raj
On Wed, Apr 16, 2014 at 12:07 AM, Changhyeok Bae changhyeok@lge.com wrote: Hi, How can I extract the toolchain in my oe build result? bitbake -cpopulate_sdk yourimage should generate a self-installer .sh script which then you can run and install it Regards, Changhyeok --

[oe] [meta-oe][PATCH] rsyslog: add status command and minor fixes for initscript

2014-04-16 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - add status command - remove the unsupported option: rsyslogd: error: option -c is no longer supported - ignored - add --oknodo for do_start Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

Re: [oe] [meta-oe][PATCH] rsyslog: add status command and minor fixes for initscript

2014-04-16 Thread Jack Mitchell
On 16/04/14 10:31, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com - add status command - remove the unsupported option: rsyslogd: error: option -c is no longer supported - ignored - add --oknodo for do_start Signed-off-by: Jackie Huang

Re: [oe] [PATCH] rrdtool: enable libwrap, perl and python bindings

2014-04-16 Thread Paul Eggleton
On Wednesday 16 April 2014 09:15:47 Koen Kooi wrote: Chong Lu schreef op 16-04-14 08:51: 1. default enable libwrap, perl and python bindings A number of big distros are moving away from tcpwrappers, Arch has removed it years ago and fedora looked into it a while ago. Since tcpwrappers

Re: [oe] [PATCH] rrdtool: enable libwrap, perl and python bindings

2014-04-16 Thread Koen Kooi
Op 16 apr. 2014, om 12:02 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Wednesday 16 April 2014 09:15:47 Koen Kooi wrote: Chong Lu schreef op 16-04-14 08:51: 1. default enable libwrap, perl and python bindings A number of big distros are moving away from

Re: [oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Philip Balister
On 04/16/2014 02:49 AM, Journeyer J. Joh wrote: Hello, First of all I thank Nicolas Dechesne and Brian Hutchinson, for the previous kind replies. While I was reading documents from Yocto Project, I found my source code in use in my company is of Open Embedded for MSM. I found this from

Re: [oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Journeyer J. Joh
Hi, Samuel Stirtzel, Khem Raj and Philip Balister, Thank you for the kind answers!! I understood what are those. - What is the relationship between those two? Any differences? Commons? OE for MSM is one instance of Yocto Project - OE-core. And It's like Poky - An reference instance of Yocto

Re: [oe] How can I get the toolchain?

2014-04-16 Thread Journeyer J. Joh
Hi Changhyeok Bae, I raised similar questions and received good pointers and explanations: http://thread.gmane.org/gmane.comp.handhelds.openembedded Find the QnA titled with: [oe] Where can I get a arm cross toolchain for oe-core? I only able to give you pointers to answers I received. Good

Re: [oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Denys Dmytriyenko
I don't know what OE for MSM is, that you keep referring, probably your company's product based on OE. OE stands for OpenEmbedded and is the underlying technology for the Yocto Project and other things around it... I would recommend you to talk to someone from your company who's more familiar

Re: [oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Nicolas Dechesne
On Wed, Apr 16, 2014 at 2:02 PM, Philip Balister phi...@balister.org wrote: I found this from the git remote url of my surce code. It is git://codeaurora.org/quic/le/openembedded/openembedded-core this tree is just a fork of oe-core (upstream) which is stuck at a 2-year old commit. if this

Re: [oe] [PATCH] rrdtool: enable libwrap, perl and python bindings

2014-04-16 Thread Christopher Larson
On Wed, Apr 16, 2014 at 3:40 AM, Koen Kooi k...@dominion.thruhere.netwrote: Op 16 apr. 2014, om 12:02 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Wednesday 16 April 2014 09:15:47 Koen Kooi wrote: Chong Lu schreef op 16-04-14 08:51: 1. default enable

[oe] [meta-oe][PATCH] bitlbee: add bitlbee-3.2.1

2014-04-16 Thread krzysztof . m . sywula
From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- .../recipes-connectivity/bitlbee/bitlbee_3.2.1.bb | 61 ++ .../recipes-connectivity/bitlbee/files/init-script | 31 +++ 2 files changed, 92

Re: [oe] [meta-oe][PATCH] bitlbee: add bitlbee-3.2.1

2014-04-16 Thread Martin Jansa
On Wed, Apr 16, 2014 at 07:11:12PM +0100, krzysztof.m.syw...@intel.com wrote: From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- .../recipes-connectivity/bitlbee/bitlbee_3.2.1.bb | 61 ++

Re: [oe] [meta-oe][PATCH] bitlbee: add bitlbee-3.2.1

2014-04-16 Thread Khem Raj
On Wed, Apr 16, 2014 at 11:11 AM, krzysztof.m.syw...@intel.com wrote: +EXTRA_OECONF = --prefix=/usr \ +--datadir=/usr/share/bitlbee \ +--etcdir=/etc/bitlbee \ +--oscar=0 \ +--ssl=openssl should these be hardcoded ? --

Re: [oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Journeyer J. Joh
Hi Denys Dmytriyenko, I would recommend you to talk to someone from your company who's more familiar with the code base that you are trying to look at and how it is derived and/or relates to OpenEmbedded and the Yocto Project. This is what exactly I am sorry for.. I, in my team, the only

Re: [oe] What is the relationship between Open Embedded for MSM and Yocto Project?

2014-04-16 Thread Brian Hutchinson
On Wed, Apr 16, 2014 at 7:51 PM, Journeyer J. Joh oosaprogram...@gmail.comwrote: Hi Denys Dmytriyenko, I would recommend you to talk to someone from your company who's more familiar with the code base that you are trying to look at and how it is derived and/or relates to OpenEmbedded

Re: [oe] How can I get the toolchain?

2014-04-16 Thread Changhyeok Bae
Thanks for your help. In summary, 1) bitbake meta-toolchain 2) bitbake [target] -c populate_sdk ... However, those were building ...nativesdk ... I only would like to get the cross(arm) toolchain without building SDK toolchain. Regards, Changhyeok -Original Message- From:

Re: [oe] How can I get the toolchain?

2014-04-16 Thread Brian Hutchinson
On Wed, Apr 16, 2014 at 9:33 PM, Changhyeok Bae changhyeok@lge.comwrote: Thanks for your help. In summary, 1) bitbake meta-toolchain 2) bitbake [target] -c populate_sdk ... However, those were building ...nativesdk ... I only would like to get the cross(arm) toolchain without building

Re: [oe] How can I get the toolchain?

2014-04-16 Thread Brian Hutchinson
On Wed, Apr 16, 2014 at 9:42 PM, Brian Hutchinson b.hutch...@gmail.comwrote: On Wed, Apr 16, 2014 at 9:33 PM, Changhyeok Bae changhyeok@lge.comwrote: Thanks for your help. In summary, 1) bitbake meta-toolchain 2) bitbake [target] -c populate_sdk ... However, those were building

Re: [oe] [meta-oe][PATCH] rsyslog: add status command and minor fixes for initscript

2014-04-16 Thread Huang, Jie (Jackie)
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel- boun...@lists.openembedded.org] On Behalf Of Jack Mitchell Sent: Wednesday, April 16, 2014 5:46 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe]

[oe] [meta-oe][PATCH v2] rsyslog: add status command and a minor fix for initscript

2014-04-16 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - add status command - add --oknodo for do_start Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../recipes-extended/rsyslog/rsyslog/initscript| 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git

[oe] [meta-networking][PATCH ] sethdlc: don't search host directories for header files

2014-04-16 Thread b40290
From: Chunrong Guo b40...@freescale.com *The build process hard-codes searches of various directories in /usr/src/linux/include when looking for header files, delete this to avoid host contamination Signed-off-by: Chunrong Guo b40...@freescale.com ---