poky/meta
Mark Hatle 16102e1890 Revise stripping and splitting of debug information
We now support two styles of debug information generation, the '.debug' style,
which is the same as previously implemented.  This style simply splits the
debug information and makes it available in the same general directory.

  /bin/foo -> /bin/.debug/foo

The new 'debug-file-directory' style splits the debug information and places
it into the single debug-file-directory, /usr/lib/debug:

  /bin/foo -> /usr/lib/debug/bin/foo.debug

Both also find and copy all referenced source code to a new /usr/src/debug
directory.  This allows the -dbg files to be used for stand-a-lone debugging
on or off the target device.

File stripping is now handled as a seperate operation from file splitting.
This allows us to split the debug information, but also leave it in the
original file -- or prevent the debug information from being split.

Also enhance the comments within local.conf.sample to provide a better
understanding of the control the user has over debug file generation.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-25 22:43:33 +00:00
..
classes Revise stripping and splitting of debug information 2011-02-25 22:43:33 +00:00
conf Revise stripping and splitting of debug information 2011-02-25 22:43:33 +00:00
files Initial commit of license reporting: 2011-01-28 16:49:13 +00:00
lib/oe lib/oe/path.py: Add expection class to handle the output argument 2011-02-21 11:12:15 +00:00
recipes-bsp conf/machine: Drop older machines with no recent updates 2011-02-18 15:36:06 +00:00
recipes-connectivity openssl: fix parallel make 2011-02-17 17:25:22 -08:00
recipes-core dropbear: add SRC_URI checksums 2011-02-25 15:38:30 +00:00
recipes-devtools linuxdoc-tools-native: new recipe v0.99.6 2011-02-25 08:46:59 -08:00
recipes-extended poky-image-lsb-sdk.bb: add image for LSB SDK Build 2011-02-25 10:57:24 -08:00
recipes-gnome gtk+: disable build of faq and tutorial docs 2011-02-24 14:34:49 -08:00
recipes-graphics xserver-nodm-init: add rootless-x support 2011-02-23 10:55:10 -08:00
recipes-kernel linux-yocto: enable audio for selected qemu targets 2011-02-23 16:23:32 +00:00
recipes-multimedia gst-meta-base: add uridecodebin library support 2011-02-22 16:15:38 +08:00
recipes-qt qt4: set RRECOMMENDS correctly for qt4 demos and examples packages 2011-02-01 17:46:32 +00:00
recipes-sato eds-dbus: reenable PARALLEL_MAKE 2011-02-16 07:34:52 -08:00
recipes-support sqlite3-native: Drop dependencies on ncurses and readline plus enable in memory temporary tables 2011-02-16 12:37:07 +00:00
site site/x86_x64: add entry to fix x86_64 compile errors 2011-02-01 14:54:39 +00:00
COPYING.MIT
recipes.txt Major layout change to the packages directory 2010-08-27 15:29:45 +01:00