From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ye0-f180.google.com (mail-ye0-f180.google.com [209.85.213.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8F54EE013A2 for ; Sun, 30 Jun 2013 08:10:20 -0700 (PDT) Received: by mail-ye0-f180.google.com with SMTP id r11so909697yen.39 for ; Sun, 30 Jun 2013 08:10:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=K1FUlrIL1EEgZlyDV3O8PpPcqyq46qZiHjMfXEQ6vX4=; b=xxyF88zkmA+4ojNiJ0vZzfOpoRRBKX/yMvYAPYmpdYLSsFUTZ4M4iqDekJfqPPnmdB eUcKVG23b/RUerc5E3mIKC5ru8ngA4FtSMowPO+12q638sh8KtKuFyKtHsK7Se8oxuVM ynbXQUNZN8lb47P+fh5PktP++7hzeM/YjM4VdX1FH/WXE/GDXTgSXTpMRO16IQgP27Ya S2xgduAgZZB6RPt8qsRI8WU4XxtafVuXAY+yC7meQcl+J5b5j0pHg1LeiKxwaSHEJ+bp 3vxBXNAknO10WZGDz4T8qrpWku2Xfhox7zVGNbA/B7UkJVYnJCHCqryTDeMGc5USrtGi PSgQ== X-Received: by 10.236.122.6 with SMTP id s6mr11021286yhh.158.1372605019470; Sun, 30 Jun 2013 08:10:19 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id j64sm26412109yhj.25.2013.06.30.08.10.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 30 Jun 2013 08:10:18 -0700 (PDT) Message-ID: <51D04A5A.3060207@gmail.com> Date: Sun, 30 Jun 2013 10:10:18 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 CC: "meta-freescale@yoctoproject.org" References: <51CF793A.9090107@gmail.com> <51CF9835.8000207@gmail.com> <51CFB708.5030609@gmail.com> In-Reply-To: Subject: Re: Problem building fsl-image-gui X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jun 2013 15:10:20 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Each time I 'fix' one of the packages so that it doesn't pop a QA error, I get a new one. It seems that the Makefile for imx-test/memtool strips memtool before Yocto gets a chance to strip it itself, so that popped up a QA error. I finally resigned myself to actually getting something done, so I've reverted the commit in poky which causes all of these problems. Not an ideal solution, I know. I did file bugs on a couple of them. John On 6/30/13 9:18 AM, Trevor Woerner wrote: > On 30 June 2013 08:29, Trevor Woerner wrote: >> On 30 June 2013 00:41, John Weber wrote: >>> You're on dylan so you won't see this problem yet. >> >> Ah yes... I've been doing so many builds on so many projects I somehow >> thought I was on master with fsl and didn't double-check. Sorry about >> that. > > Now I see, the default manifest is for dylan. > > So how does someone work off the master? When I > > $ repo init -u > git://github.com/Freescale/fsl-community-bsp-platform -b master > > and then try > > $ MACHINE="imx53qsb" bitbake fsl-image-gui > > I get > > bash: /home/trevor/devel/yocto/builds/fsl/sources/poky/scripts/bitbake: > No such file or directory >