From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo2.mail-out.ovh.net (6.mo2.mail-out.ovh.net [87.98.165.38]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5497AE0142A for ; Fri, 4 Jan 2013 07:47:52 -0800 (PST) Received: from mail190.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo2.mail-out.ovh.net (Postfix) with SMTP id A20E5DC7FC8 for ; Fri, 4 Jan 2013 16:56:59 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 4 Jan 2013 17:47:49 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO e6520eb) (eric%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 4 Jan 2013 17:47:48 +0200 Date: Fri, 4 Jan 2013 16:47:47 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Andrei Gherzan X-Ovh-Mailout: 178.32.228.2 (mo2.mail-out.ovh.net) Message-ID: <20130104164747.68c39bc2@e6520eb> In-Reply-To: References: <1357303747-20056-1-git-send-email-andrei.gherzan@windriver.com> <20130104144822.5385bfb3@e6520eb> 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 X-Ovh-Tracer-Id: 17988502812896177554 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrfedtucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomhepgfhrihgtuceurohnrghrugcuoegvrhhitgesvghukhhrvggrrdgtohhmqeenucfjughrpeffhffvuffkjghfohfogggtgfesthhqredtredtje X-Spam-Check: DONE|U 0.500001/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrfedtucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomhepgfhrihgtuceurohnrghrugcuoegvrhhitgesvghukhhrvggrrdgtohhmqeenucfjughrpeffhffvuffkjghfohfogggtgfesthhqredtredtje Cc: "meta-freescale@yoctoproject.org" , Andrei Gherzan Subject: Re: [meta-fsl-arm][PATCH 1/2] barebox: Add defconfig only for imx53qsb 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, 04 Jan 2013 15:47:52 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le Fri, 4 Jan 2013 15:58:36 +0200, Andrei Gherzan a =C3=A9crit : > That was my first patch but i dropped it because defconfig is in imx53qsb > directory. So, the best way would be to move that out of machine directory > and add compatible machine, right? >=20 no, this defconfig is specific to imx53qsb so having it in an imx53qsb directory is right. The current barebox recipe only support imx53qsb so setting COMPATIBLE_MACHINE =3D "imx53qsb" is right in the present case. When I'll have a little bit of time I'll upgrade barebox support and add other boards and their defconfig will go in a directory with each board's name. Eric