All of lore.kernel.org
 help / color / mirror / Atom feed
* ERROR: QA Issue: Architecture did not match (20 to 62) on /work/virtex5-poky-linux
@ 2012-07-14  5:17 Elvis Dowson
  2012-07-14 18:26 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Elvis Dowson @ 2012-07-14  5:17 UTC (permalink / raw)
  To: Yocto Discussion Mailing List

[-- Attachment #1: Type: text/plain, Size: 651 bytes --]

Hi,
      How can I troubleshoot the following QA error:

NOTE: package linux-xilinx-2.6.38-r00: task do_populate_sysroot: Succeeded
ERROR: QA Issue: Architecture did not match (20 to 62) on /work/virtex5-poky-linux/linux-xilinx-2.6.38-r00/packages-split/kernel-dev/usr/src/kernel/scripts/kconfig/kxgettext.o
ERROR: QA run found fatal errors. Please consider fixing them.
ERROR: Function failed: do_package_qa
ERROR: Logfile of failure stored in: /tool/yocto/poky/build/tmp/work/virtex5-poky-linux/linux-xilinx-2.6.38-r00/temp/log.do_package.24970
NOTE: package linux-xilinx-2.6.38-r00: task do_package: Failed

Best regards,

Elvis Dowson

[-- Attachment #2: Type: text/html, Size: 1299 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ERROR: QA Issue: Architecture did not match (20 to 62) on /work/virtex5-poky-linux
  2012-07-14  5:17 ERROR: QA Issue: Architecture did not match (20 to 62) on /work/virtex5-poky-linux Elvis Dowson
@ 2012-07-14 18:26 ` Khem Raj
  2012-07-14 18:35   ` Elvis Dowson
  2012-07-14 19:07   ` Elvis Dowson
  0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2012-07-14 18:26 UTC (permalink / raw)
  To: Elvis Dowson; +Cc: Yocto Discussion Mailing List

On Fri, Jul 13, 2012 at 10:17 PM, Elvis Dowson <elvis.dowson@gmail.com> wrote:
> ERROR: QA Issue: Architecture did not match (20 to 62) on
> /work/virtex5-poky-linux/linux-xilinx-2.6.38-r00/packages-split/kernel-dev/usr/src/kernel/scripts/kconfig/kxgettext.o
> ERROR: QA run found fatal errors. Please consider fixing them.

This is because kernel is trying to package tools which are built for
your build host.
Try this patch

http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/misc&id=e061aca8a9ad2e4342927b3d2ca4216ef3874936


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ERROR: QA Issue: Architecture did not match (20 to 62) on /work/virtex5-poky-linux
  2012-07-14 18:26 ` Khem Raj
@ 2012-07-14 18:35   ` Elvis Dowson
  2012-07-14 19:07   ` Elvis Dowson
  1 sibling, 0 replies; 4+ messages in thread
From: Elvis Dowson @ 2012-07-14 18:35 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto Discussion Mailing List

Hi Khem,
                   Thanks a lot for this timely patch, I was stuck with this problem all day!! :-)
On Jul 14, 2012, at 10:26 PM, Khem Raj wrote:

> On Fri, Jul 13, 2012 at 10:17 PM, Elvis Dowson <elvis.dowson@gmail.com> wrote:
>> ERROR: QA Issue: Architecture did not match (20 to 62) on
>> /work/virtex5-poky-linux/linux-xilinx-2.6.38-r00/packages-split/kernel-dev/usr/src/kernel/scripts/kconfig/kxgettext.o
>> ERROR: QA run found fatal errors. Please consider fixing them.
> 
> This is because kernel is trying to package tools which are built for
> your build host.
> Try this patch
> 
> http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/misc&id=e061aca8a9ad2e4342927b3d2ca4216ef3874936

Will this patch make its way to oe-core/poky? 

I just noticed that for linux kernels 3.0.0 and 3.3.0 for powerpc (virtex5) , it doesn't seem to have this problem.

The error manifests for 2.6.3.x kernels. Any idea why?

Best regards,

Elvis Dowson

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ERROR: QA Issue: Architecture did not match (20 to 62) on /work/virtex5-poky-linux
  2012-07-14 18:26 ` Khem Raj
  2012-07-14 18:35   ` Elvis Dowson
@ 2012-07-14 19:07   ` Elvis Dowson
  1 sibling, 0 replies; 4+ messages in thread
From: Elvis Dowson @ 2012-07-14 19:07 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto Discussion Mailing List

Hi Khem,

On Jul 14, 2012, at 10:26 PM, Khem Raj wrote:

> On Fri, Jul 13, 2012 at 10:17 PM, Elvis Dowson <elvis.dowson@gmail.com> wrote:
>> ERROR: QA Issue: Architecture did not match (20 to 62) on
>> /work/virtex5-poky-linux/linux-xilinx-2.6.38-r00/packages-split/kernel-dev/usr/src/kernel/scripts/kconfig/kxgettext.o
>> ERROR: QA run found fatal errors. Please consider fixing them.
> 
> This is because kernel is trying to package tools which are built for
> your build host.
> Try this patch
> 
> http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/misc&id=e061aca8a9ad2e4342927b3d2ca4216ef3874936

The patch that you sent me works! Thank you very much for this!

I've built both linux-2.6.38 and linux-3.0.0 for the PowerPC440 processor on the Xilinx Virtex-5 processor, against the latest updates to the yocto repos, as of today.

Do you think you could apply your patch to oe-core, so that it's available mainstream?

Best regards,

Elvis

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-15 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-14  5:17 ERROR: QA Issue: Architecture did not match (20 to 62) on /work/virtex5-poky-linux Elvis Dowson
2012-07-14 18:26 ` Khem Raj
2012-07-14 18:35   ` Elvis Dowson
2012-07-14 19:07   ` Elvis Dowson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.