diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-05-18 13:41:50 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-31 21:16:53 +0100 |
commit | 0bf437b2b285fdab6b13cd9e1245ce3c81bdbe69 (patch) | |
tree | 16a5144e9cd516bd94fca1318ed968cfa99e4dfa /documentation/poky-ref-manual | |
parent | a13ad005a307b2a9672bd95ffaad148a58d12592 (diff) | |
download | ast2050-yocto-poky-0bf437b2b285fdab6b13cd9e1245ce3c81bdbe69.zip ast2050-yocto-poky-0bf437b2b285fdab6b13cd9e1245ce3c81bdbe69.tar.gz |
documentation/poky-ref-manual/ref-images.xml: Updated core-image-sato-dev
The description had reference to a toolchain, which is evidently not
true. I have re-worded the description so that it does not mention
inclusion of the toolchain.
Reported-by: Wolfgang Denk <wd@denx.de>
(From yocto-docs rev: 5a918d7d20133b85badd082c81cfe4af18709316)
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/ref-images.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 29877fc..6cab612 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml @@ -81,10 +81,9 @@ The image supports X11 with a Sato theme and Pimlico applications and also contains terminal, editor, and file manager.</para></listitem> <listitem><para><emphasis><filename>core-image-sato-dev</filename>:</emphasis> - A <filename>core-image-sato</filename> image suitable for development - that also includes a native toolchain and libraries needed to build applications on - the device itself. - The image also includes testing and profiling tools as well as debug symbols. + A <filename>core-image-sato</filename> image suitable for development. + The image includes libraries needed to build applications on the device itself, + testing and profiling tools, and debug symbols. This image was formerly <filename>core-image-sdk</filename>.</para></listitem> <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis> A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. |