From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hetzner.pbcl.net (mail.pbcl.net [88.198.119.4]) by mail.openembedded.org (Postfix) with ESMTP id 054CF65CBF for ; Tue, 10 Nov 2015 23:10:28 +0000 (UTC) Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=e130.local) by hetzner.pbcl.net with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZwI3T-0006VF-Fq; Wed, 11 Nov 2015 00:10:23 +0100 Message-ID: <1447197016.2907.2.camel@pbcl.net> From: Phil Blundell To: Mark Hatle Date: Tue, 10 Nov 2015 23:10:16 +0000 In-Reply-To: <56421DA6.5080700@windriver.com> References: <5641FFD4.1050506@windriver.com> <56420F08.1050209@linux.intel.com> <56421DA6.5080700@windriver.com> X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 00/29] Add gobject introspection support to oe-core X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 23:10:35 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2015-11-10 at 10:39 -0600, Mark Hatle wrote: > Let me rephrase. Instead of calling out to qemu (or a real target) for a > gobject and result. Can the result be cached (like we do with the config-site > info?) This would allow me to run say a MIPS64 n64 gobject build, cache the > results and use it on my octeon3 build (which can't run in QEMU.) Why does gobject-introspection (presumably giscanner, right?) need to run binaries on the target at all? I thought it operated mostly on the source code. p.