From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9E33AE013A2 for ; Sun, 30 Jun 2013 07:36:13 -0700 (PDT) Received: by mail-yh0-f54.google.com with SMTP id f73so2084480yha.41 for ; Sun, 30 Jun 2013 07:36:12 -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=qvma10+DHb1hCG5SHec4VbLPP+Eb6YmL0scKdQIK5xs=; b=oJ8rMp+za0X/xEFtt3FZ5JTPW4j7OCGhhkSLRP5vaKcmSq+mLOSqLyrQVvy3EjX3AI Rez44rkyXPsbE7fYmok23/eQE4LMSczDItEQHQhgVcFkcJ9Z674htavY+ExVUCKcIDVB qJCMxCjLHdB9mN4tosFHbacm/AJJWHWVr+TCUx9FdtyTSp2poGU3CjlIqRZozamH7DfN Nhvsex+UeAiuG9e9Ay9NpM6LGrL1r2NCdkjQlwUgA9Wfn3jvUTxRfivj3t6OL1YVRy0p jMIfzxWs4yEt07tUCBvfSvA3fbNWnURwn3jnEVxUq9yKHcbQMMPtAOeKZJJRvSo3cKf6 wS8A== X-Received: by 10.236.161.3 with SMTP id v3mr10665567yhk.3.1372602971966; Sun, 30 Jun 2013 07:36:11 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id h26sm19915614yhb.21.2013.06.30.07.36.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 30 Jun 2013 07:36:11 -0700 (PDT) Message-ID: <51D0425A.5040607@gmail.com> Date: Sun, 30 Jun 2013 09:36:10 -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 14:36:15 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I think the trick is: repo init -b master then MACHINE= . ./setup-environment 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 >