From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo2.mail-out.ovh.net (8.mo2.mail-out.ovh.net [188.165.52.147]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 91753E013CE for ; Fri, 4 Jan 2013 08:21:00 -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 527F3DC8EAF for ; Fri, 4 Jan 2013 17:30:08 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 4 Jan 2013 18:20:57 +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 18:20:56 +0200 Date: Fri, 4 Jan 2013 17:20:55 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: andrei@gherzan.ro X-Ovh-Mailout: 178.32.228.2 (mo2.mail-out.ovh.net) Message-ID: <20130104172055.35f36551@e6520eb> In-Reply-To: <20130104144822.5385bfb3@e6520eb> 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: 101330992502648210 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: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrfedtucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecunecuhfhrohhmpefgrhhitgcuueornhgrrhguuceovghrihgtsegvuhhkrhgvrgdrtghomheqnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertdej X-Spam-Check: DONE|U 0.500006/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrfedtucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecunecuhfhrohhmpefgrhhitgcuueornhgrrhguuceovghrihgtsegvuhhkrhgvrgdrtghomheqnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertdej Cc: meta-freescale@yoctoproject.org 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 16:21:00 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le Fri, 4 Jan 2013 14:48:22 +0100, Eric B=C3=A9nard a =C3=A9crit : > I would prefer that you add a COMPATIBLE_MACHINE =3D "imx53qsb" as the > defconfig is generic for all supported boards and not specific to a > board. >=20 sorry, I meant _providing a_ defconfig is generic for all supported boards (so belongs to the main SRC_URI) and not specific to a board (each defconfig is specific to one board which explains why it is in a directory with the board's name). I hope that's more clear now ;-) Eric