Re: [yocto] ${libdir} usage

2013-10-10 Thread Jean-Charles JC Verdié
On 10Oct 2013, at 12:01 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Jay, On Wednesday 02 October 2013 00:02:11 JC wrote: I'm currently putting together a bunch of recipes to install some cpan modules. I had some complaints by bitbake about files being installed

[yocto] ${libdir} usage

2013-10-01 Thread JC
Hi, I'm currently putting together a bunch of recipes to install some cpan modules. I had some complaints by bitbake about files being installed but not shipped. I figured that I need to populate FILES_{PN} but I'm not clear about what I should do with it: use ${libdir}, use usr/* ? Knowing

Re: [yocto] Trying to install some cpan modules - dumper.so wrong ELF class???

2013-09-27 Thread JC
On 25/09/2013 21:40, Khem Raj wrote: On Wed, Sep 25, 2013 at 12:32 PM, Jean-Charles JC Verdié j...@vtkloud.com wrote: Can't load '/media/yocto/var_yocto/var_yocto/rpi-build/tmp/sysroots/qemuarm/usr/lib/perl/5.14.3/auto/Data/Dumper/Dumper.so' for module Data::Dumper: /media/yocto/var_yocto

Re: [yocto] Trying to install some cpan modules - dumper.so wrong ELF class???

2013-09-25 Thread Jean-Charles JC Verdié
Hi Yoctoers, Anyone got any idea about this previous mail ? On 14Sep 2013, at 5:36 PM, JC j...@vtkloud.com wrote: I need a few CPAN modules. For most of them I had no issue with a common recipe, but I end up with issues on Net::SDP here's my recipe : SUMMARY = Collection of Perl modules

Re: [yocto] broken meta-baryon?

2013-09-16 Thread JC
On Monday, September 16, 2013, Paul Eggleton wrote: Hi Jay, Is the Baryon maintainer aware of this or is this just me ? Looks like the upstream website for orc has completely broken, unfortunately, and unlike the core recipes the source is not on our source mirror. I've sent an email

[yocto] Trying to install some cpan modules - dumper.so wrong ELF class???

2013-09-14 Thread JC
Hi, I need a few CPAN modules. For most of them I had no issue with a common recipe, but I end up with issues on Net::SDP here's my recipe : SUMMARY = Collection of Perl modules for working with shairport. SECTION = libs LICENSE = MIT LIC_FILES_CHKSUM =

[yocto] broken meta-baryon?

2013-09-13 Thread JC
Hi I was trying to give a look at Baryon, but I can't bake it. It seems there's a package whose sources have vanised : ERROR: Fetcher failure for URL: 'http://code.entropywave.com/download/orc/orc-0.4.5.tar.gz;name=orc'. Checksum mismatch! File: '/media/yocto/downloads/orc-0.4.5.tar.gz' has

[yocto] misleading dependencies between packages

2013-09-10 Thread JC
Hi, I have many issues with Apache2 package so I thought I would reinstall it. I used smart (smart install apache2) and here is the very strange issue I got: Installing packages (20): apache2-2.4.3-r1@armv6_vfp libgdbm4-1.10-r3@armv6_vfp busybox-1.20.2-r8@armv6_vfp libpcre1-8.32-r1@armv6_vfp

Re: [yocto] error in : $ runqemu qemux86

2013-09-10 Thread JC
On lun., sept. 9, 2013 at 10:01 PM, Arun M Kumar arunkr.li...@gmail.com=mailto:arunkr.li...@gmail.com; wrote: I have built my first image with the Yocto Project build environment, I have the image ready. when I do. $ runqemu qemux86 I get the following error.

Re: [yocto] misleading dependencies between packages

2013-09-10 Thread JC
Dear Yi, 1. If your remote repo has updated, you need to recreate the repodata by using createrepo 2. You need to run smart update to update the information before run smart install package. If you want to install package from remote repo, smart update is required because smart install

Re: [yocto] Issue with SmartPM install from file

2013-09-10 Thread JC
On 10/09/2013 09:28, Yi Zhao wrote: 于 2013年09月10日 03:33, JC 写道: Hi, I'm trying to get a better hand on how smart work. I've been successful to create a repo, update and install from it. Now I want to go further. Let's assume: - I have a working repo and a working device - I build a new

[yocto] curl smart package requires curl-cert... another strange smart dependency issue

2013-09-10 Thread JC
Did anyone already had this very strange issue installing curl ? Computing transaction... error: Can't install libcurl5-7.29.0-r1@armv6_vfp: no package provides curl-certs I have more and more issues with smart... Is there any specific discussion channel for it? Jay

[yocto] question about SmartPM install from local file

2013-09-09 Thread JC
Hi, I'm trying to get a better hand on how smart work. I've been successful to create a repo, update and install from it. Now I want to go further. Let's assume: - I have a working repo and a working device - I build a new recipe (here, git) and update my repo - I smart update on my device

[yocto] Issue with SmartPM install from file

2013-09-09 Thread JC
Hi, I'm trying to get a better hand on how smart work. I've been successful to create a repo, update and install from it. Now I want to go further. Let's assume: - I have a working repo and a working device - I build a new recipe (here, git) and update my repo - I smart update on my device

[yocto] phusion passenger

2013-09-09 Thread JC
Hi, Has anyone tried and succeeded to build passenger for apache2 within Yocto ? I've tried to do this inside a Yocto distro booting on Raspberry and have a strange failure as shown below. I checked and of course I have string.h in /usr/include... More importantly, has anyone any guideline

Re: [yocto] Any help with gst-plugsin-bad and python error?

2013-09-08 Thread JC
On 08/09/2013 19:32, Timothy Bean wrote: | Computing transaction...error: Can't install libglib-2.0-utils-1:2.34.3-r2@armv7a_vfp_neon: no package provides /usr/local/bin/python | It looks like bitbake doesn't know how to build python. What is your bblayers.conf like ? python 2.7 is in

[yocto] ruby-dev has a lot of unresolved dependencies (was : requires libcrypto which is not present ??)

2013-09-07 Thread JC
Hi, I auto-follow on this question: On 06/09/2013 17:51, JC wrote: I'm trying to install ruby-dev (in order to be able to apply some passenger features). Passenger requires ruby-dev ruby-dev has indeed been built but when I'm trying to install it, I can't: root@qemuarm:~# smart install

[yocto] ruby-dev requires libcrypto which is not present ??

2013-09-06 Thread JC
Hi, I'm trying to install ruby-dev (in order to be able to apply some passenger features). Passenger requires ruby-dev ruby-dev has indeed been built but when I'm trying to install it, I can't: root@qemuarm:~# smart install ruby-dev rpmdb: BDB0113 Thread/proc Computing transaction... error:

Re: [yocto] raspberry layer

2013-09-05 Thread JC
On 04/09/2013 18:46, Gary Thomas wrote: On 2013-09-04 10:40, JC wrote: Hi, I am maintaining a small project based on yocto and would like to check to what extent I can port it to Raspberry. It seems there's an ongoing rapsberry layer but I couldn't find which is the right URL to point

Re: [yocto] raspberry layer

2013-09-05 Thread JC
Hi, On 05/09/2013 09:31, Paul Barker wrote: That looks like a parse error so the full log shouldn't be very long as that point, may be helpful to post it. I attached rpibuild.log to this email my local.conf changes: just added raspberrypi machine bblayers.conf: added

Re: [yocto] raspberry layer

2013-09-05 Thread JC
On 05/09/2013 10:04, Paul Barker wrote: On 5 September 2013 08:55, JC j...@vtkloud.com wrote: As a reference, following this link http://www.pimpmypi.com/blog/blogPost.php?blogPostID=7 I got successful (well the image is not yet finished but I hadn't that specific parsing error) I followed

Re: [yocto] raspberry layer

2013-09-05 Thread JC
In the log you posted is the line: ERROR: Failed to parse recipe: /media/yocto/yocto/openembedded-core/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bb So something was adding the path /media/yocto/yocto/openembedded-core/meta to BBLAYERS. If you've just removed that, give it another try.

Re: [yocto] raspberry layer

2013-09-05 Thread JC
Hi Paul On 05/09/2013 10:28, Paul Eggleton wrote: Hi Jay, On Thursday 05 September 2013 10:20:41 JC wrote: ERROR: ParseError at /media/yocto/yocto/meta-openembedded/meta-oe/recipes-devtools/libgee/libgee. inc:12: Could not inherit file classes/vala.bbclass ERROR: Command execution failed

Re: [yocto] adding specific config files

2013-09-05 Thread JC
On 05/09/2013 11:32, Paul Eggleton wrote: Hi Jay, On Wednesday 04 September 2013 22:10:10 JC wrote: On 04/09/2013 21:58, JC wrote: On 04/09/2013 20:58, JC wrote: Hi, In my project, we have our own rpm repository and we use smartpm on the target. In order to have the target setup

Re: [yocto] adding specific config files

2013-09-05 Thread JC
On jeu., sept. 5, 2013 at 12:00 PM, Paul Eggleton paul.eggle...@linux.intel.com=mailto:paul.eggle...@linux.intel.com; wrote: On Thursday 05 September 2013 11:45:26 JC wrote: On 05/09/2013 11:32, Paul Eggleton wrote: Unfortunately we have to have a fixed configuration for smart during

Re: [yocto] libtool problem?

2013-09-04 Thread JC
On 04/09/2013 11:24, Hans Beckérus wrote: On Wed, Sep 4, 2013 at 9:53 AM, Hans Beckérus hans.becke...@gmail.com wrote: Hi. I recently discovered that our populated SDK can not properly build much at all :( libtool complains about .la files that have been moved and not being able to find dito.

Re: [yocto] BitBake errors when building core-image-minimal

2013-09-04 Thread JC
On 04/09/2013 14:21, Thomas Page wrote: Hi Having installed the Yocto required packages and created a git branch of the project in a new installation of Ubuntu 12.04 LTS I have tried building the core-image-minimal image but continually have the process fail. Having gone through the

[yocto] raspberry layer

2013-09-04 Thread JC
Hi, I am maintaining a small project based on yocto and would like to check to what extent I can port it to Raspberry. It seems there's an ongoing rapsberry layer but I couldn't find which is the right URL to point to in order to get started. Can someone tell me ? Regards Jay

[yocto] adding specific config files

2013-09-04 Thread JC
Hi, In my project, we have our own rpm repository and we use smartpm on the target. In order to have the target setup with the repo out of the box, we of course have added package-management in IMAGE_FEATURES. Now I'd like the target to have our repo address already configured. The best way

Re: [yocto] adding specific config files

2013-09-04 Thread JC
On 04/09/2013 20:58, JC wrote: Hi, In my project, we have our own rpm repository and we use smartpm on the target. In order to have the target setup with the repo out of the box, we of course have added package-management in IMAGE_FEATURES. Now I'd like the target to have our repo address

Re: [yocto] adding specific config files

2013-09-04 Thread JC
On 04/09/2013 21:58, JC wrote: On 04/09/2013 20:58, JC wrote: Hi, In my project, we have our own rpm repository and we use smartpm on the target. In order to have the target setup with the repo out of the box, we of course have added package-management in IMAGE_FEATURES. Now I'd like