[OE-core] [PATCH 0/3] Fix some package issues, and add new features

Mark Hatle mark.hatle at kernel.crashing.org
Fri Feb 7 20:20:05 UTC 2020


While working on baremetal toolchains, I found that the SDKs were potentially
very very large.  I investigated and found it was due to included debug info,
but realize the associated source files were not actually present.

Patch 1/3 - Fixes identification of corresponding dwarf debug sources
Patch 2/3 - Allow us to skip kernel modules and static libraries
Patch 3/3 - Add a -dbg like behavior for static libraries (off by default)


Mark Hatle (3):
  package.bbclass: Fix debug source processing for static libraries
  package.bbclass: Allow INHIBIT_PACKAGE_STRIP_FILES to skip .ko and
    static libs
  package.bbclass: Support stripping and debug copy of static libraries

 meta/classes/insane.bbclass  |  2 +-
 meta/classes/package.bbclass | 80 ++++++++++++++++++++++++++++++++----
 meta/conf/bitbake.conf       |  2 +-
 3 files changed, 73 insertions(+), 11 deletions(-)

-- 
2.17.1



More information about the Openembedded-core mailing list