From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SMGnl-0006DM-B9 for openembedded-core@lists.openembedded.org; Mon, 23 Apr 2012 12:47:25 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 23 Apr 2012 03:37:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="92038257" Received: from dongxiao-osel.sh.intel.com (HELO [10.239.36.11]) ([10.239.36.11]) by AZSMGA002.ch.intel.com with ESMTP; 23 Apr 2012 03:37:49 -0700 From: "Xu, Dongxiao" To: Patches and discussions about the oe-core layer In-Reply-To: <1335174346.26744.55.camel@dongxiao-osel> References: <1335174346.26744.55.camel@dongxiao-osel> Date: Mon, 23 Apr 2012 18:34:42 +0800 Message-ID: <1335177282.26744.61.camel@dongxiao-osel> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Subject: Re: [PATCH 0/1 v2][PULL] Fix bug 2355 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2012 10:47:25 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2012-04-23 at 17:45 +0800, Xu, Dongxiao wrote: > On Mon, 2012-04-23 at 16:53 +0800, Dongxiao Xu wrote: > > Hi Richard, > > > > This pull request is the second version to fix bug 2355, please help to review and pull. > > Richard, there are some issue inside. > Please hold this change for a while. I just used the following configuration in local.conf. MACHINE="qemuppc" require conf/multilib.conf MULTILIBS = "multilib:lib64" DEFAULTTUNE_virtclass-multilib-lib64 = "powerpc64" When I did a simple parse, I met the following error: ERROR: Unable to determine endianness for architecture '' ERROR: Please add your architecture to siteinfo.bbclass NOTE: Error expanding variable set_arch ERROR: Unable to determine endianness for architecture '' ERROR: Please add your architecture to siteinfo.bbclass NOTE: Error during finalise of virtual:multilib:lib64:/home/dongxiao/poky/meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb ERROR: Unable to determine endianness for architecture '' ERROR: Please add your architecture to siteinfo.bbclass ERROR: Unable to determine endianness for architecture '' ERROR: Please add your architecture to siteinfo.bbclass ERROR: Unable to determine endianness for architecture '' ERROR: Please add your architecture to siteinfo.bbclass ERROR: Unable to determine endianness for architecture '' ERROR: Please add your architecture to siteinfo.bbclass ERROR: Unable to determine endianness for architecture '' ERROR: Please add your architecture to siteinfo.bbclass ERROR: Unable to parse /home/dongxiao/poky/meta/recipes-support/pth/pth_2.0.7.bb: Exited with "1" | ETA: --:--:-- ERROR: Command execution failed: Exited with 1 Originally I suppose it is related to my patch, however, this issue still exists even without my patch. Is it because we don't support powerpc multilib? Thanks, Dongxiao > > Thanks, > Dongxiao > > > > > Changes from v1: > > Add an inherit for siteinfo.bbclass > > > > Thanks, > > Dongxiao > > > > The following changes since commit 00256125873ff6f1630743a712e882e5f473a9d2: > > > > self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-18 15:59:20 +0100) > > > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix-oecore > > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix-oecore > > > > Dongxiao Xu (1): > > qt4: move functions from python to shell style > > > > meta/recipes-qt/qt4/qt4-embedded.inc | 2 +- > > meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | 15 +++++++++++-- > > meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +- > > meta/recipes-qt/qt4/qt4.inc | 28 +++++++++++++++++++++++--- > > meta/recipes-qt/qt4/qt4_arch.inc | 25 ------------------------ > > 5 files changed, 38 insertions(+), 34 deletions(-) > > delete mode 100644 meta/recipes-qt/qt4/qt4_arch.inc > > > > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core