From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6E064E007D5; Thu, 5 Nov 2015 10:23:14 -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 * (k4230r6[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.170 listed in list.dnswl.org] Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CC6EFE0071C for ; Thu, 5 Nov 2015 10:23:11 -0800 (PST) Received: by wicll6 with SMTP id ll6so15755757wic.0 for ; Thu, 05 Nov 2015 10:23:10 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=27MHgUARoNOl6vF+iPx8ecjkjw08J1H1xVU3zi1GaZM=; b=CVQFjVd9MAgirKjQ7YR/BelPhX86sFbYJnO1TZD6O5+llb+LHxek1xPhb0wosnbSFa NoDu3CpmZBJRNDkRG639NYp6cLV06EzX6on2JEHK94tT8hIAGLHa6dU3tSNC1kXFYe0g f9IHa5mwkQvwKXYrE83+J/BQoXdfkM/7I+d+0y2UazThsVUV/Yehnl40hzHsh4DaGZVf iONNOW6y0RMQiAOe4kq7bkKoCoG9fpM1jF5Ihm9hZUhBgxjdzI5JqyBMhD0tVnGRmb4+ pi67qk6vgu4Jv0IJNhj9hWc5+1mQv4uUbyQp9OKgg4QUBWWZEUHkzO9KFJ/i6/5XEPZN EZUg== X-Received: by 10.194.84.174 with SMTP id a14mr10414172wjz.52.1446747790562; Thu, 05 Nov 2015 10:23:10 -0800 (PST) Received: from [192.168.23.113] (HSI-KBW-46-223-219-101.hsi.kabel-badenwuerttemberg.de. [46.223.219.101]) by smtp.googlemail.com with ESMTPSA id ly4sm8276463wjb.4.2015.11.05.10.23.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 10:23:09 -0800 (PST) Message-ID: <563B9E8D.4010908@gmail.com> Date: Thu, 05 Nov 2015 19:23:09 +0100 From: Christian Ege User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Otavio Salvador References: <563B537B.3070404@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: Adding a new machine to meta-fsl-arm-extra 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 Nov 2015 18:23:14 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hello Otavio, On 05.11.2015 18:19, Otavio Salvador wrote: > Hello Christian, > > On Thu, Nov 5, 2015 at 11:02 AM, Christian Ege wrote: >> I am preparing Patches for the UDOO Neo (http://www.udoo.org/udoo-neo/) >> i.mx6 SoloX based board to be integrated into meta-fsl-arm-extra. I have >> some questions what is the intended work flow for this. >> >> At the moment I have integrated the UDOO Neo board in my fork of >> meta-fsl-arm-extra. >> >> https://github.com/graugans/meta-fsl-arm-extra/tree/fido >> >> - Is it okay to provide patches for fido at first or should new boards >> be introduced to master only? > > master only. Makes sense > >> - How to deal with the various flavours of the Neo Familiy? >> - BASIC with 512MB RAM, Ethernet >> - EXTENDED 1GB RAM, Wi-Fi/Bluetooth, Motion Sensors >> - FULL 1GB RAM, Wi-Fi/Bluetooth, Motion Sensors, Ethernet > > It depends; ideally UDOO ought to work with SPL and same image should > work fine with all the flavours. Wandboard does it, CuBox does it as > well. Okay, at the moment SPL is not supported. But this is an good idea. > ... >> I Have patches available for the UDOO Quad as-well but no board to test >> on. If there is interest I can provide them as-well > ... > > I prefer you to not send it than; we should have only maintained boards. This is what I've expected. Regards, Christian