All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
@ 2013-01-15 11:11 Otavio Salvador
  2013-01-15 11:11 ` [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Otavio Salvador @ 2013-01-15 11:11 UTC (permalink / raw)
  To: meta-freescale; +Cc: Otavio Salvador

This also updates to the newer repository at DENX.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-bsp/mxsldr/mxsldr_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb
index 2c42b65..01430bf 100644
--- a/recipes-bsp/mxsldr/mxsldr_git.bb
+++ b/recipes-bsp/mxsldr/mxsldr_git.bb
@@ -6,8 +6,8 @@ DEPENDS = "libusb"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCREV = "3463b576b67f03012a59cedd8e55e9d37c5cea76"
-SRC_URI = "git://git.bfuser.eu/git/marex/mxsldr.git;protocol=http"
+SRCREV = "c40d80472525e1d57dae5317c028b745968c0399"
+SRC_URI = "git://git.denx.de/u-boot.git"
 
 PV = "0.0.0+git${SRCPV}"
 
-- 
1.8.1



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
  2013-01-15 11:11 [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Otavio Salvador
@ 2013-01-15 11:11 ` Otavio Salvador
  2013-01-15 11:58   ` Daiane Angolini
       [not found]   ` <20130116124552.34be3eec@e6520eb>
  2013-01-15 11:56 ` [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Daiane Angolini
  2013-01-15 13:00 ` Eric Bénard
  2 siblings, 2 replies; 23+ messages in thread
From: Otavio Salvador @ 2013-01-15 11:11 UTC (permalink / raw)
  To: meta-freescale; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-core/meta/meta-toolchain.bbappend                          | 6 ------
 recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 recipes-core/meta/meta-toolchain.bbappend
 create mode 100644 recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend

