All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add bin folder into PATH
@ 2012-12-17 21:36 Leonardo Sandoval
  2012-12-18 11:22 ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Leonardo Sandoval @ 2012-12-17 21:36 UTC (permalink / raw)
  To: meta-freescale

---
 README |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/README b/README
index 0f9859f..6ee1499 100644
--- a/README
+++ b/README
@@ -5,11 +5,13 @@ To get the BSP you need to have `repo` installed and use it as:
 
 Install the `repo` utility:
 
+$: mkdir ~/bin
 $: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
 $: chmod a+x ~/bin/repo
 
 Download the BSP source:
 
+$: PATH=${PATH}:~/bin
 $: mkdir fsl-community-bsp
 $: cd fsl-community-bsp
 $: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b danny
-- 
1.7.9.5




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

* Re: [PATCH] Add bin folder into PATH
  2012-12-17 21:36 [PATCH] Add bin folder into PATH Leonardo Sandoval
@ 2012-12-18 11:22 ` Otavio Salvador
  2012-12-18 11:37   ` Fabio Estevam
  2012-12-18 15:51   ` Sandoval Gonzalez Leonardo-B42214
  0 siblings, 2 replies; 5+ messages in thread
From: Otavio Salvador @ 2012-12-18 11:22 UTC (permalink / raw)
  To: Leonardo Sandoval; +Cc: meta-freescale

On Mon, Dec 17, 2012 at 7:36 PM, Leonardo Sandoval
<leonardo.sandoval@freescale.com> wrote:
> ---
>  README |    2 ++
>  1 file changed, 2 insertions(+)

I applied it to danny and master branches. Please next time, when
sending a patch to the platform put [fsl-community-bsp-platform] in
the subject so it is easier for outside people to understand where the
patch ought to be applied.

Thanks by looking at it.

--
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] 5+ messages in thread

* Re: [PATCH] Add bin folder into PATH
  2012-12-18 11:22 ` Otavio Salvador
@ 2012-12-18 11:37   ` Fabio Estevam
  2012-12-18 15:51   ` Sandoval Gonzalez Leonardo-B42214
  1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-12-18 11:37 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On Tue, Dec 18, 2012 at 9:22 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Mon, Dec 17, 2012 at 7:36 PM, Leonardo Sandoval
> <leonardo.sandoval@freescale.com> wrote:
>> ---
>>  README |    2 ++
>>  1 file changed, 2 insertions(+)
>
> I applied it to danny and master branches. Please next time, when
> sending a patch to the platform put [fsl-community-bsp-platform] in
> the subject so it is easier for outside people to understand where the
> patch ought to be applied.

In addition to that you should also add a Signed-off-by line.


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

* Re: [PATCH] Add bin folder into PATH
  2012-12-18 11:22 ` Otavio Salvador
  2012-12-18 11:37   ` Fabio Estevam
@ 2012-12-18 15:51   ` Sandoval Gonzalez Leonardo-B42214
  2012-12-18 16:10     ` Otavio Salvador
  1 sibling, 1 reply; 5+ messages in thread
From: Sandoval Gonzalez Leonardo-B42214 @ 2012-12-18 15:51 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Hi Otavio,

Actually, I am not sure why the subject does not have the fsl-.....-platform string, because this is the cmd I executed:

git send-email --to meta-freescale@yoctoproject.org --subject-prefix='fsl-community-bsp-platform][PATCH' 0001-Add-bin-folder-into-PATH.patch

Any idea what went wrong?

Leo

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Tuesday, December 18, 2012 5:23 AM
To: Sandoval Gonzalez Leonardo-B42214
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [PATCH] Add bin folder into PATH

On Mon, Dec 17, 2012 at 7:36 PM, Leonardo Sandoval <leonardo.sandoval@freescale.com> wrote:
> ---
>  README |    2 ++
>  1 file changed, 2 insertions(+)

I applied it to danny and master branches. Please next time, when sending a patch to the platform put [fsl-community-bsp-platform] in the subject so it is easier for outside people to understand where the patch ought to be applied.

Thanks by looking at it.

--
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] 5+ messages in thread

* Re: [PATCH] Add bin folder into PATH
  2012-12-18 15:51   ` Sandoval Gonzalez Leonardo-B42214
@ 2012-12-18 16:10     ` Otavio Salvador
  0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2012-12-18 16:10 UTC (permalink / raw)
  To: Sandoval Gonzalez Leonardo-B42214; +Cc: meta-freescale

On Tue, Dec 18, 2012 at 1:51 PM, Sandoval Gonzalez Leonardo-B42214
<B42214@freescale.com> wrote:
> Hi Otavio,
>
> Actually, I am not sure why the subject does not have the fsl-.....-platform string, because this is the cmd I executed:
>
> git send-email --to meta-freescale@yoctoproject.org --subject-prefix='fsl-community-bsp-platform][PATCH' 0001-Add-bin-folder-into-PATH.patch
>
> Any idea what went wrong?
>
> Leo

Did you use git format-patch before?

--
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] 5+ messages in thread

end of thread, other threads:[~2012-12-18 16:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-17 21:36 [PATCH] Add bin folder into PATH Leonardo Sandoval
2012-12-18 11:22 ` Otavio Salvador
2012-12-18 11:37   ` Fabio Estevam
2012-12-18 15:51   ` Sandoval Gonzalez Leonardo-B42214
2012-12-18 16:10     ` 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.