diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-18 08:27:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:47:02 -0700 |
commit | 8aa163ba6992718ecd63543dbbcd773c4755d3be (patch) | |
tree | 83d7affb98fdb76b758852ea6ee6ae495cfc2feb /documentation/poky-ref-manual | |
parent | 295b855fc916628ca9f2d9ef68d5aa6832cb569f (diff) | |
download | ast2050-yocto-poky-8aa163ba6992718ecd63543dbbcd773c4755d3be.zip ast2050-yocto-poky-8aa163ba6992718ecd63543dbbcd773c4755d3be.tar.gz |
documentation/poky-ref-manual: Changed top-level titles
Each of these chapters needed the title changes to reflect Yocto
Project and not Poky.
(From yocto-docs rev: a6d8d01b20af334ca9950c4287d61a728532f652)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/extendpoky.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 83531bc..8a0cfd1 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <chapter id="platdev"> -<title>Platform Development with Poky</title> +<title>Platform Development with the Yocto Project</title> <section id="platdev-appdev"> <title>Application Development Using the Yocto Project</title> diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index e9835f2..512cd9f 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -3,7 +3,7 @@ <chapter id='extendpoky'> -<title>Extending Poky</title> +<title>Extending the Yocto Project</title> <para> This chapter provides information about how to extend the functionality already present in Poky. diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index ed30d8d..b8c960f 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -1,7 +1,7 @@ <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <chapter id='usingpoky'> -<title>Using Poky</title> +<title>Using the Yocto Project</title> <para> This section gives an overview of the components that make up the Yocto Project |