Re: [yocto] New error in 1.7

2014-11-26 Thread Paul Eggleton
On Wednesday 26 November 2014 07:42:02 peterengcomau...@adam.com.au wrote: > Thanks for your patience. I was successful in building the patch as > follows: > __ > --- a/configure.ac2014-08-28 03:20:36.0 +0300 > +++ b/configure.ac2014-11-25 23:22:45.129711196 +0300 >

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
Thanks for your patience. I was successful in building the patch as follows: __ --- a/configure.ac    2014-08-28 03:20:36.0 +0300 +++ b/configure.ac    2014-11-25 23:22:45.129711196 +0300 @@ -13,7 +13,7 @@  AG_GST_INIT    dnl initialize automake -AM_INIT_AUTOMAKE([-Wno-porta

Re: [yocto] New error in 1.7

2014-11-25 Thread Anders Darander
On 25 November 2014 17:13:17 CET, "peterengcomau...@adam.com.au" wrote: >My original problem is that the image built in 1.6.1 does not build in >1.7. Paul indicated this is probably because of the -foreign issue as >referred to in the reference manual Section 5.6.3 when upgrading. > > >What I

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
 My original problem is that the image built in 1.6.1 does not build in 1.7. Paul indicated this is probably because of the -foreign issue as referred to in the reference manual Section 5.6.3 when upgrading.  What I need to do is modify my recipe to include this. I understand once I have modified t

Re: [yocto] New error in 1.7

2014-11-25 Thread Anders Darander
* peterengcomau...@adam.com.au [141125 13:44]: >This is new territory for me. >I have created the following patch >diff --git a/configure.ac b/configure.ac >--- a/configure.ac >+++ b/configure.ac >@@ -16 +16 @@ AC_CONFIG_SRCDIR([libop/op_config.h]) >-AM_INIT_AUTOMAKE >

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
This is new territory for me. I have created the following patch diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -16 +16 @@ AC_CONFIG_SRCDIR([libop/op_config.h]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) but i get the error ERROR: Command Error: exit status

Re: [yocto] New error in 1.7

2014-11-25 Thread Paul Eggleton
On Tuesday 25 November 2014 22:08:41 peterengcomau...@adam.com.au wrote: > > > | Makefile.am: error: required file './AUTHORS' not found > > > > This is likely a result of the --foreign option being removed - see: > > > > http://www.yoctoproject.org/docs/1.7/ref-manual/ref-> > > > manual.html#mi

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
  the change to oprofile.inc and the associated patch appear to be already present in the meta data. Any other ideas what could be causing the problem? Lachlan - Original Message - From: "Paul Eggleton" .eggle...@linux.intel.com> To: Cc: Sent:Tue, 25 Nov 2014 10:09:47 + Su

Re: [yocto] New error in 1.7

2014-11-25 Thread Paul Eggleton
Hi there, On Tuesday 25 November 2014 19:27:13 peterengcomau...@adam.com.au wrote: > thank you. i have fixed the curl problem but a new problem has occured > with the build. This problem did not appear in v1.6.1. The problem is: > > lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$ bitbake >

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
thank you. i have fixed the curl problem but a new problem has occured with the build. This problem did not appear in v1.6.1. The problem is: lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$ bitbake atmel-qt5-demo-image -c populate_sdk Loading cache: 100% |###

Re: [yocto] New error in 1.7

2014-11-24 Thread akuster808
There was an issue with the curl package over the weekend. It was corrected early this morning (PST). Do you have the changes? if not, please refresh your cloned source. regards, Armin On 11/24/2014 07:16 PM, peterengcomau...@adam.com.au wrote: I have just downloaded poky 1.7 and am rebuildin