[yocto] dependency eglibc resulted in conflicting PREFERRED_PROVIDER entries being found

2015-01-19 Thread Neil.Wu
Hi ,all I try to build my custom image , The problem appears as follows: ERROR: Trying to resolve runtime dependency eglibc resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/home/ectrs/poky/meta/recipes-core/glibc/glibc-initial_2.20.bb', 'virtual:nativ

Re: [yocto] can't find the source code of kernel

2015-01-19 Thread Neil.Wu
Hi, Bruce Thank you very much for your help. My problem have solved. Before, I was working in "master" branch. Switch to a new branch, I find the "source" directory ,what included the kernel source code, in linux-qemuarm-standard-build. Neil -Original Message- From: Bruce Ashfield [mai

Re: [yocto] what is the future for package_tar.bbclass?

2015-01-19 Thread Rifenbark, Scott M
The class is broken and unsupported. I have updated the docs indicating such. Scott >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Robert P. J. Day >Sent: Saturday, January 10, 2015 7:16 AM >To: Yocto discussion list >Subj

Re: [yocto] Kernel configuration

2015-01-19 Thread Chris Tapp
Hi Paul, On 19 Jan 2015, at 14:37, Paul Eggleton wrote: > On Saturday 03 January 2015 00:57:50 Chris Tapp wrote: >> If I change my bbappend to use lines of the form: >> >> SRC_URI_valleyisland-64 += " file://enable-R8169.cfg" > > Note that this probably doesn't do what you think it does - it'

Re: [yocto] [yocto-docs][PATCH 2/2] dev-manual: Add section about /dev population

2015-01-19 Thread Rifenbark, Scott M
Pascal, Thanks for catching this. This was a result of cutting-and-pasting text in from the patch. I did not apply the patch in an automated fashion as there was some rewriting to do. So my hand-transposing missed those characters that were present in the email from which I was referencing.

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-01-19 Thread anibal . limon
c 7.4.2 gc-7.2d Richard Purdie automake 1.14.1 1.15 Robert Yang binutils 2.24 2.25 Robert Yang ltp 20140828 20150119 Robert Yang git 2.2.1

Re: [yocto] [meta-mingw] No recipes available for: gdb-cross-canadian_7.8.1.bbappend

2015-01-19 Thread J . J . Garcia
J.J. Garcia writes: > > Hello all, > I'm trying to get the toolchain for windows/mingw and im having the following message when "bitbake meta-toolchain"  > > > ERROR: No recipes available for: >   /home/jjgarcia/Development/yocto/es-devel/yocto/poky/meta-mingw/recipes- devtools/gdb/gdb-cross-

Re: [yocto] Kernel configuration

2015-01-19 Thread Paul Eggleton
Hi Chris, On Saturday 03 January 2015 00:57:50 Chris Tapp wrote: > If I change my bbappend to use lines of the form: > > SRC_URI_valleyisland-64 += " file://enable-R8169.cfg" Note that this probably doesn't do what you think it does - it'll be _setting_ the value to " file://enable-R8169.cfg

Re: [yocto] Benchmark layer available

2015-01-19 Thread Andrei Gherzan
Hello, On Jan 19, 2015 11:47 AM, "Paul Eggleton" wrote: > > On Sunday 18 January 2015 16:51:09 akuster808 wrote: > > On 01/17/2015 05:02 PM, Andrei Gherzan wrote: > > > Is there any benchmarking layer available? I was interested in LINPACK > > > and I think it would make sense to have a benchmark

Re: [yocto] Qt4-embedded mkspecs question

2015-01-19 Thread a.rena...@kaptalia.com
Hi, You probably miss the toolchain_create_sdk_env_script_append() in meta/recipes-qt/meta/meta-toolchain-qt.inc. Do not forget QT_DIR_NAME too. Regards, -- Adrien RENAULT Ingénieur R&D Kaptalia Monitoring Le jeudi 4 décembre 2014 19:34:20 Vuille, Martin a écrit : We build Qt4-embedded and e

[yocto] [meta-mingw] No recipes available for: gdb-cross-canadian_7.8.1.bbappend

2015-01-19 Thread J.J. Garcia
Hello all, I'm trying to get the toolchain for windows/mingw and im having the following message when "bitbake meta-toolchain" ERROR: No recipes available for: /home/jjgarcia/Development/yocto/es-devel/yocto/poky/meta-mingw/recipes-devtools/gdb/gdb-cross-canadian_7.8.1.bbappend I'm trying with:

[yocto] [meta-cgl][PATCH] cluster: Modify the checksum

2015-01-19 Thread Qian Lei
Signed-off-by: Qian Lei --- meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb b/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb index 392af2c..c1a7d1f 100644 --- a/m

Re: [yocto] [meta-cgl][PATCH 0/2] cluster: Fix some error and format

2015-01-19 Thread Qian Lei
On Mon, 19 Jan 2015 11:32:35 + Alexandru Vaduva wrote: > Does this fix the error I encounter when building the package. > The log is attached to this email and is also available in the bugzilla > issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7176 Actually no. This patch use the ke

[yocto] [meta-cgl][PATCH 2/2] cluster: Fix the path

2015-01-19 Thread Qian Lei
Use KERNEL_SRC instead of the hardcode path in configure. Signed-off-by: Qian Lei --- .../cluster/0001-Fix-the-kernel-source-patch.patch | 38 ++ .../recipes-cgl/cluster/cluster_3.2.0.bb | 3 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644

[yocto] [meta-cgl][PATCH 1/2] cluster: Fix license format

2015-01-19 Thread Qian Lei
Signed-off-by: Qian Lei --- meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb b/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb index 2d6b49c..3e7d42c 100644 --- a/met

[yocto] [meta-cgl][PATCH 0/2] cluster: Fix some error and format

2015-01-19 Thread Qian Lei
Use KERNEL_SRC instead of hardcode path in configure. Also fix license format. *** BLURB HERE *** Qian Lei (2): cluster: Fix license format cluster: Add a patch to fix the path of kernel source .../cluster/0001-Fix-the-kernel-source-patch.patch | 38 ++ .../recipes-cgl/

Re: [yocto] Benchmark layer available

2015-01-19 Thread Paul Eggleton
On Sunday 18 January 2015 16:51:09 akuster808 wrote: > On 01/17/2015 05:02 PM, Andrei Gherzan wrote: > > Is there any benchmarking layer available? I was interested in LINPACK > > and I think it would make sense to have a benchmarking layer which will > > include stuff like: LINPACK, ioquake3, Whet

Re: [yocto] [yocto-docs][PATCH 2/2] dev-manual: Add section about /dev population

2015-01-19 Thread Bach, Pascal
Hi Scott Thanks. I had a look at the commits and it looks like commit 7c6c7ac573f92bfc844977e0d7a97ca4aac9bc70 also introduced a strange change on line 946 of dev-manual-common-tasks.xml. See: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/commit/?id=7c6c7ac573f92bfc844977e0d7a97ca4aac9