From: Scott Rifenbark Date: Tue, 19 Apr 2016 16:51:28 +0000 (-0700) Subject: ref-manual: Applied 2.1 Migration section review edits. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4c4b2f7b80cf8d99a68b9a6245e54e0931c3efa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Applied 2.1 Migration section review edits. (From yocto-docs rev: d641e8404d13aa96f23c537045d1ce165a0fe119) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index beb76e85a0c..f3159fa1054 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -3058,6 +3058,10 @@ extensible SDK. For information on these SDKs and how to build and use them, see the Yocto Project Software Development Kit (SDK) Developer's Guide. + + The Yocto Project Eclipse IDE Plug-in is still supported and + is not affected by this change. + @@ -3278,6 +3282,18 @@ uvesafb, you can simply add v86d to your image. + + Build sysroot paths are now removed from debug symbol + files. + Removing these paths means that remote GDB using an + unstripped build system sysroot will no longer work + (although this was never documented to work). + The supported method to accomplish something similar is + to set IMAGE_GEN_DEBUGFS to "1", + which will generate a companion debug image + containing unstripped binaries and associated debug + sources alongside the image. +