From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1EF2FE01496 for ; Fri, 19 Apr 2013 01:03:56 -0700 (PDT) Received: from e6520eb (pac33-2-82-240-38-71.fbx.proxad.net [82.240.38.71]) (Authenticated sender: eukrea) by smtp2-g21.free.fr (Postfix) with ESMTPSA id D84844B016A; Fri, 19 Apr 2013 10:03:46 +0200 (CEST) Date: Fri, 19 Apr 2013 10:03:45 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Fabio Estevam Message-ID: <20130419100345.5d522189@e6520eb> In-Reply-To: References: <1366311579-29067-1-git-send-email-otavio@ossystems.com.br> <1366311579-29067-3-git-send-email-otavio@ossystems.com.br> <51704ED6.9020300@freescale.com> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale Mailing List , Otavio Salvador Subject: Re: [meta-fsl-arm PATCH v2 3/3] linux-fslc: Refactor to use linux-imx.inc and avoid duplication of code 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: Fri, 19 Apr 2013 08:03:58 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le Thu, 18 Apr 2013 20:46:48 -0300, Fabio Estevam a =C3=A9crit : > On Thu, Apr 18, 2013 at 4:58 PM, Otavio Salvador > wrote: >=20 > > Usually kernel would do the right thing but not in our case. Some >=20 > I don't understand. Why 'usually'? In what sense is our case different? >=20 maybe most defconfig support only one machine when those in meta-fsl-arm support several machines sometimes with different LOADADDR requirements and thus need the precision to get a working kernel on a specific platform at compile time. Eric