Re: [yocto] Can anything be done about do_rootfs speed?

2013-09-04 Thread Nicolas Dechesne
On Thu, Sep 5, 2013 at 1:50 AM, Paul D. DeRocco wrote: > > From: Samuel Stirtzel > > > > If you change: > > > > COMPRESS_CMD_gz = "gzip -f -9 -c ${IMAGE_NAME}.rootfs.${type} > > > ${IMAGE_NAME}.rootfs.${type}.gz" > > COMPRESS_CMD_bz2 = "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}" > > > > in [...]/me

Re: [yocto] Yocto Project Challenge from Intel

2013-09-04 Thread Paul Barker
On 5 September 2013 02:09, Jeff Osier-Mixon wrote: > Intel is sponsoring a program called the Yocto Project Challenge > (https://yoctoprojectchallenge.intel.com/). This is a contest in which > you can win various prizes and gain international recognition as a > Yoctoid. Your job in this case is to

[yocto] Yocto Project Challenge from Intel

2013-09-04 Thread Jeff Osier-Mixon
Intel is sponsoring a program called the Yocto Project Challenge (https://yoctoprojectchallenge.intel.com/). This is a contest in which you can win various prizes and gain international recognition as a Yoctoid. Your job in this case is to come up with a compelling idea based in embedded Linux, and

[yocto] OpenEmbedded Layer Index updated

2013-09-04 Thread Paul Eggleton
Hi all, The OpenEmbedded layer index has just been updated: http://layers.openembedded.org/ This update includes a number of significant changes that have been in the pipeline for a while. A summary of the changes follows. Branches -- Recipe data for the dylan and danny branches is

[yocto] 1.5_M4.rc3 status

2013-09-04 Thread Flanagan, Elizabeth
All, Just a quick update on 1.5_M4.rc3. We're currently waiting on a few more fixes that should roll in sometime tomorrow before we kick off rc3. I'm anticipating kicking this off sometime tomorrow 12PST. -b -- Elizabeth Flanagan Yocto Project Build and Release _

Re: [yocto] Can anything be done about do_rootfs speed?

2013-09-04 Thread Paul D. DeRocco
> From: Samuel Stirtzel > > If you change: > > COMPRESS_CMD_gz = "gzip -f -9 -c ${IMAGE_NAME}.rootfs.${type} > > ${IMAGE_NAME}.rootfs.${type}.gz" > COMPRESS_CMD_bz2 = "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}" > > in [...]/meta/classes/image_types.bbclass, then can try > pbzip2 / pigz. This ra

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

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 a

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

[yocto] Poky 10.0.0 release name.

2013-09-04 Thread Flanagan, Elizabeth
Just to keep folks in the loop, we have a release name! Poky 10.0.0 will be codenamed "dora" -b -- Elizabeth Flanagan Yocto Project Build and Release ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Fwd: Help with merging files

2013-09-04 Thread Timothy Bean
Hello all, I am a little new to Yocto and bitbake. Could someone please help me with probably some simple concepts that seem to be missing. I would like to build a initramfs image to boot to my device (Freescale i.MX6) I think I need to change the image type to cpio.gz for the output. But my rea

Re: [yocto] Building an atom-pc image

2013-09-04 Thread Sean Liming
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Jack > Sent: Wednesday, September 04, 2013 5:23 AM > To: yocto@yoctoproject.org > Subject: [yocto] Building an atom-pc image > > Hi, > > I looked at this page https://www

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

2013-09-04 Thread Gary Thomas
On 2013-09-04 06: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 installati

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

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 installat

Re: [yocto] raspberry layer

2013-09-04 Thread Gary Thomas
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 to in order to get started. Can someone tell me

Re: [yocto] libtool problem?

2013-09-04 Thread Hans Beckérus
workaround I guess it is > possible to always do "./configure $CONFIGURE_FLAGS ", > but surely, this can not be how it was supposed to work? > > Thanks. > Hans > > First of all. I am really sorry for spamming this forum and this subject. But I really need

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

2013-09-04 Thread Thomas Page
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 installation process several times not I simply c

Re: [yocto] libtool problem?

2013-09-04 Thread Hans Beckérus
On Wed, Sep 4, 2013 at 12:21 PM, Hans Beckérus wrote: > On Wed, Sep 4, 2013 at 12:03 PM, Hans Beckérus > wrote: >> On Wed, Sep 4, 2013 at 11:56 AM, Hans Beckérus >> wrote: >>> On Wed, Sep 4, 2013 at 11:36 AM, JC wrote: On 04/09/2013 11:24, Hans Beckérus wrote: > > On Wed, Sep 4,

[yocto] Building an atom-pc image

2013-09-04 Thread Jack
Hi, I looked at this page https://www.yoctoproject.org/download/intel%C2%AE- atom%E2%84%A2-based-pcs-and-devices-atom-pc . I downloaded atom-pc-dylan- 9.0.0.tar.bz2 and ran bitbake core-image-minimal. When building process finished, I didn't give core-image-minimal-atom-pc with .hddimg. While som

Re: [yocto] bbappend on top of bbappend

2013-09-04 Thread Paul Eggleton
Hi Paul, On Thursday 22 August 2013 10:58:48 Paul D. DeRocco wrote: > Paul Eggleton wrote: > > FWIW, when xinput-calibrator was moved over to OE-Core it was > > determined that this shouldn't even be started as a service by systemd, > > but instead launched using Xsession.d. You may have better re

Re: [yocto] Building one package needs header from another

2013-09-04 Thread Paul Eggleton
Hi Paul, Apologies for the delayed reply. On Friday 23 August 2013 12:52:54 Paul D. DeRocco wrote: > > > On Tuesday 20 August 2013 16:06:54 Paul D. DeRocco wrote: > > > > > > I've been trying to figure out how the setup.py/setup.cfg > > > (and distutils) > > > stuff works. The setup.cfg file lis

Re: [yocto] libtool problem?

2013-09-04 Thread Hans Beckérus
On Wed, Sep 4, 2013 at 12:03 PM, Hans Beckérus wrote: > On Wed, Sep 4, 2013 at 11:56 AM, Hans Beckérus > wrote: >> On Wed, Sep 4, 2013 at 11:36 AM, JC wrote: >>> On 04/09/2013 11:24, Hans Beckérus wrote: On Wed, Sep 4, 2013 at 9:53 AM, Hans Beckérus wrote: > > Hi. I rece

Re: [yocto] libtool problem?

2013-09-04 Thread Hans Beckérus
On Wed, Sep 4, 2013 at 11:56 AM, Hans Beckérus wrote: > On Wed, Sep 4, 2013 at 11:36 AM, JC wrote: >> On 04/09/2013 11:24, Hans Beckérus wrote: >>> >>> On Wed, Sep 4, 2013 at 9:53 AM, Hans Beckérus >>> wrote: Hi. I recently discovered that our populated SDK can not properly build

Re: [yocto] libtool problem?

2013-09-04 Thread Hans Beckérus
On Wed, Sep 4, 2013 at 11:36 AM, JC wrote: > On 04/09/2013 11:24, Hans Beckérus wrote: >> >> On Wed, Sep 4, 2013 at 9:53 AM, Hans Beckérus >> wrote: >>> >>> Hi. I recently discovered that our populated SDK can not properly >>> build much at all :( >>> libtool complains about .la files that have b

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 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. The rootfs builds fine ho

Re: [yocto] libtool problem?

2013-09-04 Thread Hans Beckérus
On Wed, Sep 4, 2013 at 9:53 AM, Hans Beckérus 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. > The rootfs builds fine however. What I did noticed was that

[yocto] libtool problem?

2013-09-04 Thread Hans Beckérus
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. The rootfs builds fine however. What I did noticed was that in our .la files we get lines like this: dependency_libs=' =/us