diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 14:31:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:31 +0100 |
commit | 24da1b8ba6123bc336acd2950d3eaa10fa4e2a9d (patch) | |
tree | 72092f76fd99bf65ea8ee8028e28c3f318ce6522 /documentation/dev-manual | |
parent | a47106a43ad517b4defe175a5ac14212fbeeb3f1 (diff) | |
download | poky-24da1b8ba6123bc336acd2950d3eaa10fa4e2a9d.tar.gz |
documentation: dev-manual - Fixed a term for consistency.
(From yocto-docs rev: e4d1b880578e1aaf842e89fe3ce16683cfdebc70)
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-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 4911b09dac..c0366637be 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -546,7 +546,7 @@ | |||
546 | In the previous example, two package group packages are created with their dependencies and their | 546 | In the previous example, two package group packages are created with their dependencies and their |
547 | recommended package dependencies listed: <filename>packagegroup-custom-apps</filename>, and | 547 | recommended package dependencies listed: <filename>packagegroup-custom-apps</filename>, and |
548 | <filename>packagegroup-custom-tools</filename>. | 548 | <filename>packagegroup-custom-tools</filename>. |
549 | To build an image using these packagegroup packages, you need to add | 549 | To build an image using these package group packages, you need to add |
550 | <filename>packagegroup-custom-apps</filename> and/or | 550 | <filename>packagegroup-custom-apps</filename> and/or |
551 | <filename>packagegroup-custom-tools</filename> to | 551 | <filename>packagegroup-custom-tools</filename> to |
552 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename>. | 552 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename>. |