From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6889EE0076F; Mon, 9 Mar 2015 10:35:23 -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.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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.174 listed in list.dnswl.org] * 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 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A5F09E006E9 for ; Mon, 9 Mar 2015 10:35:22 -0700 (PDT) Received: by wiwh11 with SMTP id h11so12852824wiw.1 for ; Mon, 09 Mar 2015 10:35:21 -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:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=mNeBOjnAT2tpRF+gJX8kGcuwWjip9XOrkWAQlF9pzZo=; b=QipAS31OqfqvYfCFczKfMtb7hys2tl8y7szsVV2YWpxDWD+j3ePlIjvGDfX+8/8BRM CKQXiFSfn+quahIZJWySNnRMcmUAEtAQL+4avPYovNaO4jiIigYJUX+jT1XpgzXmTmo7 LslJkiIubsS1gSrJROTOYZ9U6zhni82AmoFta3IWbXK0z0aNkW0MqmwyPxVvki/5au1L L0QjtzCFVoCXFFlI1XLukf23MWlpugg8of96Qj9xlIVCtpxG/dAmgwzzoO2ZR7JnFFn4 maHn++C4Zi65BizEDj7+vGV7c5ujyxKaNkblSHuBA9WUfY3R3uWZTPoQD8BXn8bMlamp 7wuA== X-Received: by 10.180.109.70 with SMTP id hq6mr22793942wib.16.1425922521483; Mon, 09 Mar 2015 10:35:21 -0700 (PDT) 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 e18sm29153666wjz.27.2015.03.09.10.35.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Mar 2015 10:35:20 -0700 (PDT) Message-ID: <54FDD9DC.8060301@gmail.com> Date: Mon, 09 Mar 2015 18:35:24 +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> <54F89AF0.8000705@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: Mon, 09 Mar 2015 17:35:23 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Am 08.03.2015 um 06:26 schrieb ss infod: > Thanks for your response. My image is building right now. > > I have one more question related to Angstrom and Yocto/Poky: > Is there any reason to use Angstrom instead of Yocto/Poky ? > Is Angstrom outdated ? My experience is, that Angstrom is updated very quickly when new releases of OpenEmbedded-layers are released. So I would not at all say that Angstrom is outdated. > > I'm looking for a embeded distro that has package management connected to > "public repository". (I mean that I can install package like "apt-get > install xyz" from the target) > I think Angstrom has public repository.. Is that right ? I've never used the public repositories as we are building only devices with read-only rootfs and without package manager. So I can't give an answer to this. But one reason for me to decide for Angstrom was the online build system which made it quite easy to get started. > > The problem I have with yocto is that it seems there is no "public > repository". It seems you need to include the package in the build. > Is there any "public repostiory" that hosts packages for Yocto. (which can > be installed from the target post build) > > Thanks > ssinfod >