All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix some package issues, and add new features
@ 2020-02-07 20:20 Mark Hatle
  2020-02-07 20:20 ` [PATCH 1/3] package.bbclass: Fix debug source processing for static libraries Mark Hatle
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mark Hatle @ 2020-02-07 20:20 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-16 16:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 20:20 [PATCH 0/3] Fix some package issues, and add new features Mark Hatle
2020-02-07 20:20 ` [PATCH 1/3] package.bbclass: Fix debug source processing for static libraries Mark Hatle
2020-02-07 20:20 ` [PATCH 2/3] package.bbclass: Allow INHIBIT_PACKAGE_STRIP_FILES to skip .ko and static libs Mark Hatle
2020-02-07 20:20 ` [PATCH 3/3] package.bbclass: Support stripping and debug copy of static libraries Mark Hatle
2020-04-16 16:43   ` [OE-core] " Peter Kjellerstedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.