Re: [OE-core] Custom tasks not running when dependency changes version

2013-05-03 Thread Daniel Lazzari
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Friday, May 03, 2013 8:26 AM To: Daniel Lazzari Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] Custom tasks not running when dependency changes version On Sun, 2013-04

[OE-core] Custom tasks not running when dependency changes version

2013-04-27 Thread Daniel Lazzari
to set to make this work, but I can't figure out what it is. Any help is appreciated, as always. BTW, I'm all the way back on the denzil branch in case that matters. Thanks, Daniel Lazzari Jr. Firmware Engineer dlazz...@leapfrog.com

[OE-core] Added task doesn't seem to run when rebuilding recipe

2013-03-14 Thread Daniel Lazzari
changed. Thanks for your help, Daniel Lazzari Jr. Firmware Engineer dlazz...@leapfrog.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] RFE: make the init manager an image feature (again)

2013-02-16 Thread Daniel Lazzari
for our rescue images since they operate out of a ramfs where space is precious. These images are all built out of the same distro and it seems like it would be a nightmare to try and support 2 distros just so we could have our rescue images. Daniel Lazzari Jr. Firmware Engineer dlazz...@leapfrog.com

[OE-core] [meta-oe][PATCH] Change mm-common to inherit the gnomebase class

2012-11-02 Thread Daniel Lazzari
Change mm-common to inherit the gnomebase class instead of the gnome class. This allows it to be built in distros that don't have x11 support since x11 is not actually a dependency of many glib related libraries. Signed-off-by: Daniel Lazzari Jr dlazz...@leapfrog.com --- meta-oe/recipes-core

Re: [OE-core] RFC: Braindump on Bootloaders, Image Types, and Installers

2012-06-05 Thread Daniel Lazzari
but having slightly different mkfs and ubinize arguments which is a major performance drawback because the rootfs has to be created for each final image. We've hacked together a solution in house, but if someone is looking at redesigning images, we'd love to see support for this. Daniel Lazzari Jr

Re: [OE-core] Do we have a package that installs the kernel headers and config into the target?

2012-04-06 Thread Daniel Lazzari
Darren Hart wrote on 2012-04-06: On 04/05/2012 09:41 PM, Cui, Dexuan wrote: Darren Hart wrote on 2012-04-06: On 04/05/2012 08:20 PM, Cui, Dexuan wrote: In a typical Linux distribution, there is a build link(or directory) that specifies the directory where the kernel headers and kernel config

Re: [OE-core] Task after do_package repeating despite stamp

2012-03-15 Thread Daniel Lazzari
.camel@ted Content-Type: text/plain; charset=UTF-8 On Thu, 2012-03-15 at 01:11 +, Daniel Lazzari wrote: Let me preface this by saying I'm running an older oe-core (Angstrom) so this may be fixed in the latest, but if so, I'm hoping someone can point me at the patch to fix it. I have a few

[OE-core] Task after do_package repeating despite stamp

2012-03-14 Thread Daniel Lazzari
Let me preface this by saying I'm running an older oe-core (Angstrom) so this may be fixed in the latest, but if so, I'm hoping someone can point me at the patch to fix it. I have a few recipes in our layer that need to generate proprietary packages from ${D} after the do_package task has

Re: [OE-core] Task after do_package repeating despite stamp

2012-03-14 Thread Daniel Lazzari
Date: Thu, 15 Mar 2012 01:11:00 + From: Daniel Lazzari dlazz...@leapfrog.com Subject: [OE-core] Task after do_package repeating despite stamp To: openembedded-core@lists.openembedded.org openembedded-core@lists.openembedded.org Message-ID: e7a9054a5acabe48b0e540e46e862b0f0426c

[OE-core] Problems with Pseudo

2012-02-17 Thread Daniel Lazzari
A problem just popped up today that I can't seem to fix. When trying to bitbake anything, I first get the following message: ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored. Followed by a bunch of debug output, detailing the configuration files being loaded,

Re: [OE-core] Problems with Pseudo

2012-02-17 Thread Daniel Lazzari
; charset=UTF-8 On Fri, 2012-02-17 at 19:50 +, Daniel Lazzari wrote: A problem just popped up today that I can't seem to fix. When trying to bitbake anything, I first get the following message: ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored. Followed by a bunch

Re: [OE-core] Problems with Pseudo

