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-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] Layer Priority with Wildcard .bbappend Files

2014-11-25 Thread Paul Eggleton
Hi Bob / Nick, On Monday 24 November 2014 16:25:58 Bob Cochran wrote: On 11/24/2014 03:22 PM, Stevens, Nick wrote: I think I've encountered a bug with how multiple bbappend files are processed when one of the bbappends contains a filename wildcard, but I want to make sure there's not

Re: [yocto] [bitbake-devel] how to update a package on yocto project

2014-11-25 Thread Paul Eggleton
Hi Nishanth, On Monday 24 November 2014 11:34:17 Nishanth S wrote: board : Intel Galileo Gen 1 I use yocto project for build image/tarball for the board. How to update a existing package??? I mean, I use openjdk-6 on my board. But I need to change it to openjdk-7. I edited

Re: [yocto] Progress Bar

2014-11-25 Thread Paul Eggleton
Hi Mahdi, On Saturday 22 November 2014 11:11:16 Mahdi Saadat wrote: ] build the image-minimal , and want to add the dialog installer for it with progress bar and dialog , when i use install.sh, in the image installation on target device the message shows that dialog and progress could not

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 +

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-

Re: [yocto] Progress Bar

2014-11-25 Thread Paul Eggleton
On Tuesday 25 November 2014 15:26:46 Mahdi Saadat wrote: On Saturday 22 November 2014 11:11:16 Mahdi Saadat wrote: ] build the image-minimal , and want to add the dialog installer for it with progress bar and dialog , when i use install.sh, in the image installation on target device the

Re: [yocto] [bitbake-devel] how to update a package on yocto project

2014-11-25 Thread Iorga, Cristian
Hi, Nishanth, I am assuming you are using the meta-java layer, right? If so, have you tried my suggestions? /Cristian -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Paul Eggleton Sent: Tuesday, November 25, 2014 1:20 PM To:

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

Re: [yocto] New error in 1.7

2014-11-25 Thread Anders Darander
* peterengcomau...@adam.com.au 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])

[yocto] Meta-Raspberry and Meta-Oracle-Java: ERROR

2014-11-25 Thread Tran TriTin
Hi all, i am newbie to Yocto. Last days i tried to build an image for my RaspberryPi with Meta-Raspberry and Meta-Oracle-Java but it did not work. This is error i received. Can anyone help me? Thanks in advance. *[tvtritin@g-105-1 build-raspberry-java]$

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

Re: [yocto] Layer Priority with Wildcard .bbappend Files

2014-11-25 Thread Stevens, Nick
Hi Paul, I verified this by building an image - the sysctl.conf that ends up in the final image is the one from meta-bsp, not the one from meta-custom. But if I switch the name of base-files_%.bbappend in meta-custom to base-files_3.0.14.bbappend, this is what I get: #

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 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

Re: [yocto] Layer Priority with Wildcard .bbappend Files

2014-11-25 Thread Bob Cochran
On 11/25/2014 06:12 AM, Paul Eggleton wrote: Hi Bob / Nick, On Monday 24 November 2014 16:25:58 Bob Cochran wrote: On 11/24/2014 03:22 PM, Stevens, Nick wrote: I think I've encountered a bug with how multiple bbappend files are processed when one of the bbappends contains a filename wildcard,

[yocto] Headers missing in generated SDK

2014-11-25 Thread Syed Moosvi
Hi All, I am working on danny branch and having an issue with respect to adding headers in the generated SDK toolchain. I am generating the SDK using $ bitbake -c populate_sdk image_name When I generate the SDK, the openssl and alsa headers were missing from

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

[yocto] Release Candidate Build for yocto-1.5.4.rc1 now available.

2014-11-25 Thread Poky Build User
A release candidate build for yocto-1.5.4.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.5.4.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : b62c8e3f27811183dafec935b3ae3193f66df3fe meta-fsl-arm :

[yocto] how to separate packages in downloads folder into those that run on target and those that do not run on target?

2014-11-25 Thread Gangadhar N
Hi All, I want to separate the packages in downloads folder. I want to separate the packages into those that run on target and those that do not run on the target. The idea is to feed the packages that go into target to fossology tool to get licence of each and every file. I know that the Yocto

Re: [yocto] how to separate packages in downloads folder into those that run on target and those that do not run on target?

2014-11-25 Thread Wolfgang Denk
Dear Gangadhar, In message CAKxnL=hss5nncqy9ztzi0xwxgjoon0i_0f-x7k7jksczzrg...@mail.gmail.com you wrote: I want to separate the packages in downloads folder. I want to separate the packages into those that run on target and those that do not run on the target. The idea is to feed the

[yocto] Support for writable files with a read-only root file system

2014-11-25 Thread Matt Schuckmann
I've been investigating the support for read only root file systems and trying to suss out how to support persistent writeable files in my image where the root file system is read only, this seems like a very common thing for an embedded Linux system to need but I'm not seeing the support for