From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id F1DB96E64A for ; Thu, 10 Mar 2016 00:28:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u2A0Si1E032557; Thu, 10 Mar 2016 00:28:44 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id J8w95AjIApao; Thu, 10 Mar 2016 00:28:44 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u2A0SgeY032554 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 10 Mar 2016 00:28:43 GMT Message-ID: <1457569722.2804.211.camel@linuxfoundation.org> From: Richard Purdie To: Andreas Oberritter , Martin Jansa Date: Thu, 10 Mar 2016 00:28:42 +0000 In-Reply-To: <56E0BF1B.5030006@opendreambox.org> References: <56E0B734.4000607@opendreambox.org> <20160310000955.GP2542@jama> <1457568909.2804.209.camel@linuxfoundation.org> <56E0BF1B.5030006@opendreambox.org> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 06/24] gobject-introspection.bbclass: add a class that enables gobject introspection 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: Thu, 10 Mar 2016 00:28:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2016-03-10 at 01:26 +0100, Andreas Oberritter wrote: > How does this work out on a shared package feed, of which some > machines > have the required qemu support and others don't? Generally its done by "tune" rather than machine and we're dependent on qemu's support of that architecture/tune, not machine. A given package feed corresponds to a tune and that will either be supported by qemu or not so I'd have thought it would all be consistent. Cheers, Richard