From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [212.27.42.6]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1A648E00747 for ; Thu, 22 Aug 2013 10:47:49 -0700 (PDT) Received: from e6520eb (unknown [88.170.243.169]) (Authenticated sender: eukrea) by smtp6-g21.free.fr (Postfix) with ESMTPSA id 5FA09822E5; Thu, 22 Aug 2013 19:47:37 +0200 (CEST) Date: Thu, 22 Aug 2013 19:47:36 +0200 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Alexandre Belloni Message-ID: <20130822194736.0119ebd1@e6520eb> In-Reply-To: <52164A0F.10402@free-electrons.com> References: <1377183077-5270-1-git-send-email-alexandre.belloni@free-electrons.com> <1377183077-5270-4-git-send-email-alexandre.belloni@free-electrons.com> <521647A1.8070206@free-electrons.com> <52164A0F.10402@free-electrons.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" , brian@crystalfontz.com, Maxime Ripard , jimwall@q.com, Otavio Salvador Subject: Re: [meta-fsl-arm-extra][PATCH 3/4] linux-cfa: add a kernel recipe supporting Crystalfontz boards 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, 22 Aug 2013 17:47:52 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Alexandre, Le Thu, 22 Aug 2013 19:27:43 +0200, Alexandre Belloni a =E9crit : > On 22/08/2013 19:19, Otavio Salvador wrote: > > > >>> What it does different here than original linux-dtb alternatives? > >>> > >> Actually, the default environment present in the barebox mainline for > >> the cfa10036 is looking for a kernel named zImage-cfa10036 and DTBs > >> named oftree-${DTB_BOARD_NAME} in /boot. So I'm just creating more lin= ks > >> to the kernel and DTBs. I'm not doing anything differently, I'm just > >> creating more links. > > I'd patch the default environment so we avoid custom behaviour from > > other boards. Do you mind? > > > Hum, I'm not sure about that, that would mean that we would have a > different behaviour between the buildroot generated image and the yocto > generated image which is not so great from a customer support point of vi= ew. > Also oftree is the usual name for dtbs in barebox, I'd like to stick to > it. That is just a bunch of links and that part will stay in the > crystalfontz specific kernel recipe anyway, does it matter that much ? >=20 fully agreed, that's a custom recipe for a custom board so I don't see how you can get "custom behaviour from other boards". Eric