[yocto] mpc8315e-rdb core-image-minimal fails

2011-07-28 Thread Kumar Gala
Anyone got any ideas about the following: | ERROR: Function 'do_rootfs' failed (see /local/home/galak/git/poky/build/tmp/work/mpc8315e_rdb-poky-linux/core-image-minimal-1.0-r0/temp/log.do_rootfs.19834 for fu rther information) | Generating solve db for /local/home/galak/git/poky/build/tmp/deplo

Re: [yocto] mpc8315e-rdb core-image-minimal fails

2011-07-28 Thread Crossley, Malcolm (GE Intelligent Platforms)
Hi Kumar, I'm just debugging the same issue. It's caused by folder for the target specific packages being mis-named "powerpcppc603e" instead of "ppc603e" which the rpm package bbclass is expecting. I haven't figured out why this is happening yet but I have a workaround which is to move ${BUILD_

Re: [yocto] mpc8315e-rdb core-image-minimal fails

2011-07-28 Thread Kumar Gala
I think I know the cause, let me dig up the change that is related. What bit is looking for just ppc603e? - k On Jul 28, 2011, at 10:42 AM, Crossley, Malcolm (GE Intelligent Platforms) wrote: > Hi Kumar, > > I'm just debugging the same issue. > > It's caused by folder for the target specifi

Re: [yocto] mpc8315e-rdb core-image-minimal fails

2011-07-28 Thread Saul Wold
On 07/28/2011 08:45 AM, Kumar Gala wrote: I think I know the cause, let me dig up the change that is related. What bit is looking for just ppc603e? This might also be related to the PACKAGE_EXTRA_ARCHS issue, please try the patch that Koen posted. Thanks Sau! - k On Jul 28, 2011,

Re: [yocto] mpc8315e-rdb core-image-minimal fails

2011-07-28 Thread Kumar Gala
I have, it doesn't help. I believe its partly due to how we are appending to TUNE_PKGARCH, but what's not clear to me is what case is failing and looking for just ppc603e instead of powerpcppc603e - k On Jul 28, 2011, at 11:05 AM, Saul Wold wrote: > On 07/28/2011 08:45 AM, Kumar Gala wrote: >

Re: [yocto] [OE-core] [PATCH] Switch to using perl-native for various packages instead of host perl

2011-07-28 Thread McClintock Matthew-B29882
On Wed, Jul 27, 2011 at 10:22 PM, Saul Wold wrote: > On 07/26/2011 12:22 PM, Matthew McClintock wrote: >> >> Several builds are using perl on the host instead of perl built by >> poky. This fixes the issue for several packages. >> > Matthew, > > Thanks for submitting this. > > A similar fix was re

Re: [yocto] mpc8315e-rdb core-image-minimal fails (PACKAGE_ARCHS question)

2011-07-28 Thread Kumar Gala
On Jul 28, 2011, at 11:05 AM, Saul Wold wrote: > On 07/28/2011 08:45 AM, Kumar Gala wrote: >> I think I know the cause, let me dig up the change that is related. What >> bit is looking for just ppc603e? >> > This might also be related to the PACKAGE_EXTRA_ARCHS issue, please try the > patch t

Re: [yocto] mpc8315e-rdb core-image-minimal fails (PACKAGE_ARCHS question)

2011-07-28 Thread Martin Jansa
On Thu, Jul 28, 2011 at 01:43:45PM -0500, Kumar Gala wrote: > > On Jul 28, 2011, at 11:05 AM, Saul Wold wrote: > > > On 07/28/2011 08:45 AM, Kumar Gala wrote: > >> I think I know the cause, let me dig up the change that is related. What > >> bit is looking for just ppc603e? > >> > > This might

Re: [yocto] [OE-core] mpc8315e-rdb core-image-minimal fails (PACKAGE_ARCHS question)

2011-07-28 Thread Phil Blundell
On Thu, 2011-07-28 at 20:54 +0200, Martin Jansa wrote: > this change causes ERROR here with nokia900: > Error, the PACKAGE_ARCHS variable contains duplicates. The following archs > are listed more than once: armv7a-vfp-neon It isn't totally obvious to me that it needs to be an error for PACKAGE_A

Re: [yocto] [OE-core] mpc8315e-rdb core-image-minimal fails (PACKAGE_ARCHS question)

2011-07-28 Thread Kumar Gala
On Jul 28, 2011, at 2:04 PM, Phil Blundell wrote: > On Thu, 2011-07-28 at 20:54 +0200, Martin Jansa wrote: >> this change causes ERROR here with nokia900: >> Error, the PACKAGE_ARCHS variable contains duplicates. The following archs >> are listed more than once: armv7a-vfp-neon > > It isn't tot

Re: [yocto] Trying to create OpenDDS recipe

2011-07-28 Thread Darren Hart
Hi Paul, On 07/19/2011 07:41 AM, Ourada, Paul wrote: > I hope this is the correct place to post this. If not, please let me > know. This is the right place. In the future please don't reply to an existing post as your message then gets threaded with the one you replied to (likely why you didn't r

Re: [yocto] Trying to create OpenDDS recipe

2011-07-28 Thread Ourada, Paul
Hi Darren - Thanks for getting back to me. I have been able to get a lot further with the recipe. It turns out that the problem is in the makefiles for OpenDDS. I'll detail further below. Paul E. Ourada Sr. Principal Software Engineer Covidien, Energy-based Devices 5920 Longbow Drive Boulder, C

[yocto] [PATCH][linux-yocto-3.0] drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULL

2011-07-28 Thread Darren Hart
Bruce, Please apply to yocto/base. Fixes a boot issue for a tunnel creek development board. -- commit 2b934c6236983392d01bef22e43af3051cac16f5 If dmi_get_system_info() returns NULL, pch_phub_probe() will dereferencea a zero pointer. This oops was observed on an Atom based board which has no BI

Re: [yocto] Trying to create OpenDDS recipe

2011-07-28 Thread Darren Hart
Nitin, Khem, some toolchain related (I think) questions inline below. On 07/28/2011 04:16 PM, Ourada, Paul wrote: > Hi Darren - > > Thanks for getting back to me. I have been able to get a lot further > with the recipe. It turns out that the problem is in the makefiles > for OpenDDS. I'll detail

Re: [yocto] [PATCH][linux-yocto-3.0] drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULL

2011-07-28 Thread Bruce Ashfield
On 11-07-28 7:51 PM, Darren Hart wrote: Bruce, Please apply to yocto/base. Fixes a boot issue for a tunnel creek development board. I fetched and updated master in linux-yocto-3.0 and cherry picked this into yocto/base, and merged it out. e6625fa..55f9c40 master -> master 935b896..c33f

Re: [yocto] examples / docs on utilizing an external toolchain

2011-07-28 Thread Stewart, David C
Scott - I have had a couple of questions about this exact topic. Can you please submit a bug on this? Thanks. Sent from my Blackberry - Original Message - From: Kumar Gala [mailto:ga...@kernel.crashing.org] Sent: Wednesday, July 27, 2011 08:37 PM To: Yocto discussion list Subject: [yoc