2012-02-17 Thread Daniel Lazzari
that capability and my bitbake is working again. -Original Message- From: Mark Hatle [mailto:mark.ha...@windriver.com] Sent: Friday, February 17, 2012 12:26 PM To: Patches and discussions about the oe-core layer Cc: Daniel Lazzari Subject: Re: [OE-core] Problems with Pseudo The usual cause

[OE-core] Overriding a variable only in our layer

2011-11-22 Thread Daniel Lazzari
Hey everyone, I ran into an interesting problem today that I need some help with. I'm not sure if this is a bitbake issue or an oe-core one so I thought I'd try here first. We have our own layer that overlays on top of oe-core, meta-oe, and meta-angstrom. Our layer has a bunch of recipes that

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Daniel Lazzari
Date: Tue, 15 Nov 2011 15:32:36 +0100 From: Eric B?nard e...@eukrea.com Subject: Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8 To: Patches and discussions about the oe-core layer openembedded-core@lists.openembedded.org Message-ID: 4ec27804.7060...@eukrea.com

[OE-core] Changing variable value between tasks

2011-11-01 Thread Daniel Lazzari
I was wondering if there's a way to override a variable's value specifically for a single task. My use case for this is that I'm working on a split-image class that splits the rootfs up after install but before image creation, then creates 2 separate images (this helps us keep the rootfs

[OE-core] Use for filedeps/rpmdeps data?

2011-10-07 Thread Daniel Lazzari
Hey everyone, I noticed today that one of our recipes takes a very long time to get through the do_package task. The recipe has a couple of binaries and a whole lot of assets (thousands of audio files). It takes over 20 minutes for the do_package task to complete on my local desktop. I finally

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files

2011-09-21 Thread Daniel Lazzari
On 9/21/11, Daniel Lazzari dlazz...@leapfrog.com wrote: I belive that files were installed but not shipped in any package message should become a fatal error. While it's true that sometimes some files are generated by do_install task, which aren't necessary for our target systems. However

[OE-core] [PATCH 1/1] alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs

2011-09-21 Thread Daniel Lazzari
alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs. Taken from oe-classic. Signed-off-by: Daniel Lazzari Jr dlazz...@leapfrog.com --- meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta

[OE-core] Correct way of having the PN package depend on the other packages?

2011-09-20 Thread Daniel Lazzari
I noticed a problem with the alsa-utils package where the alsa-utils package does not depend on all of the little extra packages it's supposed to pull in. I'm not sure what the best way to fix this is though. Can anyone give me a little guidance or point me at a recipe that does this correctly

Re: [OE-core] Correct way of having the PN package depend on

2011-09-20 Thread Daniel Lazzari
On 9/20/11 2:03 PM, Daniel Lazzari wrote: I noticed a problem with the alsa-utils package where the alsa-utils package does not depend on all of the little extra packages it's supposed to pull in. I'm not sure what the best way to fix this is though. Can anyone give me a little

Re: [OE-core] Correct way of having the PN package depend on

2011-09-20 Thread Daniel Lazzari
Its defintely a bug in the recipe with the alsa-utils package just being broken. We need to do something like: ALSAUTILSPKGS = alsa-utils-x \ alsa-utils-y \ alsa-utils-z PACKAGES += ${ALSAUTILSPKGS} RDEPENDS_${PN} += ${ALSAUTILSPKGS} which should

[OE-core] [PATCH 1/1] Fix alsa-utils package dependencies

2011-09-20 Thread Daniel Lazzari
Make alsa-utils main package depend on all of the more specific alsa-utils packages (such as alsa-utils-alsamixer). Signed-off-by: Daniel Lazzari Jr dlazz...@leapfrog.com --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff

[OE-core] [PATCH v2] Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf

2011-08-05 Thread Daniel Lazzari
Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf instead of lazily appending it with _append. This fixes a bug where the wrong cache was cleared when BB_SRCREV_POLICY = clear. Signed-off-by: Daniel Lazzari Jr dlazz...@leapfrog.com --- meta/conf/distro/defaultsetup.conf

[OE-core] [PATCH] Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf

2011-08-03 Thread Daniel Lazzari
Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf instead of lazily appending it with _append. This fixes a bug where the wrong cache was cleared when BB_SRCREV_POLICY = clear. Signed-off-by: Daniel Lazzari Jr dlazz...@leapfrog.com --- meta/conf/distro/defaultsetup.conf