From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7BE7AE007B9; Sat, 18 Oct 2014 01:52:01 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [80.91.229.3 listed in list.dnswl.org] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (auslands-kv[at]gmx.de) * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1F29DE006EF for ; Sat, 18 Oct 2014 01:51:46 -0700 (PDT) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XfPjl-0004Z9-FH for yocto@yoctoproject.org; Sat, 18 Oct 2014 10:51:45 +0200 Received: from 80-218-32-173.dclient.hispeed.ch ([80.218.32.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Oct 2014 10:51:45 +0200 Received: from auslands-kv by 80-218-32-173.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Oct 2014 10:51:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: yocto@yoctoproject.org From: Neuer User Date: Sat, 18 Oct 2014 10:51:30 +0200 Message-ID: References: <9690622.nYuOPMAxm8@peggleto-mobl5.ger.corp.intel.com> <2231298.4P3ZM5y4CY@peggleto-mobl5.ger.corp.intel.com> <20141018084423.GB2437@jama> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 80-218-32-173.dclient.hispeed.ch User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: <20141018084423.GB2437@jama> Subject: Re: Updating daisy -> Python.h not found X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 08:52:01 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Am 18.10.2014 um 10:44 schrieb Martin Jansa: > On Sat, Oct 18, 2014 at 09:11:51AM +0200, Neuer User wrote: >> I don't see any chance to get this running. The whole environment seems >> to be missing, such as BUILD_SYS, HOST_SYS, STAGING_LIB_DIR and other. >> >> I will now completely resetup yocto from scratch, hoping that this fixes >> the problem. Will report tomorrow or as soon as I have a result. > > Have you tried to revert these 2 changes? > http://git.openembedded.org/openembedded-core/commit/?h=daisy&id=de5797b27a358954eb15318d0d77ad1981981861 > http://git.openembedded.org/openembedded-core/commit/?h=daisy&id=ae49adc13db10cb39eeb9377eb4c60a4db436e00 > > > Thanks, they look very promising. Currently I have completely set up my yocto environment from scratch again. It's curently compiling. There was another error that due to some metadata left from the older daisy version that I needed to fix by cleaning the work dir. So maybe this is something similar here. If that doesn't help, I will look into reverting these two changes. Btw. do you know that the qt5 repo is currently incompatible with daisy? There is a patch in fsl-arm that cannot be applied: ./meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtmultimedia_%.bbappend This needs to be deleted, otherwise qtmultimedia cannot be generated.