* [PATCH 0/1] [DOCS] Quick Start edit
@ 2011-03-28 23:15 Scott Rifenbark
2011-03-29 13:43 ` Richard Purdie
0 siblings, 1 reply; 5+ messages in thread
From: Scott Rifenbark @ 2011-03-28 23:15 UTC (permalink / raw)
To: poky
From: Scott Rifenbark <scott.m.rifenbark@intel.com>
Small edit to remove the 'YP' acronym from the opening sentence.
We do not use this acronymn anywhere else.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: srifenbark/test
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/test
Thanks,
Scott Rifenbark <scott.m.rifenbark@intel.com>
---
Scott Rifenbark (1):
documentation/yocto-project-qs/yocto-project-qs.xml: removed (YP)
acronym
.../yocto-project-qs/yocto-project-qs.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] [DOCS] Quick Start edit
2011-03-28 23:15 Scott Rifenbark
@ 2011-03-29 13:43 ` Richard Purdie
0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-03-29 13:43 UTC (permalink / raw)
To: Scott Rifenbark; +Cc: poky
On Mon, 2011-03-28 at 18:15 -0500, Scott Rifenbark wrote:
> From: Scott Rifenbark <scott.m.rifenbark@intel.com>
>
> Small edit to remove the 'YP' acronym from the opening sentence.
> We do not use this acronymn anywhere else.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: srifenbark/test
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/test
>
> Thanks,
> Scott Rifenbark <scott.m.rifenbark@intel.com>
> ---
>
>
> Scott Rifenbark (1):
> documentation/yocto-project-qs/yocto-project-qs.xml: removed (YP)
> acronym
Merged to master, thanks!
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/1] [DOCS] Quick Start edit
@ 2011-03-30 2:03 Scott Rifenbark
2011-03-30 2:03 ` [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: cleaned out another "YP" Scott Rifenbark
2011-03-31 21:24 ` [PATCH 0/1] [DOCS] Quick Start edit Richard Purdie
0 siblings, 2 replies; 5+ messages in thread
From: Scott Rifenbark @ 2011-03-30 2:03 UTC (permalink / raw)
To: poky
From: Scott Rifenbark <scott.m.rifenbark@intel.com>
I removed another occurance of "YP" as an acronymn.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: srifenbark/qs-work
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/qs-work
Thanks,
Scott Rifenbark <scott.m.rifenbark@intel.com>
---
Scott Rifenbark (1):
documentation/yocto-project-qs/yocto-project-qs.xml: cleaned out
another "YP"
.../yocto-project-qs/yocto-project-qs.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: cleaned out another "YP"
2011-03-30 2:03 [PATCH 0/1] [DOCS] Quick Start edit Scott Rifenbark
@ 2011-03-30 2:03 ` Scott Rifenbark
2011-03-31 21:24 ` [PATCH 0/1] [DOCS] Quick Start edit Richard Purdie
1 sibling, 0 replies; 5+ messages in thread
From: Scott Rifenbark @ 2011-03-30 2:03 UTC (permalink / raw)
To: poky
From: Scott Rifenbark <scott.m.rifenbark@intel.com>
Removed "YP" from another spot in the manual.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
---
.../yocto-project-qs/yocto-project-qs.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index fb06322..2936fde 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -15,7 +15,8 @@
Welcome to the Yocto Project!
The Yocto Project is an open-source collaboration project focused on embedded Linux
developers.
- Amongst other things, YP uses the Poky build tool to construct complete Linux images.
+ Amongst other things, the Yocto Project uses the Poky build tool to
+ construct complete Linux images.
</para>
<para>
This short document will give you some basic information about the environment as well
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] [DOCS] Quick Start edit
2011-03-30 2:03 [PATCH 0/1] [DOCS] Quick Start edit Scott Rifenbark
2011-03-30 2:03 ` [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: cleaned out another "YP" Scott Rifenbark
@ 2011-03-31 21:24 ` Richard Purdie
1 sibling, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-03-31 21:24 UTC (permalink / raw)
To: Scott Rifenbark; +Cc: poky
On Tue, 2011-03-29 at 21:03 -0500, Scott Rifenbark wrote:
> From: Scott Rifenbark <scott.m.rifenbark@intel.com>
>
> I removed another occurance of "YP" as an acronymn.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: srifenbark/qs-work
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/qs-work
>
> Thanks,
> Scott Rifenbark <scott.m.rifenbark@intel.com>
> ---
>
>
> Scott Rifenbark (1):
> documentation/yocto-project-qs/yocto-project-qs.xml: cleaned out
> another "YP"
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-31 21:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 2:03 [PATCH 0/1] [DOCS] Quick Start edit Scott Rifenbark
2011-03-30 2:03 ` [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: cleaned out another "YP" Scott Rifenbark
2011-03-31 21:24 ` [PATCH 0/1] [DOCS] Quick Start edit Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2011-03-28 23:15 Scott Rifenbark
2011-03-29 13:43 ` Richard Purdie
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.