From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo2.mail-out.ovh.net (5.mo2.mail-out.ovh.net [87.98.181.248]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C11E4E0127C for ; Fri, 18 Jan 2013 05:25:16 -0800 (PST) Received: from mail240.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 8DE29DC128D for ; Fri, 18 Jan 2013 14:34:50 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 18 Jan 2013 15:25:14 +0200 Received: from pac33-2-82-240-38-71.fbx.proxad.net (HELO e6520eb) (eric%eukrea.com@82.240.38.71) by ns0.ovh.net with SMTP; 18 Jan 2013 15:25:11 +0200 Date: Fri, 18 Jan 2013 14:25:11 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Otavio Salvador X-Ovh-Mailout: 178.32.228.2 (mo2.mail-out.ovh.net) Message-ID: <20130118142511.016b6c5f@e6520eb> In-Reply-To: References: <1358248289-20074-1-git-send-email-otavio@ossystems.com.br> <1358248289-20074-2-git-send-email-otavio@ossystems.com.br> <20130116124552.34be3eec@e6520eb> <20130116135445.67810ada@e6520eb> <20130117113605.2629a80e@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: 5563915865059601788 X-Ovh-Remote: 82.240.38.71 (pac33-2-82-240-38-71.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrieeiucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrieeiucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr 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, 18 Jan 2013 13:25:17 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, please keep the ML in copy. Le Fri, 18 Jan 2013 09:12:08 -0200, Otavio Salvador a =C3=A9crit : > On Thu, Jan 17, 2013 at 8:36 AM, Eric B=C3=A9nard wrote: > > Le Thu, 17 Jan 2013 08:29:04 -0200, > > Otavio Salvador a =C3=A9crit : > >> On Wed, Jan 16, 2013 at 10:54 AM, Eric B=C3=A9nard w= rote: > >> > Le Wed, 16 Jan 2013 10:02:29 -0200, > >> > Otavio Salvador a =C3=A9crit : > >> >> > Shouldn't we limit this to the machines which need these tools ? > >> >> > >> >> How do you think we can manage this? > >> >> > >> > maybe using mxs override in the bbappend ? > >> > >> Or maybe armv5? since this is useful for toolchains for all mxs SoCs? > >> > > no, i.MX25 is armv5 and doesn't use these tools. > > And other BSP can provide support for armv5 machines which also don't > > need these tools. >=20 > So in this case use 'mxs' would do it. The problem with this is the > package group is a native so it is suppose to be regarding host but we > seems to be changing it content of the host depending on the target. >=20 What is the problem ? The SDK are already typed with parameters of the target (headers of the target's kernel, compiler's target arch, dev libraries included in sync with the content of target's image, etc ...). Eric