diff --git a/recipes-core/meta/meta-toolchain.bbappend b/recipes-core/meta/meta-toolchain.bbappend
deleted file mode 100644
index 94d1d41..0000000
--- a/recipes-core/meta/meta-toolchain.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-PRINC := "${@int(PRINC) + 1}"
-
-IMAGE_INSTALL += " \
-    elftosb-nativesdk \
-    mxsldr-nativesdk \
-"
diff --git a/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
new file mode 100644
index 0000000..2c4807a
--- /dev/null
+++ b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
@@ -0,0 +1,6 @@
+PRINC := "${@int(PRINC) + 1}"
+
+RDEPENDS_${PN} += " \
+    nativesdk-elftosb \
+    nativesdk-mxsldr \
+"
-- 
1.8.1



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 11:11 [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Otavio Salvador
  2013-01-15 11:11 ` [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr Otavio Salvador
@ 2013-01-15 11:56 ` Daiane Angolini
  2013-01-15 11:57   ` Fabio Estevam
                     ` (2 more replies)
  2013-01-15 13:00 ` Eric Bénard
  2 siblings, 3 replies; 23+ messages in thread
From: Daiane Angolini @ 2013-01-15 11:56 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 9:11 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> This also updates to the newer repository at DENX.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>

Could this patch fix the error for imx28evk with u-boot 2013.01?

Daiane


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 11:56 ` [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Daiane Angolini
@ 2013-01-15 11:57   ` Fabio Estevam
  2013-01-15 12:15   ` Otavio Salvador
  2013-01-15 13:01   ` Eric Bénard
  2 siblings, 0 replies; 23+ messages in thread
From: Fabio Estevam @ 2013-01-15 11:57 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador

On Tue, Jan 15, 2013 at 9:56 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Tue, Jan 15, 2013 at 9:11 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>> This also updates to the newer repository at DENX.
>>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---
> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
>
> Could this patch fix the error for imx28evk with u-boot 2013.01?

No, this is completely unrelated.


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
  2013-01-15 11:11 ` [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr Otavio Salvador
@ 2013-01-15 11:58   ` Daiane Angolini
  2013-01-15 11:58     ` Daiane Angolini
       [not found]   ` <20130116124552.34be3eec@e6520eb>
  1 sibling, 1 reply; 23+ messages in thread
From: Daiane Angolini @ 2013-01-15 11:58 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 9:11 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  recipes-core/meta/meta-toolchain.bbappend                          | 6 ------
>  recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend | 6 ++++++
>  2 files changed, 6 insertions(+), 6 deletions(-)
>  delete mode 100644 recipes-core/meta/meta-toolchain.bbappend
>  create mode 100644 recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
>
> diff --git a/recipes-core/meta/meta-toolchain.bbappend b/recipes-core/meta/meta-toolchain.bbappend
> deleted file mode 100644
> index 94d1d41..0000000
> --- a/recipes-core/meta/meta-toolchain.bbappend
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -PRINC := "${@int(PRINC) + 1}"
> -
> -IMAGE_INSTALL += " \
> -    elftosb-nativesdk \
> -    mxsldr-nativesdk \
> -"
> diff --git a/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
> new file mode 100644
> index 0000000..2c4807a
> --- /dev/null
> +++ b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
> @@ -0,0 +1,6 @@
> +PRINC := "${@int(PRINC) + 1}"
> +
> +RDEPENDS_${PN} += " \
> +    nativesdk-elftosb \
> +    nativesdk-mxsldr \
> +"
> --
> 1.8.1
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
  2013-01-15 11:58   ` Daiane Angolini
@ 2013-01-15 11:58     ` Daiane Angolini
  2013-01-15 12:16       ` Otavio Salvador
  0 siblings, 1 reply; 23+ messages in thread
From: Daiane Angolini @ 2013-01-15 11:58 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 9:58 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Tue, Jan 15, 2013 at 9:11 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---

Acked-by: Daiane Angolini <daiane.angolini@freescale.com>


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 11:56 ` [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Daiane Angolini
  2013-01-15 11:57   ` Fabio Estevam
@ 2013-01-15 12:15   ` Otavio Salvador
  2013-01-15 13:01   ` Eric Bénard
  2 siblings, 0 replies; 23+ messages in thread
From: Otavio Salvador @ 2013-01-15 12:15 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 9:56 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Tue, Jan 15, 2013 at 9:11 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>> This also updates to the newer repository at DENX.
>>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---
> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>

Applied to danny and master.

> Could this patch fix the error for imx28evk with u-boot 2013.01?

No; this is a MfgTool for Linux ;-)

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
  2013-01-15 11:58     ` Daiane Angolini
@ 2013-01-15 12:16       ` Otavio Salvador
  0 siblings, 0 replies; 23+ messages in thread
From: Otavio Salvador @ 2013-01-15 12:16 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 9:58 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Tue, Jan 15, 2013 at 9:58 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
>> On Tue, Jan 15, 2013 at 9:11 AM, Otavio Salvador
>> <otavio@ossystems.com.br> wrote:
>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>> ---
>
> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>

Applied to danny and master.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 11:11 [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Otavio Salvador
  2013-01-15 11:11 ` [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr Otavio Salvador
  2013-01-15 11:56 ` [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Daiane Angolini
@ 2013-01-15 13:00 ` Eric Bénard
  2013-01-15 13:15   ` Fabio Estevam
  2013-01-15 13:23   ` Otavio Salvador
  2 siblings, 2 replies; 23+ messages in thread
From: Eric Bénard @ 2013-01-15 13:00 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Hi Otavio,

Le Tue, 15 Jan 2013 09:11:28 -0200,
Otavio Salvador <otavio@ossystems.com.br> a écrit :

> This also updates to the newer repository at DENX.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  recipes-bsp/mxsldr/mxsldr_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb
> index 2c42b65..01430bf 100644
> --- a/recipes-bsp/mxsldr/mxsldr_git.bb
> +++ b/recipes-bsp/mxsldr/mxsldr_git.bb
> @@ -6,8 +6,8 @@ DEPENDS = "libusb"
>  LICENSE = "GPLv2+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  
> -SRCREV = "3463b576b67f03012a59cedd8e55e9d37c5cea76"
> -SRC_URI = "git://git.bfuser.eu/git/marex/mxsldr.git;protocol=http"
> +SRCREV = "c40d80472525e1d57dae5317c028b745968c0399"
> +SRC_URI = "git://git.denx.de/u-boot.git"
>  
>  PV = "0.0.0+git${SRCPV}"
>  
did you ever test this patch ?
I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not
u-boot.git ...

Eric


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 11:56 ` [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Daiane Angolini
  2013-01-15 11:57   ` Fabio Estevam
  2013-01-15 12:15   ` Otavio Salvador
@ 2013-01-15 13:01   ` Eric Bénard
  2013-01-15 15:04     ` Daiane Angolini
  2 siblings, 1 reply; 23+ messages in thread
From: Eric Bénard @ 2013-01-15 13:01 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador

HI Daiane,

Le Tue, 15 Jan 2013 09:56:53 -0200,
Daiane Angolini <daiane.list@gmail.com> a écrit :

> On Tue, Jan 15, 2013 at 9:11 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
> > This also updates to the newer repository at DENX.
> >
> > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> > ---
> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
> 
how can you ack that ?

Eric


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 13:00 ` Eric Bénard
@ 2013-01-15 13:15   ` Fabio Estevam
  2013-01-15 13:22     ` Eric Bénard
  2013-01-15 13:50     ` Otavio Salvador
  2013-01-15 13:23   ` Otavio Salvador
  1 sibling, 2 replies; 23+ messages in thread
From: Fabio Estevam @ 2013-01-15 13:15 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale, Otavio Salvador

On Tue, Jan 15, 2013 at 11:00 AM, Eric Bénard <eric@eukrea.com> wrote:
>
> did you ever test this patch ?
> I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not
> u-boot.git ...

Besides that, I am also confused about this tool being present in meta-fsl-arm.

How would Yocto handle this host PC kernel patch?

http://git.denx.de/mxsldr.git/?p=mxsldr.git;a=commitdiff;h=d4cd53e3b5f00b6f459eb1c02785484c327a5ebd


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 13:15   ` Fabio Estevam
@ 2013-01-15 13:22     ` Eric Bénard
  2013-01-15 13:51       ` Otavio Salvador
  2013-01-15 13:50     ` Otavio Salvador
  1 sibling, 1 reply; 23+ messages in thread
From: Eric Bénard @ 2013-01-15 13:22 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Otavio Salvador

Hi Fabio,

Le Tue, 15 Jan 2013 11:15:08 -0200,
Fabio Estevam <festevam@gmail.com> a écrit :

> On Tue, Jan 15, 2013 at 11:00 AM, Eric Bénard <eric@eukrea.com> wrote:
> >
> > did you ever test this patch ?
> > I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not
> > u-boot.git ...
> 
> Besides that, I am also confused about this tool being present in meta-fsl-arm.
> 
> How would Yocto handle this host PC kernel patch?
> 
> http://git.denx.de/mxsldr.git/?p=mxsldr.git;a=commitdiff;h=d4cd53e3b5f00b6f459eb1c02785484c327a5ebd

last time I tested (Fedora 17 + MX287) I didn't need it. That's the
user responsibility to setup his workstation to work with the tools (a
note in the recipe may help him to know he may need this patch if his
kernel is to old).

Eric


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 13:00 ` Eric Bénard
  2013-01-15 13:15   ` Fabio Estevam
@ 2013-01-15 13:23   ` Otavio Salvador
  2013-01-15 13:27     ` Eric Bénard
  1 sibling, 1 reply; 23+ messages in thread
From: Otavio Salvador @ 2013-01-15 13:23 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 11:00 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Otavio,
>
> Le Tue, 15 Jan 2013 09:11:28 -0200,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>
>> This also updates to the newer repository at DENX.
>>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---
>>  recipes-bsp/mxsldr/mxsldr_git.bb | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb
>> index 2c42b65..01430bf 100644
>> --- a/recipes-bsp/mxsldr/mxsldr_git.bb
>> +++ b/recipes-bsp/mxsldr/mxsldr_git.bb
>> @@ -6,8 +6,8 @@ DEPENDS = "libusb"
>>  LICENSE = "GPLv2+"
>>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>>
>> -SRCREV = "3463b576b67f03012a59cedd8e55e9d37c5cea76"
>> -SRC_URI = "git://git.bfuser.eu/git/marex/mxsldr.git;protocol=http"
>> +SRCREV = "c40d80472525e1d57dae5317c028b745968c0399"
>> +SRC_URI = "git://git.denx.de/u-boot.git"
>>
>>  PV = "0.0.0+git${SRCPV}"
>>
> did you ever test this patch ?
> I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not
> u-boot.git ...

Fu%$! I build it and got the wrong patch version.

I will fix it asap!

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 13:23   ` Otavio Salvador
@ 2013-01-15 13:27     ` Eric Bénard
  2013-01-15 13:53       ` Otavio Salvador
  0 siblings, 1 reply; 23+ messages in thread
From: Eric Bénard @ 2013-01-15 13:27 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

Le Tue, 15 Jan 2013 11:23:57 -0200,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
> On Tue, Jan 15, 2013 at 11:00 AM, Eric Bénard <eric@eukrea.com> wrote:
> > did you ever test this patch ?
> > I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not
> > u-boot.git ...
> 
> Fu%$! I build it and got the wrong patch version.
> 
> I will fix it asap!
> 
please wait a little bit before comitting patches : one hour is not
enough for people to receive the patch, comment it and/or test it and I
don't see any valuable reason to rush to commit patches to meta-fsl-arm
 in less than one hour !

Eric


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 13:15   ` Fabio Estevam
  2013-01-15 13:22     ` Eric Bénard
@ 2013-01-15 13:50     ` Otavio Salvador
  1 sibling, 0 replies; 23+ messages in thread
From: Otavio Salvador @ 2013-01-15 13:50 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 11:15 AM, Fabio Estevam <festevam@gmail.com> wrote:
> On Tue, Jan 15, 2013 at 11:00 AM, Eric Bénard <eric@eukrea.com> wrote:
>>
>> did you ever test this patch ?
>> I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not
>> u-boot.git ...
>
> Besides that, I am also confused about this tool being present in meta-fsl-arm.
>
> How would Yocto handle this host PC kernel patch?
>
> http://git.denx.de/mxsldr.git/?p=mxsldr.git;a=commitdiff;h=d4cd53e3b5f00b6f459eb1c02785484c327a5ebd

It doesn't not handle the host part. User needs to handle it by himself.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 13:22     ` Eric Bénard
@ 2013-01-15 13:51       ` Otavio Salvador
  0 siblings, 0 replies; 23+ messages in thread
From: Otavio Salvador @ 2013-01-15 13:51 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 11:22 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Fabio,
>
> Le Tue, 15 Jan 2013 11:15:08 -0200,
> Fabio Estevam <festevam@gmail.com> a écrit :
>
>> On Tue, Jan 15, 2013 at 11:00 AM, Eric Bénard <eric@eukrea.com> wrote:
>> >
>> > did you ever test this patch ?
>> > I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not
>> > u-boot.git ...
>>
>> Besides that, I am also confused about this tool being present in meta-fsl-arm.
>>
>> How would Yocto handle this host PC kernel patch?
>>
>> http://git.denx.de/mxsldr.git/?p=mxsldr.git;a=commitdiff;h=d4cd53e3b5f00b6f459eb1c02785484c327a5ebd
>
> last time I tested (Fedora 17 + MX287) I didn't need it. That's the
> user responsibility to setup his workstation to work with the tools (a
> note in the recipe may help him to know he may need this patch if his
> kernel is to old).

For MX28 this got merged in Linux mainline but MX23 the patch will be
included in 3.8 only.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 13:27     ` Eric Bénard
@ 2013-01-15 13:53       ` Otavio Salvador
  0 siblings, 0 replies; 23+ messages in thread
From: Otavio Salvador @ 2013-01-15 13:53 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 15, 2013 at 11:27 AM, Eric Bénard <eric@eukrea.com> wrote:
> Le Tue, 15 Jan 2013 11:23:57 -0200,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> On Tue, Jan 15, 2013 at 11:00 AM, Eric Bénard <eric@eukrea.com> wrote:
>> > did you ever test this patch ?
>> > I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not
>> > u-boot.git ...
>>
>> Fu%$! I build it and got the wrong patch version.
>>
>> I will fix it asap!
>>
> please wait a little bit before comitting patches : one hour is not
> enough for people to receive the patch, comment it and/or test it and I
> don't see any valuable reason to rush to commit patches to meta-fsl-arm
>  in less than one hour !

You're right.

I tested it but forgot to commit the fix. When I mailed it I didn't
catch the error ... sorry.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot
  2013-01-15 13:01   ` Eric Bénard
@ 2013-01-15 15:04     ` Daiane Angolini
  0 siblings, 0 replies; 23+ messages in thread
From: Daiane Angolini @ 2013-01-15 15:04 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador

On Tue, Jan 15, 2013 at 11:01 AM, Eric Bénard <eric@eukrea.com> wrote:
> HI Daiane,
>
> Le Tue, 15 Jan 2013 09:56:53 -0200,
> Daiane Angolini <daiane.list@gmail.com> a écrit :
>
>> On Tue, Jan 15, 2013 at 9:11 AM, Otavio Salvador
>> <otavio@ossystems.com.br> wrote:
>> > This also updates to the newer repository at DENX.
>> >
>> > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> > ---
>> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
>>
> how can you ack that ?

I´m sorry. I will pay more attention next time.

Daiane


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
       [not found]   ` <20130116124552.34be3eec@e6520eb>
@ 2013-01-16 12:02     ` Otavio Salvador
       [not found]       ` <20130116135445.67810ada@e6520eb>
  0 siblings, 1 reply; 23+ messages in thread
From: Otavio Salvador @ 2013-01-16 12:02 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org

On Wed, Jan 16, 2013 at 9:45 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Otavio,
>
> Le Tue, 15 Jan 2013 09:11:29 -0200,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> diff --git a/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
>> new file mode 100644
>> index 0000000..2c4807a
>> --- /dev/null
>> +++ b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
>> @@ -0,0 +1,6 @@
>> +PRINC := "${@int(PRINC) + 1}"
>> +
>> +RDEPENDS_${PN} += " \
>> +    nativesdk-elftosb \
>> +    nativesdk-mxsldr \
>> +"
>
> doesn't that mean that everyone who have meta-fsl-arm in it's bblayers
> will get elftosb and mxsldr in its sdk ?

It does.

> Shouldn't we limit this to the machines which need these tools ?

How do you think we can manage this?

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
       [not found]       ` <20130116135445.67810ada@e6520eb>
@ 2013-01-17 10:29         ` Otavio Salvador
  2013-01-17 10:36           ` Eric Bénard
  0 siblings, 1 reply; 23+ messages in thread
From: Otavio Salvador @ 2013-01-17 10:29 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org

On Wed, Jan 16, 2013 at 10:54 AM, Eric Bénard <eric@eukrea.com> wrote:
> Le Wed, 16 Jan 2013 10:02:29 -0200,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> > 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?

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
  2013-01-17 10:29         ` Otavio Salvador
@ 2013-01-17 10:36           ` Eric Bénard
       [not found]             ` <CAP9ODKqoVTUm6Hx4eKMU_2z5tqJKQG-wPgGmyQNAFvaOK9dxRQ@mail.gmail.com>
  0 siblings, 1 reply; 23+ messages in thread
From: Eric Bénard @ 2013-01-17 10:36 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

Hi Otavio,

Le Thu, 17 Jan 2013 08:29:04 -0200,
Otavio Salvador <otavio@ossystems.com.br> a écrit :

> On Wed, Jan 16, 2013 at 10:54 AM, Eric Bénard <eric@eukrea.com> wrote:
> > Le Wed, 16 Jan 2013 10:02:29 -0200,
> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >> > 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.

Eric


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
       [not found]             ` <CAP9ODKqoVTUm6Hx4eKMU_2z5tqJKQG-wPgGmyQNAFvaOK9dxRQ@mail.gmail.com>
@ 2013-01-18 13:25               ` Eric Bénard
  2013-01-18 13:53                 ` Otavio Salvador
  0 siblings, 1 reply; 23+ messages in thread
From: Eric Bénard @ 2013-01-18 13:25 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

Hi,

please keep the ML in copy.

Le Fri, 18 Jan 2013 09:12:08 -0200,
Otavio Salvador <otavio@ossystems.com.br> a écrit :

> On Thu, Jan 17, 2013 at 8:36 AM, Eric Bénard <eric@eukrea.com> wrote:
> > Le Thu, 17 Jan 2013 08:29:04 -0200,
> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >> On Wed, Jan 16, 2013 at 10:54 AM, Eric Bénard <eric@eukrea.com> wrote:
> >> > Le Wed, 16 Jan 2013 10:02:29 -0200,
> >> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >> >> > 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.
> 
> 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.
> 
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


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr
  2013-01-18 13:25               ` Eric Bénard
@ 2013-01-18 13:53                 ` Otavio Salvador
  0 siblings, 0 replies; 23+ messages in thread
From: Otavio Salvador @ 2013-01-18 13:53 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org

On Fri, Jan 18, 2013 at 11:25 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi,
>
> please keep the ML in copy.

Ouch, forgot by mistake.

> Le Fri, 18 Jan 2013 09:12:08 -0200,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>
>> On Thu, Jan 17, 2013 at 8:36 AM, Eric Bénard <eric@eukrea.com> wrote:
>> > Le Thu, 17 Jan 2013 08:29:04 -0200,
>> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> >> On Wed, Jan 16, 2013 at 10:54 AM, Eric Bénard <eric@eukrea.com> wrote:
>> >> > Le Wed, 16 Jan 2013 10:02:29 -0200,
>> >> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> >> >> > 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.
>>
>> 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.
>>
> 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 ...).

Ok; I will check it and send a patch...

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2013-01-18 13:53 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 11:11 [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Otavio Salvador
2013-01-15 11:11 ` [meta-fsl-arm][PATCH 2/2] nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldr Otavio Salvador
2013-01-15 11:58   ` Daiane Angolini
2013-01-15 11:58     ` Daiane Angolini
2013-01-15 12:16       ` Otavio Salvador
     [not found]   ` <20130116124552.34be3eec@e6520eb>
2013-01-16 12:02     ` Otavio Salvador
     [not found]       ` <20130116135445.67810ada@e6520eb>
2013-01-17 10:29         ` Otavio Salvador
2013-01-17 10:36           ` Eric Bénard
     [not found]             ` <CAP9ODKqoVTUm6Hx4eKMU_2z5tqJKQG-wPgGmyQNAFvaOK9dxRQ@mail.gmail.com>
2013-01-18 13:25               ` Eric Bénard
2013-01-18 13:53                 ` Otavio Salvador
2013-01-15 11:56 ` [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot Daiane Angolini
2013-01-15 11:57   ` Fabio Estevam
2013-01-15 12:15   ` Otavio Salvador
2013-01-15 13:01   ` Eric Bénard
2013-01-15 15:04     ` Daiane Angolini
2013-01-15 13:00 ` Eric Bénard
2013-01-15 13:15   ` Fabio Estevam
2013-01-15 13:22     ` Eric Bénard
2013-01-15 13:51       ` Otavio Salvador
2013-01-15 13:50     ` Otavio Salvador
2013-01-15 13:23   ` Otavio Salvador
2013-01-15 13:27     ` Eric Bénard
2013-01-15 13:53       ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.