All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] imx-kobs: Fix a typo
@ 2017-05-19 17:17 Khem Raj
  2017-05-19 17:19 ` Ricardo Salveti
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Khem Raj @ 2017-05-19 17:17 UTC (permalink / raw)
  To: meta-freescale; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-bsp/imx-kobs/imx-kobs_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index eaea1657..096d074e 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 PV = "5.5+git${SRCPV}"
 SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601"
 
-SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
+SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \
            file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
 "
 
-- 
2.13.0



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

* Re: [PATCH] imx-kobs: Fix a typo
  2017-05-19 17:17 [PATCH] imx-kobs: Fix a typo Khem Raj
@ 2017-05-19 17:19 ` Ricardo Salveti
  2017-05-19 17:29 ` Otavio Salvador
  2017-05-20  5:28 ` Trevor Woerner
  2 siblings, 0 replies; 6+ messages in thread
From: Ricardo Salveti @ 2017-05-19 17:19 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-freescale

On Fri, May 19, 2017 at 2:17 PM, Khem Raj <raj.khem@gmail.com> wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  recipes-bsp/imx-kobs/imx-kobs_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
> index eaea1657..096d074e 100644
> --- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
> +++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
>  PV = "5.5+git${SRCPV}"
>  SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601"
>
> -SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
> +SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \
>             file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
>  "
>
> --
> 2.13.0

Thanks, this fixes the parser error I just reported :-)

Cheers,
-- 
Ricardo Salveti de Araujo


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

* Re: [PATCH] imx-kobs: Fix a typo
  2017-05-19 17:17 [PATCH] imx-kobs: Fix a typo Khem Raj
  2017-05-19 17:19 ` Ricardo Salveti
@ 2017-05-19 17:29 ` Otavio Salvador
  2017-05-19 17:31   ` Daiane Angolini
  2017-05-20  5:28 ` Trevor Woerner
  2 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2017-05-19 17:29 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-freescale

On Fri, May 19, 2017 at 2:17 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
> ---


Applied! :-)

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH] imx-kobs: Fix a typo
  2017-05-19 17:29 ` Otavio Salvador
@ 2017-05-19 17:31   ` Daiane Angolini
  0 siblings, 0 replies; 6+ messages in thread
From: Daiane Angolini @ 2017-05-19 17:31 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Khem Raj

Thanks, the fix got applied faster than my build

Daiane

On Fri, May 19, 2017 at 2:29 PM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
> On Fri, May 19, 2017 at 2:17 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>
>> ---
>
>
> Applied! :-)
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


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

* Re: [PATCH] imx-kobs: Fix a typo
  2017-05-19 17:17 [PATCH] imx-kobs: Fix a typo Khem Raj
  2017-05-19 17:19 ` Ricardo Salveti
  2017-05-19 17:29 ` Otavio Salvador
@ 2017-05-20  5:28 ` Trevor Woerner
  2017-05-20  5:43   ` Khem Raj
  2 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2017-05-20  5:28 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-freescale

On Fri, May 19, 2017 at 1:17 PM, Khem Raj <raj.khem@gmail.com> wrote:
> +SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \


Is "protocal" a typo?


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

* Re: [PATCH] imx-kobs: Fix a typo
  2017-05-20  5:28 ` Trevor Woerner
@ 2017-05-20  5:43   ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2017-05-20  5:43 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: meta-freescale

On Fri, May 19, 2017 at 10:28 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> On Fri, May 19, 2017 at 1:17 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> +SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \
>
>
> Is "protocal" a typo?

it is but a different one which bitbake seems to happily ignore and
use git protocol instead.


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

end of thread, other threads:[~2017-05-20  5:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-19 17:17 [PATCH] imx-kobs: Fix a typo Khem Raj
2017-05-19 17:19 ` Ricardo Salveti
2017-05-19 17:29 ` Otavio Salvador
2017-05-19 17:31   ` Daiane Angolini
2017-05-20  5:28 ` Trevor Woerner
2017-05-20  5:43   ` Khem Raj

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.