All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [DOCS] Kernel Manual update for pokylinux.org links
@ 2011-04-15 13:09 Scott Rifenbark
  2011-04-15 13:09 ` [PATCH 1/1] documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with 'yoctoproject' Scott Rifenbark
  2011-04-18 21:56 ` [PATCH 0/1] [DOCS] Kernel Manual update for pokylinux.org links Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Scott Rifenbark @ 2011-04-15 13:09 UTC (permalink / raw)
  To: poky

From: Scott Rifenbark <scott.m.rifenbark@intel.com>

I replaced the 'pokylinux.org' string with 'yoctoproject.org' in two 
URLs.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: srifenbark/kernel-work
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/kernel-work

Thanks,
    Scott Rifenbark <scott.m.rifenbark@intel.com>
---


Scott Rifenbark (1):
  documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux'
    with 'yoctoproject'

 documentation/kernel-manual/kernel-how-to.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



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

* [PATCH 1/1] documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with 'yoctoproject'
  2011-04-15 13:09 [PATCH 0/1] [DOCS] Kernel Manual update for pokylinux.org links Scott Rifenbark
@ 2011-04-15 13:09 ` Scott Rifenbark
  2011-04-18 21:56 ` [PATCH 0/1] [DOCS] Kernel Manual update for pokylinux.org links Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Scott Rifenbark @ 2011-04-15 13:09 UTC (permalink / raw)
  To: poky

From: Scott Rifenbark <scott.m.rifenbark@intel.com>

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
---
 documentation/kernel-manual/kernel-how-to.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 79c8526..96325fe 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -1022,7 +1022,7 @@ That's it. Configure and build.
                     You can start with something in <filename>meta/conf/machine</filename> - <filename>
                     meta/conf/machine/atom-pc.conf</filename> for example.  Or, you can start with a machine 
                     configuration from any of the BSP layers in the meta-intel repository at 
-                    <ulink url='http://git.pokylinux.org/cgit/cgit.cgi/meta-intel/'></ulink>, such as 
+                    <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/'></ulink>, such as 
                     <filename>meta-intel/meta-emenlow/conf/machine/emenlow.conf</filename>.
                 </para>
                 
@@ -1073,7 +1073,7 @@ That's it. Configure and build.
                     To create this branch first create a bare clone of the Yocto Project git repository.
                     Next, create a local clone of that:
                     <literallayout class='monospaced'>
-     $ git clone --bare git://git.pokylinux.org/linux-yocto-2.6.37.git
+     $ git clone --bare git://git.yoctoproject.org/linux-yocto-2.6.37.git
      linux-yocto-2.6.37.git
      $ git clone linux-yocto-2.6.37.git linux-yocto-2.6.37
                     </literallayout>
-- 
1.7.0.4



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

* Re: [PATCH 0/1] [DOCS] Kernel Manual update for pokylinux.org links
  2011-04-15 13:09 [PATCH 0/1] [DOCS] Kernel Manual update for pokylinux.org links Scott Rifenbark
  2011-04-15 13:09 ` [PATCH 1/1] documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with 'yoctoproject' Scott Rifenbark
@ 2011-04-18 21:56 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-04-18 21:56 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: poky

On 04/15/2011 06:09 AM, Scott Rifenbark wrote:
> From: Scott Rifenbark<scott.m.rifenbark@intel.com>
>
> I replaced the 'pokylinux.org' string with 'yoctoproject.org' in two
> URLs.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: srifenbark/kernel-work
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/kernel-work
>
> Thanks,
>      Scott Rifenbark<scott.m.rifenbark@intel.com>
> ---
>
>
> Scott Rifenbark (1):
>    documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux'
>      with 'yoctoproject'
>
>   documentation/kernel-manual/kernel-how-to.xml |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

Merged into Master

Thanks
	Sau!



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

end of thread, other threads:[~2011-04-18 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 13:09 [PATCH 0/1] [DOCS] Kernel Manual update for pokylinux.org links Scott Rifenbark
2011-04-15 13:09 ` [PATCH 1/1] documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with 'yoctoproject' Scott Rifenbark
2011-04-18 21:56 ` [PATCH 0/1] [DOCS] Kernel Manual update for pokylinux.org links Saul Wold

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.