From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id C3536E00C9D; Fri, 18 Mar 2016 20:01:01 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [74.55.86.74 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 79381E00C96 for ; Fri, 18 Mar 2016 20:00:58 -0700 (PDT) Received: from [192.168.1.14] (c-73-194-208-34.hsd1.nj.comcast.net [73.194.208.34]) by smtp.webfaction.com (Postfix) with ESMTP id DA9CA20A0EBA; Sat, 19 Mar 2016 03:00:56 +0000 (UTC) To: Ting Liu , Zhenhua Luo , Otavio Salvador References: <56E04367.4020203@mindchasers.com> <56E18C0C.6020606@mindchasers.com> <56E24241.1040807@mindchasers.com> <56E9A192.9090301@mindchasers.com> From: "Robert E. Cochran" Message-ID: <56ECC0E7.1080607@mindchasers.com> Date: Fri, 18 Mar 2016 23:00:55 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: Freescale meta-freescale announcement of new layer X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2016 03:01:01 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 03/18/2016 02:34 AM, Ting Liu wrote: > ppc64 is not in the default list of QEMU_TARGETS in poky/meta/recipes-devtools/qemu/qemu.inc > you can add this in conf/local.conf to enable it: > QEMU_TARGETS_append_pn-qemu-native = " ppc64" Thank you. That moves the gobject-introspection compile task a little further, but now qemu-ppc64 segfaults for me during the execution of the g-ir-scanner-qemuwrapper script. I'm curious as to whether one of you were able to compile gobject-introspection with ppc64. I'll send more info later. Bob > > -Ting > >> -----Original Message----- >> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- >> bounces@yoctoproject.org] On Behalf Of Zhenhua Luo >> Sent: Friday, March 18, 2016 10:54 AM >> To: Otavio Salvador >> Cc: meta-freescale@yoctoproject.org; Lauren Post >> >> Subject: Re: [meta-freescale] Freescale meta-freescale announcement of >> new layer >> >> The following binaries are generated by qemu-native, qemu-ppc64 is not >> there, but qemu-ppc64 is used by g-ir-scanner-qemuwrapper script of >> gobject-introspection. >> >> tmp/sysroots/x86_64-linux/usr/bin/qemu-aarch64 >> tmp/sysroots/x86_64-linux/usr/bin/qemu-arm >> tmp/sysroots/x86_64-linux/usr/bin/qemu-ga >> tmp/sysroots/x86_64-linux/usr/bin/qemu-i386 >> tmp/sysroots/x86_64-linux/usr/bin/qemu-img >> tmp/sysroots/x86_64-linux/usr/bin/qemu-io >> tmp/sysroots/x86_64-linux/usr/bin/qemu-mips >> tmp/sysroots/x86_64-linux/usr/bin/qemu-mips.real >> tmp/sysroots/x86_64-linux/usr/bin/qemu-mips64 >> tmp/sysroots/x86_64-linux/usr/bin/qemu-mipsel >> tmp/sysroots/x86_64-linux/usr/bin/qemu-nbd >> tmp/sysroots/x86_64-linux/usr/bin/qemu-ppc >> tmp/sysroots/x86_64-linux/usr/bin/qemu-system-aarch64 >> tmp/sysroots/x86_64-linux/usr/bin/qemu-system-arm >> tmp/sysroots/x86_64-linux/usr/bin/qemu-system-i386 >> tmp/sysroots/x86_64-linux/usr/bin/qemu-system-mips >> tmp/sysroots/x86_64-linux/usr/bin/qemu-system-mips64 >> tmp/sysroots/x86_64-linux/usr/bin/qemu-system-mipsel >> tmp/sysroots/x86_64-linux/usr/bin/qemu-system-ppc >> tmp/sysroots/x86_64-linux/usr/bin/qemu-system-x86_64 >> tmp/sysroots/x86_64-linux/usr/bin/qemu-x86_64 >> >> >> Best Regards, >> >> Zhenhua >> >>> -----Original Message----- >>> From: Otavio Salvador [mailto:otavio.salvador@ossystems.com.br] >>> Sent: Thursday, March 17, 2016 7:44 PM >>> To: Zhenhua Luo >>> Cc: Robert E. Cochran ; meta- >>> freescale@yoctoproject.org; Lauren Post >>> Subject: Re: [meta-freescale] Freescale meta-freescale announcement of >>> new layer >>> >>> On Thu, Mar 17, 2016 at 7:44 AM, Zhenhua Luo >> wrote: >>>> 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? >>> >>> The fix needs to be generic and fixed in OE-Core, in this case. >>> Provide some pointers where did you find the root cause and I can >>> take a look about which routed I would take. >>> >>> -- >>> 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 >> meta-freescale@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-freescale