From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 276EFE008DC; Thu, 5 Mar 2015 10:05:40 -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) * -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 * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.175 listed in list.dnswl.org] Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5710AE008EC for ; Thu, 5 Mar 2015 10:05:33 -0800 (PST) Received: by wibhm9 with SMTP id hm9so17381519wib.2 for ; Thu, 05 Mar 2015 10:05:32 -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=JZ1xELLmgy8DZvCFlSrIItqpohXtT72vyKOJkWtteXHLYr2+dPZZXqfSvfjx1gFwSx or4Ozo6vkOHi/XlaxqRAeUudoPCvmmGZ1gAVHiBXnFmEvds1HEOPQxo7Ws2u/5lIak6r 2R6koqoFQ/NDGTkuoTYWM1duMOeJQZg0tSwlPt1Vx+66/e0wM0A9eiEtnSBvmtpPC0T8 96rsoZB2QqOaTQYBdSoDKbvLZ54wHjxCV7QRsce5vXOAIwOqJzDPBonNSJAWQCNUEw3z BYHBFE7mYethmnjrKUkEAQs0cOCPIpwzhenGcGJpwRDPXqesK7osQb13Qc67Cjihhob1 fX5g== X-Received: by 10.194.235.71 with SMTP id uk7mr21305600wjc.13.1425578732925; Thu, 05 Mar 2015 10:05:32 -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 g5sm11530174wjr.19.2015.03.05.10.05.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Mar 2015 10:05:31 -0800 (PST) Message-ID: <54F89AF0.8000705@gmail.com> Date: Thu, 05 Mar 2015 19:05:36 +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:40 -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