From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 30FB9E0086E; Thu, 5 Mar 2015 10:05:31 -0800 (PST) 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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (sven.ebenfeld[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.169 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9B5E3E0083A for ; Thu, 5 Mar 2015 10:05:27 -0800 (PST) Received: by wibbs8 with SMTP id bs8so9001289wib.4 for ; Thu, 05 Mar 2015 10:05:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=84dJ24YHv0Wc9oRTvRdASXrjKs6F1C/nKXGBBoB4lKI=; b=oQw4ixwSavxozkHNzw6EK+WzwsLxJ5Jv6HzQLvT2M2duw9jBc4jx5sdBrMotwKtviC uXdzlNWvJz6rMEEJleppeowhqTwHWweZzGWhqkeWrI6YwT1mqnKI4YqfxQS6a1r5sQgq Xb+kPvLECcal2CseeOfpmDa6uDgi7TecYizBH36jJqMtDos9YpGq2bWDwEy5dWgQGuya uC24nkmcEGpEq19Yqx3P4wHK84dfHCoad58PTtTkFN3sbOf22BIHjbsBlPs52nyQncnn 4KPz67M5Re7q+YVXz87qJ17EXF38Ba5iI4V49MEIXFxh0LoH7+p0lEMBOeEoZlT7t0r+ w52w== X-Received: by 10.194.79.226 with SMTP id m2mr20921746wjx.60.1425578726366; Thu, 05 Mar 2015 10:05:26 -0800 (PST) Received: from [192.168.50.198] (ip-84-119-96-251.unity-media.net. [84.119.96.251]) by mx.google.com with ESMTPSA id w4sm12653520wib.19.2015.03.05.10.05.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Mar 2015 10:05:25 -0800 (PST) Message-ID: <54F89AEA.90706@gmail.com> Date: Thu, 05 Mar 2015 19:05:30 +0100 From: Sven Ebenfeld User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: ss infod , "meta-freescale@yoctoproject.org" References: <54F807E0.2060501@gmail.com> In-Reply-To: Subject: Re: Angstrom for i.mx 6 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: Thu, 05 Mar 2015 18:05:31 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Am 05.03.2015 um 18:56 schrieb ss infod: > Yes, I noticed that these machine configuration are there. > > However, I don't know what are the steps to use these machines > configuration to build the angstrom distro ? > > Do I simply perform a git checkout of the Angstrom distro. > git clone git://github.com/Angstrom-distribution/setup-scripts.git > > Then another checkout of the meta-fsl-arm-extra > > git://git.yoctoproject.org/meta-fsl-arm-extra > > No, as stated in the manual you referred to, you need to run the ./oebb.sh script in setup-scripts. Before that, you should probably checkout the angstrom-v2014.12-yocto1.7 branch (git checkout angstrom-v2014.12-yocto1.7 in setup-scripts) This script is creating config files for you and cloning the other layers. Afterwards, you can find a script called something like "environment-...". This script needs to be sourced (running: ". ./environment-...") every time you open a new console to run the OE build. After you got the environment running, you can just choose the machine, by putting it in front of the bitbake command. > > Then, do you think I would be able to build the distro with the MACHINE= > 'imx6qsabrelite' ? After you have followed the manual, yes. > > Is that correct ? > > Thanks for any input. > ssinfod. > Cheers, Sven