From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SuTaN-00085B-5D for openembedded-core@lists.openembedded.org; Thu, 26 Jul 2012 21:18:59 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q6QJ7R9X025012 for ; Thu, 26 Jul 2012 20:07:27 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24456-03 for ; Thu, 26 Jul 2012 20:07:24 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q6QJ7Jbt025006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 26 Jul 2012 20:07:21 +0100 Message-ID: <1343329639.7600.13.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Thu, 26 Jul 2012 20:07:19 +0100 In-Reply-To: <007BD92917A2324FA403BCF9A464CF841FF7D6FA@ALA-MBB.corp.ad.wrs.com> References: <007BD92917A2324FA403BCF9A464CF841FF7D6FA@ALA-MBB.corp.ad.wrs.com> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: EXCLUDE_FROM_WORLD 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: Thu, 26 Jul 2012 19:18:59 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-07-26 at 18:45 +0000, Slater, Joseph wrote: > Could somebody clarify excluding things from world? I see > EXCLUDE_FROM_WORLD = "1" in > > many places, including libx11.inc, and I'm sure there's plenty of > libx11 stuff in world. The issue is that there are multiple providers of libx11 and when you bitbake world, we don't want them all to build. For that reason it gets excluded and then the correct version will get built as needed. There are plans afoot to merge those different libx11 recipes at which point the exclude from world will get dropped. > I also see package specific exclusions in world-broken.inc. This was originally a list of known problematic packages and used to be quite large. Looking at the list: gobject-introspection: Totally broken recipe, I'm tempted to delete it. eds-tools: Again, I'm tempted to delete the recipe clutter-box2d: This should build, not sure why its on the broken list. Chris replied about the other bits... Cheers, Richard