diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-15 07:57:12 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:47:06 +0100 |
commit | 39f8b1b13072598729a189fb58c14622d300db69 (patch) | |
tree | f1de58a867b1a7e4f3f4151d2ed576749229ae89 | |
parent | 6e2553b07be5f06a68f0967775111d7598d9404f (diff) | |
download | openembedded-core-39f8b1b13072598729a189fb58c14622d300db69.tar.gz openembedded-core-39f8b1b13072598729a189fb58c14622d300db69.tar.bz2 openembedded-core-39f8b1b13072598729a189fb58c14622d300db69.zip |
documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with 'yoctoproject'
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | 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 79c8526705..96325fe2a5 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> |