After investigation, this is an issue in oe-core. The reason is that the generated qemu binary name of ppc64 targets is qemu-ppc instead of qemu-ppc64, the gobject-introspection uses qemu-ppc64, so the build issue appeared.
There are two solutions for the issue, one is to update qemu-native recipe to make sure qemu binary name is qemu-ppc64, the other one is to update gobject-introspection to use qemu-ppc when ppc64 target is built. May I know about your comments on which one is better? Best Regards, Zhenhua > -----Original Message----- > From: Otavio Salvador [mailto:[email protected]] > Sent: Thursday, March 17, 2016 3:57 AM > To: Robert E. Cochran <[email protected]> > Cc: Zhenhua Luo <[email protected]>; [email protected]; > Lauren Post <[email protected]> > Subject: Re: [meta-freescale] Freescale meta-freescale announcement of new > layer > > Hello Robert, > > On Wed, Mar 16, 2016 at 3:10 PM, Robert E. Cochran <[email protected]> > wrote: > > During the compiling of gobjects-introspection, the > > g-ir-scanner-qemuwrapper script is run which fails when it tries to > > execute "PSEUDO_UNLOAD=1 > > qemu-ppc64 ...". > > > > """ > > > > /build/yocto/build_meta_freescale/tmp/work/ppc64e5500-poky- > linux/gobject-introspection/1.46.0-r0/build/g-ir-scanner-qemuwrapper: > > line 6: qemu-ppc64: command not found > > > > """ > > > > Maybe you already have a patch for this? Let me know if you require further > > information, and I'll start a new thread. I'll also look into creating the > > patch. > > This is a side effect of GObjects Introspection support which is being > included > for 2.1. > > There are two things which need to be investigated: > > - if this is a bug on OE-Core, or > - if something on meta-freescale needs change to allow the new infrastructure > to be used > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.br http://code.ossystems.com.br > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
