From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qe0-f48.google.com (mail-qe0-f48.google.com [209.85.128.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CAD06E00832 for ; Wed, 8 Jan 2014 11:31:21 -0800 (PST) Received: by mail-qe0-f48.google.com with SMTP id k5so945214qej.21 for ; Wed, 08 Jan 2014 11:31:20 -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=80HDyjiFeVIB3ToRCPRcLoycv4yto+1FRDVH9hxGuIU=; b=KmvKW0PwfT29M+pBiLtcf6axsvZzpseC90W+0Li4soiDYYJWbBHCYi8d9IKvUQVnBc vwRM/e05emWAgXiBCEH/l+vNNRBz9ST4IGqWnJCAGnASGDwlxlcI14HuhpjlC91N9zZP v6qDe3Y3lsQ1Uyef0Xky1UEmvBgvs4qBu0wk5K/hWH5w0WTdgl4T1Mu9qEcNCjwQICAH M5yXHrjW+nk1AviTRP1aWnEsckVErdUKXxqlLRrC6g+0w4uPJYUDZ5SxvTZfesMfEQ93 +ItRWUPf+ujdXDMtZ9KWuNJ1y+BmdhDsU0yAzmggP2NTEZz3JPK2bxBuHkjQLPghOG6x W1UQ== X-Received: by 10.49.110.72 with SMTP id hy8mr187630465qeb.67.1389209480446; Wed, 08 Jan 2014 11:31:20 -0800 (PST) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id d7sm2505942qam.5.2014.01.08.11.31.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 Jan 2014 11:31:19 -0800 (PST) Message-ID: <52CDA784.3060805@gmail.com> Date: Wed, 08 Jan 2014 13:31:16 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1389108918-5770-1-git-send-email-dv@pseudoterminal.org> In-Reply-To: Subject: Re: [PATCH] Added support for the SolidRun HummingBird (also known as Carrier One) 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: Wed, 08 Jan 2014 19:31:24 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 1/7/14 9:46 AM, Daiane.Angolini@freescale.com wrote: > >> -----Original Message----- >> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- >> bounces@yoctoproject.org] On Behalf Of Carlos Rafael Giani >> Sent: Tuesday, January 07, 2014 1:35 PM >> To: meta-freescale@yoctoproject.org >> Subject: [meta-freescale] [PATCH] Added support for the SolidRun >> HummingBird (also known as Carrier One) >> > Can you, please, send 3 different patches? One for machine file, one for > u-boot and another one for kernel? +1 to that. > > Please, use present in commit subject (Add support for SolidRun) > > It looks ugly that you called your machine file "hummingboard" but the > Other reference in u-boot is cuboxi, is that right? Will there be a U-boot for Cubox-i and a separate U-boot for Hummingboard? If they will be the same (ideally), then I suggest that you call the recipe u-boot-solidrun as they are both Solid-Run products. Same thing with the kernel as well (linux-solidrun_3.0.35) If not, then you would want to separate them out to u-boot-cuboxi and u-boot-hummingboard (and with the kernel). And please use savedefconfig to create a more condensed defconfig file for the kernel.