All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-docs][PATCH] kernel-dev: fix typo
@ 2017-08-13 14:29 Andrea Galbusera
  2017-08-31  8:56 ` Andrea Galbusera
  0 siblings, 1 reply; 5+ messages in thread
From: Andrea Galbusera @ 2017-08-13 14:29 UTC (permalink / raw)
  To: yocto; +Cc: srifenbark

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
---
 documentation/kernel-dev/kernel-dev-advanced.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index 0394e08..c7e5a3a 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -867,7 +867,7 @@
             When stored outside of the recipe-space, the kernel Metadata
             files reside in a separate repository.
             The OpenEmbedded build system adds the Metadata to the build as
-            a "ktype=meta" repository through the
+            a "type=kmeta" repository through the
             <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
             variable.
             As an example, consider the following <filename>SRC_URI</filename>
-- 
2.7.4



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

* Re: [yocto-docs][PATCH] kernel-dev: fix typo
  2017-08-13 14:29 [yocto-docs][PATCH] kernel-dev: fix typo Andrea Galbusera
@ 2017-08-31  8:56 ` Andrea Galbusera
  2017-10-14  9:58   ` Andrea Galbusera
  0 siblings, 1 reply; 5+ messages in thread
From: Andrea Galbusera @ 2017-08-31  8:56 UTC (permalink / raw)
  To: yocto; +Cc: Scott Rifenbark

[-- Attachment #1: Type: text/plain, Size: 1189 bytes --]

On Sun, Aug 13, 2017 at 4:29 PM, Andrea Galbusera <gizero@gmail.com> wrote:

> Signed-off-by: Andrea Galbusera <gizero@gmail.com>
> ---
>  documentation/kernel-dev/kernel-dev-advanced.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml
> b/documentation/kernel-dev/kernel-dev-advanced.xml
> index 0394e08..c7e5a3a 100644
> --- a/documentation/kernel-dev/kernel-dev-advanced.xml
> +++ b/documentation/kernel-dev/kernel-dev-advanced.xml
> @@ -867,7 +867,7 @@
>              When stored outside of the recipe-space, the kernel Metadata
>              files reside in a separate repository.
>              The OpenEmbedded build system adds the Metadata to the build
> as
> -            a "ktype=meta" repository through the
> +            a "type=kmeta" repository through the
>              <ulink url='&YOCTO_DOCS_REF_URL;#var-
> SRC_URI'><filename>SRC_URI</filename></ulink>
>              variable.
>              As an example, consider the following
> <filename>SRC_URI</filename>
> --
> 2.7.4
>
>
ping...

Just to check I'm not mistakenly using the wrong list/subject/workflow...

[-- Attachment #2: Type: text/html, Size: 1859 bytes --]

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

* Re: [yocto-docs][PATCH] kernel-dev: fix typo
  2017-08-31  8:56 ` Andrea Galbusera
@ 2017-10-14  9:58   ` Andrea Galbusera
  2017-10-16 14:48     ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Andrea Galbusera @ 2017-10-14  9:58 UTC (permalink / raw)
  To: yocto; +Cc: Scott Rifenbark

Hi!

On Thu, Aug 31, 2017 at 10:56 AM, Andrea Galbusera <gizero@gmail.com> wrote:
> On Sun, Aug 13, 2017 at 4:29 PM, Andrea Galbusera <gizero@gmail.com> wrote:
>>
>> Signed-off-by: Andrea Galbusera <gizero@gmail.com>
>> ---
>>  documentation/kernel-dev/kernel-dev-advanced.xml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml
>> b/documentation/kernel-dev/kernel-dev-advanced.xml
>> index 0394e08..c7e5a3a 100644
>> --- a/documentation/kernel-dev/kernel-dev-advanced.xml
>> +++ b/documentation/kernel-dev/kernel-dev-advanced.xml
>> @@ -867,7 +867,7 @@
>>              When stored outside of the recipe-space, the kernel Metadata
>>              files reside in a separate repository.
>>              The OpenEmbedded build system adds the Metadata to the build
>> as
>> -            a "ktype=meta" repository through the
>> +            a "type=kmeta" repository through the
>>              <ulink
>> url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
>>              variable.
>>              As an example, consider the following
>> <filename>SRC_URI</filename>
>> --
>> 2.7.4
>>
>
> ping...
>
> Just to check I'm not mistakenly using the wrong list/subject/workflow...

pinging again...
...I'm sorry to insist, but I can't figure out why this trivial typo
fix has been ignored for long.


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

* Re: [yocto-docs][PATCH] kernel-dev: fix typo
  2017-10-14  9:58   ` Andrea Galbusera
@ 2017-10-16 14:48     ` Richard Purdie
  2017-10-16 20:58       ` Andrea Galbusera
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2017-10-16 14:48 UTC (permalink / raw)
  To: Andrea Galbusera, yocto; +Cc: Scott Rifenbark

Hi,


>...I'm sorry to insist, but I can't figure out why this trivial typo
> fix has been ignored for long.

I mentioned this to Scott who hadn't seen it for some reason. He's
merged it now, thanks.

Cheers,

Richard



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

* Re: [yocto-docs][PATCH] kernel-dev: fix typo
  2017-10-16 14:48     ` Richard Purdie
@ 2017-10-16 20:58       ` Andrea Galbusera
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Galbusera @ 2017-10-16 20:58 UTC (permalink / raw)
  To: Richard Purdie; +Cc: yocto, Scott Rifenbark

On Mon, Oct 16, 2017 at 4:48 PM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> Hi,
>
>
>>...I'm sorry to insist, but I can't figure out why this trivial typo
>> fix has been ignored for long.
>
> I mentioned this to Scott who hadn't seen it for some reason. He's
> merged it now, thanks.

Thanks! ;-)


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

end of thread, other threads:[~2017-10-16 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-13 14:29 [yocto-docs][PATCH] kernel-dev: fix typo Andrea Galbusera
2017-08-31  8:56 ` Andrea Galbusera
2017-10-14  9:58   ` Andrea Galbusera
2017-10-16 14:48     ` Richard Purdie
2017-10-16 20:58       ` Andrea Galbusera

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.