diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-19 09:51:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:48:22 +0100 |
commit | d4c4b2f7b80cf8d99a68b9a6245e54e0931c3efa (patch) | |
tree | 97878f6c4606f5642bec4b8e65cc02174027ac92 /documentation | |
parent | 1ae33ba91609c2216976bd679dc16647d978d311 (diff) | |
download | poky-d4c4b2f7b80cf8d99a68b9a6245e54e0931c3efa.tar.gz |
ref-manual: Applied 2.1 Migration section review edits.
(From yocto-docs rev: d641e8404d13aa96f23c537045d1ce165a0fe119)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/migration.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index beb76e85a0..f3159fa105 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -3058,6 +3058,10 @@ | |||
3058 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>extensible SDK</ulink>. | 3058 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>extensible SDK</ulink>. |
3059 | For information on these SDKs and how to build and use them, see the | 3059 | For information on these SDKs and how to build and use them, see the |
3060 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-intro'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 3060 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-intro'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. |
3061 | <note> | ||
3062 | The Yocto Project Eclipse IDE Plug-in is still supported and | ||
3063 | is not affected by this change. | ||
3064 | </note> | ||
3061 | </para> | 3065 | </para> |
3062 | </section> | 3066 | </section> |
3063 | 3067 | ||
@@ -3278,6 +3282,18 @@ | |||
3278 | <filename>uvesafb</filename>, you can | 3282 | <filename>uvesafb</filename>, you can |
3279 | simply add <filename>v86d</filename> to your image. | 3283 | simply add <filename>v86d</filename> to your image. |
3280 | </para></listitem> | 3284 | </para></listitem> |
3285 | <listitem><para> | ||
3286 | Build sysroot paths are now removed from debug symbol | ||
3287 | files. | ||
3288 | Removing these paths means that remote GDB using an | ||
3289 | unstripped build system sysroot will no longer work | ||
3290 | (although this was never documented to work). | ||
3291 | The supported method to accomplish something similar is | ||
3292 | to set <filename>IMAGE_GEN_DEBUGFS</filename> to "1", | ||
3293 | which will generate a companion debug image | ||
3294 | containing unstripped binaries and associated debug | ||
3295 | sources alongside the image. | ||
3296 | </para></listitem> | ||
3281 | </itemizedlist> | 3297 | </itemizedlist> |
3282 | </para> | 3298 | </para> |
3283 | </section> | 3299 | </section> |