[oe] problem with modifications to base.bbclass

2010-04-24 Thread David Hemmo
Hello, I am trying to build an image and I run in a python error that seems to be caused by the latest modifications to base.bbclase ERROR: Error in executing: /home/owner/dvt/oe/oe_shogo2test/recipes/stage-manager/stagemanager-native_0.0.1.bb ERROR: Exception: Message:oe_unpack_file() got an

[oe] [PATCH] psplash : update to latest SVN

2010-04-24 Thread Eric Benard
- update to latest SVN - update file names : psplash-hand-img.h -> psplash-poky-img.h - fix comments - fix psplash-18bpp.patch (missing break in the switch) Signed-off-by: Eric Benard --- .../{psplash-hand-img.h => psplash-poky-img.h} |0 .../{psplash-hand-img.h => psplash-poky-img.h}

[oe] do_unpack broken

2010-04-24 Thread Graeme Gregory
Hi, it looks like the series of commits starting with commit 5c8bfd6873939024d57278343035cfab0257bdb3 Author: Chris Larson Date: Wed Mar 17 08:05:40 2010 -0700 do_unpack: shift some responsibility around, clean things up has broken do unpack, I am not able to build since these were pushed

[oe] [PATCH 2/4] v86d : add 0.1.9

2010-04-24 Thread Eric Benard
Signed-off-by: Eric Benard --- recipes/v86d/v86d_0.1.9.bb | 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 recipes/v86d/v86d_0.1.9.bb diff --git a/recipes/v86d/v86d_0.1.9.bb b/recipes/v86d/v86d_0.1.9.bb new file mode 100644 index

[oe] [PATCH 3/4] mplayer_svn : fix compilation problem

2010-04-24 Thread Eric Benard
this patch fix the following error (met for a x86 target) : | loader/module.o: In function `MODULE_GetProcAddress': | module.c:(.text+0x125): undefined reference to `report_entry' | module.c:(.text+0x12f): undefined reference to `report_ret' | module.c:(.text+0x139): undefined reference to `wrappe

[oe] [PATCH 4/4] kernel.class : fix for recent kernel on x86

2010-04-24 Thread Eric Benard
- bitbake linux for a x86 machine fails with the following message : cp: target `.../image/kernel//include/asm-x86/' is not a directory so create $kerneldir/include/asm-x86 before trying to copy something in this directory. - make headers_install fails because of missing directories in include (t

Re: [oe] do_unpack broken

2010-04-24 Thread Michael 'Mickey' Lauer
Same here. Chris, please revert or fix that. -- :M: ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] do_unpack broken

2010-04-24 Thread Chris Larson
On Sat, Apr 24, 2010 at 9:37 AM, Michael 'Mickey' Lauer < mic...@vanille-media.de> wrote: > Same here. Chris, please revert or fix that. Fixed. Apparently my git-fu was weak last night, screwed up a conflict resolution. Sorry about that. -- Christopher Larson clarson at kergoth dot com Founde

Re: [oe] problem with modifications to base.bbclass

2010-04-24 Thread Chris Larson
Fixed. Sorry about that. On Sat, Apr 24, 2010 at 2:25 AM, David Hemmo wrote: > Hello, > > I am trying to build an image and I run in a python error that seems to be > caused by the latest modifications to base.bbclase > > ERROR: Error in executing: > /home/owner/dvt/oe/oe_shogo2test/recipes/sta

Re: [oe] [Patch] locking in do_package_tar

2010-04-24 Thread Denys Dmytriyenko
On Fri, Apr 23, 2010 at 11:55:15AM -0400, Denys Dmytriyenko wrote: > On Fri, Apr 23, 2010 at 12:04:44PM +0200, Jens Erdmann wrote: > > Hey folks, > > > > I would like to introduce locking in do_package_tar. I had a case here were > > do_package_tar and do_package_ipk where running parallel. Becaus

Re: [oe] [RFC][PATCH] meta-toolchain: use MULTIMACH_TARGET_SYS instead of TARGET_SYS

2010-04-24 Thread Denys Dmytriyenko
On Fri, Apr 23, 2010 at 02:43:13PM -0700, Tom Rini wrote: > On Fri, 2010-04-23 at 16:54 -0400, Denys Dmytriyenko wrote: > > On Fri, Apr 23, 2010 at 10:29:54PM +0200, Koen Kooi wrote: > > > >> Yes, that needs to be done, as well as seperating the cross tools in > > > >> case different archs need dif

Re: [oe] [RFC][PATCH] meta-toolchain: use MULTIMACH_TARGET_SYS instead of TARGET_SYS

2010-04-24 Thread Tom Rini
On Sat, 2010-04-24 at 13:07 -0400, Denys Dmytriyenko wrote: > On Fri, Apr 23, 2010 at 02:43:13PM -0700, Tom Rini wrote: > > On Fri, 2010-04-23 at 16:54 -0400, Denys Dmytriyenko wrote: > > > On Fri, Apr 23, 2010 at 10:29:54PM +0200, Koen Kooi wrote: > > > > >> Yes, that needs to be done, as well as

[oe] [RFC][PATCH] Topas910 kernel upgrade to 2.6.32 and initial u-boot support

2010-04-24 Thread Matthias Günther
Hi oe list. I've attached patches for the topas910 machine. Please let me know your comments. Best regards Matthias ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/ope

[oe] [PATCH 1/3] topas910: Add BSP patch against 2.6.32.9 and make it default.

2010-04-24 Thread Matthias Günther
--- recipes/linux/linux-2.6.32/topas910/defconfig | 1359 + recipes/linux/linux_2.6.26.bb |2 +- recipes/linux/linux_2.6.32.bb |9 +- 3 files changed, 1368 insertions(+), 2 deletions(-) create mode 100644 recipes/linux/linux-2.6.32/t

[oe] [PATCH 2/3] topas910: Add u-boot support.

2010-04-24 Thread Matthias Günther
--- recipes/u-boot/u-boot-topas_git.bb | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 recipes/u-boot/u-boot-topas_git.bb diff --git a/recipes/u-boot/u-boot-topas_git.bb b/recipes/u-boot/u-boot-topas_git.bb new file mode 100644 index 000.

[oe] [PATCH 3/3] topas910: linux_2.6.26 fix line break

2010-04-24 Thread Matthias Günther
--- recipes/linux/linux_2.6.26.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/linux/linux_2.6.26.bb b/recipes/linux/linux_2.6.26.bb index 8eccea3..4c66c11 100644 --- a/recipes/linux/linux_2.6.26.bb +++ b/recipes/linux/linux_2.6.26.bb @@ -1,6 +1,6 @@ requi

Re: [oe] [RFC][PATCH] Topas910 kernel upgrade to 2.6.32 and initial u-boot support

2010-04-24 Thread Matthias Günther
I forgot to mention the source: >http://git.labs.kernelconcepts.de/ So Kernelconcepts did the main part of the work :) Matthias Matthias Günther wrote: Hi oe list. I've attached patches for the topas910 machine. Please let me know your comments. Best regards Matthias __

Re: [oe] problem with modifications to base.bbclass

2010-04-24 Thread David Hemmo
Thank you Chris, things are going further. Unfortunately something else must be different. I have an error with the libpam-base-files.bb recipe As the base_do_unpack function is in the stack crawl, I guess it is related Here is the error I get NOTE: Unpacking recipes/pam/libpam-base-files/pam