From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by mail.openembedded.org (Postfix) with ESMTP id 5556965CD8 for ; Fri, 19 Sep 2014 17:13:54 +0000 (UTC) Received: from mail.nefkom.net (unknown [192.168.8.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3j01q72cdxz3hkqm; Fri, 19 Sep 2014 19:13:55 +0200 (CEST) X-Auth-Info: 8fJA6TZepcvkRGWyFNH310q02owWuVXo4UPfYMi5Bcg= Received: from chi.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3j01q631nWzvdWV; Fri, 19 Sep 2014 19:13:54 +0200 (CEST) From: Marek Vasut To: Paul Eggleton Date: Fri, 19 Sep 2014 18:52:03 +0200 User-Agent: KMail/1.13.7 (Linux/3.13-trunk-amd64; KDE/4.13.1; x86_64; ; ) References: <1411031735-14721-1-git-send-email-marex@denx.de> <201409191827.30418.marex@denx.de> <6249697.nqJ7MiLpN2@peggleto-mobl5.ger.corp.intel.com> In-Reply-To: <6249697.nqJ7MiLpN2@peggleto-mobl5.ger.corp.intel.com> MIME-Version: 1.0 Message-Id: <201409191852.03699.marex@denx.de> Cc: Christopher Larson , Koen Kooi , openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/2] nativesdk-packagegroup-python: buildtools-tarball: Introduce NativeSDK package group 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: Fri, 19 Sep 2014 17:13:56 -0000 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Friday, September 19, 2014 at 06:42:14 PM, Paul Eggleton wrote: > Hi Marek, Hi Paul, > On Friday 19 September 2014 18:27:30 Marek Vasut wrote: > > On Friday, September 19, 2014 at 06:13:46 PM, Christopher Larson wrote: > > > On Fri, Sep 19, 2014 at 12:06 AM, Marek Vasut wrote: > > > > On Thursday, September 18, 2014 at 03:30:11 PM, Richard Purdie wrote: > > > > > On Thu, 2014-09-18 at 11:15 +0200, Marek Vasut wrote: > > > > > > Introduce and use nativesdk-packagegroup-python , which contains > > > > > > all necessary python components for the native SDK. Make use of > > > > > > this package group in buildtools-tarball.bb immediatelly. > > > > > > > > > > Specifically, isn't this the list of packages needed to run bitbake > > > > > and > > > > > its associated utils? "python" isn't therefore a particularly good > > > > > description of this package? > > > > > > > > This is really just and only python packages, nothing else. > > > > > > The fact that it only contains python packages doesn't mean it contains > > > all > > > python packages, or is somehow generic. It's a specific subset of > > > python modules used by bitbake. > > > > OK, so uh, what would be the right solution here to make the toolchain > > usable? As I am no expert, I really don't know what to do now. Can you > > help please ? > > There's clearly a bug here, adding a Python-using component does not mean > you should have python in the SDK but that's what currently happens. There > is a bug open now covering this, we will do our best to address it in a > timely manner. Thank you, I really appreciate it ! > (FWIW, I would have thought this issue has been present for > some time rather than being a recent regression.) Yes, it was. It only hit me recently when U-Boot switched to Kconfig, which needs a python module, which is missing from the SDK toolchain though. > In the mean time however you can work around it by adding > nativesdk-python-modules (an existing meta-package) to your SDK via > TOOLCHAIN_HOST_TASK. Ah, thank you for the hint! Best regards, Marek Vasut