diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-10 19:05:05 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:05:53 +0000 |
| commit | b17aecd70a6e323ee80e1acb757c94941af17acc (patch) | |
| tree | 4189f59f574de311857e389c7102e1676b27a487 /documentation/dev-manual | |
| parent | 1cb265f5750ec5236da51fc9e0d560e6719d305b (diff) | |
| download | poky-b17aecd70a6e323ee80e1acb757c94941af17acc.tar.gz | |
documentation/dev-manual: Fixed 6.0 to 6.0.1 for 1.1.1 release.
Needed to change the "6.0" occurences to "6.0.1" in the examples.
(From yocto-docs rev: d6b40b3b0e98eba7f3221e79cb9612f8f10bffaf)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 8 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index a24eaa9473..bfc61e17c7 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
| @@ -216,9 +216,9 @@ | |||
| 216 | system in order to do any development using the Yocto Project.</para> | 216 | system in order to do any development using the Yocto Project.</para> |
| 217 | <para>The name of the top-level directory of the Yocto Project file structure | 217 | <para>The name of the top-level directory of the Yocto Project file structure |
| 218 | is derived from the Yocto Project release tarball. | 218 | is derived from the Yocto Project release tarball. |
| 219 | For example, downloading and unpacking <filename>poky-edison-6.0.tar.bz2</filename> | 219 | For example, downloading and unpacking <filename>poky-edison-6.0.1.tar.bz2</filename> |
| 220 | results in a Yocto Project file structure whose Yocto Project source directory is named | 220 | results in a Yocto Project file structure whose Yocto Project source directory is named |
| 221 | <filename>poky-edison-6.0</filename>. | 221 | <filename>poky-edison-6.0.1</filename>. |
| 222 | If you create a Git repository, then you can name the repository anything you like.</para> | 222 | If you create a Git repository, then you can name the repository anything you like.</para> |
| 223 | <para>You can find instruction on how to set up the Yocto Project files on your | 223 | <para>You can find instruction on how to set up the Yocto Project files on your |
| 224 | host development system by reading | 224 | host development system by reading |
| @@ -233,9 +233,9 @@ | |||
| 233 | You can create the Yocto Project build directory anywhere you want on your | 233 | You can create the Yocto Project build directory anywhere you want on your |
| 234 | development system. | 234 | development system. |
| 235 | Here is an example that creates the directory in <filename>mybuilds</filename> | 235 | Here is an example that creates the directory in <filename>mybuilds</filename> |
| 236 | and names the Yocto Project build directory <filename>YP-6.0</filename>: | 236 | and names the Yocto Project build directory <filename>YP-6.0.1</filename>: |
| 237 | <literallayout class='monospaced'> | 237 | <literallayout class='monospaced'> |
| 238 | $ source poky-edison-6.0/oe-init-build-env $HOME/mybuilds/YP-6.0 | 238 | $ source poky-edison-6.0.1/oe-init-build-env $HOME/mybuilds/YP-6.0.1 |
| 239 | </literallayout> | 239 | </literallayout> |
| 240 | If you don't specifically name the directory, BitBake creates it | 240 | If you don't specifically name the directory, BitBake creates it |
| 241 | in the current directory and uses the name <filename>build</filename>. | 241 | in the current directory and uses the name <filename>build</filename>. |
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 2535bc35a9..a9f1703719 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
| @@ -79,7 +79,7 @@ | |||
| 79 | into the current working directory and sets up the Yocto Project file structure | 79 | into the current working directory and sets up the Yocto Project file structure |
| 80 | with a top-level directory named <filename>poky-1.1.1</filename>: | 80 | with a top-level directory named <filename>poky-1.1.1</filename>: |
| 81 | <literallayout class='monospaced'> | 81 | <literallayout class='monospaced'> |
| 82 | $ tar xfj poky-edison-6.0.tar.bz2 | 82 | $ tar xfj poky-edison-6.0.1.tar.bz2 |
| 83 | </literallayout></para> | 83 | </literallayout></para> |
| 84 | <para>This method does not produce a Git repository. | 84 | <para>This method does not produce a Git repository. |
| 85 | Instead, you simply end up with a local snapshot of the | 85 | Instead, you simply end up with a local snapshot of the |
