Re: [yocto] [PATCH] Perl: fix PERL5LIB settings

2014-11-07 Thread Burton, Ross
Hi Wolfgang, On 5 November 2014 19:29, Wolfgang Denk w...@denx.de wrote: meta/recipes-devtools/perl/perl-native_5.14.3.bb | 4 ++-- meta/recipes-devtools/perl/perl_5.14.3.bb| 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Perl was upgraded to 5.20.0 in July, can you rebase

Re: [yocto] Build issue with daisy branch

2014-11-07 Thread Paul Eggleton
On Thursday 06 November 2014 16:01:44 Pierre Yves MORDRET wrote: Recently I came across a build issue when using daisy branch. ports/linux/xattr/portdefs.h:1:24: fatal error: attr/xattr.h: No such file or directory #include attr/xattr.h ERROR: Function failed: do_compile (log file

Re: [yocto] Build issue with daisy branch

2014-11-07 Thread Brian Hutchinson
On Fri, Nov 7, 2014 at 9:15 AM, Brian Hutchinson b.hutch...@gmail.com wrote: On Fri, Nov 7, 2014 at 9:05 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 06 November 2014 16:01:44 Pierre Yves MORDRET wrote: Recently I came across a build issue when using daisy branch.

Re: [yocto] Build issue with daisy branch

2014-11-07 Thread Brian Hutchinson
On Fri, Nov 7, 2014 at 9:05 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 06 November 2014 16:01:44 Pierre Yves MORDRET wrote: Recently I came across a build issue when using daisy branch. ports/linux/xattr/portdefs.h:1:24: fatal error: attr/xattr.h: No such file

Re: [yocto] ERROR: gtest not found in the base feed

2014-11-07 Thread Martin Jansa
On Thu, Nov 06, 2014 at 04:26:15PM -0700, Gary Thomas wrote: On 2014-11-06 16:01, Kevyn-Alexandre Paré wrote: Hi, I'm just trying to add a recipe that I found here https://github.com/webOS-ports/meta-webos-ports/blob/master/recipes-upstreamable/gtest/gtest_1.7.0.bb for gtest as part

Re: [yocto] ERROR: gtest not found in the base feed

2014-11-07 Thread Burton, Ross
On 7 November 2014 14:23, Martin Jansa martin.ja...@gmail.com wrote: You can either set ALLOW_EMPTY_${PN} = 1 or RDEPENDS_${PN}-dev = FWIW, I'm a *massive* fan of using RDEPENDS here - instead of creating empty packages which will only confuse in the future, remove the dependency that is

[yocto] Error while trying to setup using ADT installer

2014-11-07 Thread Bipnesh, Abhinav (Abhinav)
Hi, I was trying to setup Yocto 1.7 released development environment but while the ADT installer tries to download files it get error as 403 forbidden. Below is the snapshot of the same. Snip [ADT_INST] Please enter your selections here: I Spider mode enabled. Check if remote file exists.

[yocto] Test in do_patch() fails for annotated tags

2014-11-07 Thread Jeff Wang
Commit 92c1ece6c347030d48995a36f4c67861356e59d3 causes the test in do_patch() in kernel-yocto.bbclass to fail if ${machine_srcrev} is an annotated tag. The check is meant to ensure that ${machine_srcrev} is an ancestor of HEAD, but if ${machine_srcrev} is a tag, then $(git rev-parse --verify

Re: [yocto] Can not generate the ccgi-${PV} package

2014-11-07 Thread ting....@freescale.com
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of neil...@emerson.com Sent: Friday, November 07, 2014 10:44 AM To: yocto@yoctoproject.org Subject: [yocto] Can not generate the ccgi-${PV} package Hi, all I try to compile libccgi . At end , I

Re: [yocto] Test in do_patch() fails for annotated tags

2014-11-07 Thread Bruce Ashfield
Jeff and I have already exchanged email on this yesterday. While using a tag for the SRCREV is not typically something we suggest .. tweaking the ancestor check is fine in this case, since it works in both scenarios. I have a patch queued to address this, and am soaking it now. Bruce On Thu,

Re: [yocto] Build issue with daisy branch

2014-11-07 Thread Pierre Yves MORDRET
Thanks ! I'm going to check that. In the meantime, I had a quick look on the openembedded-core folder but I didn't see any meaningful commits from the branch that could solve this issue. Can you just give more insight on how it has been fixed ? Thanks in advance -Original Message-

Re: [yocto] ERROR: gtest not found in the base feed

2014-11-07 Thread Kevyn-Alexandre Paré
Hi Gary, On Thu, Nov 6, 2014 at 6:26 PM, Gary Thomas g...@mlbassoc.com wrote: On 2014-11-06 16:01, Kevyn-Alexandre Paré wrote: ls tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gtest/1.7.0-r0/deploy-rpms/armv7a_vfp_neon/ gtest-dbg-1.7.0-r0.armv7a_vfp_neon.rpm

Re: [yocto] ERROR: gtest not found in the base feed

2014-11-07 Thread Martin Jansa
On Fri, Nov 07, 2014 at 06:11:47PM -0500, Kevyn-Alexandre Paré wrote: Hi Gary, On Thu, Nov 6, 2014 at 6:26 PM, Gary Thomas g...@mlbassoc.com wrote: On 2014-11-06 16:01, Kevyn-Alexandre Paré wrote: ls

Re: [yocto] ERROR: gtest not found in the base feed

2014-11-07 Thread Kevyn-Alexandre Paré
Martin, On Fri, Nov 7, 2014 at 9:23 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Nov 06, 2014 at 04:26:15PM -0700, Gary Thomas wrote: On 2014-11-06 16:01, Kevyn-Alexandre Paré wrote: Hi, I'm just trying to add a recipe that I found here