Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] package.bbclass: improve auto debug package splitting order
@ 2018-09-14  8:49 Hongxu Jia
  2018-09-14  8:49 ` [PATCH 1/2] " Hongxu Jia
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Hongxu Jia @ 2018-09-14  8:49 UTC (permalink / raw)
  To: openembedded-core

Hi RP,

Is it necessary to split multiple sub dbg packages or only
one dbg is allowed? If the former, this fix makes sense.

I know in oe-core, almost one dbg package per recipe, but
in oe, 21 recipes have extra sub dbg package and 18 of them
did not set NOAUTOPACKAGEDEBUG = "1".

So rather than modify them one by one tediously, how about to
improve auto debug package splitting order? If ${PN}-dbg exists,
split the unsplit debug file to ${PN}-dbg, if ${PN}-dbg does not 
exist, still split them to first dbg package.

//Hongxu

The following changes since commit d180dc758710c7259d45eeb9304e7284a8fd8825:

  oeqa/selftest/recipetool: fix non-determinism in cmake test (2018-09-13 16:28:26 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib hongxu/dbg-split
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=hongxu/dbg-split

Hongxu Jia (2):
  package.bbclass: improve auto debug package splitting order
  selftest/package: improve case to test debug package splitting

 .../selftest-hardlink/selftest-hardlink.bb         |  4 +++-
 meta/classes/package.bbclass                       | 10 +++++++-
 meta/lib/oeqa/selftest/cases/package.py            | 27 ++++++++++++++++------
 3 files changed, 32 insertions(+), 9 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2018-09-17 12:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-14  8:49 [PATCH 0/2] package.bbclass: improve auto debug package splitting order Hongxu Jia
2018-09-14  8:49 ` [PATCH 1/2] " Hongxu Jia
2018-09-14  8:49 ` [PATCH 2/2] selftest/package: improve case to test debug package splitting Hongxu Jia
2018-09-14 12:06   ` [PATCH V2 " Hongxu Jia
2018-09-17 11:51 ` [PATCH 0/2] package.bbclass: improve auto debug package splitting order Hongxu Jia
2018-09-17 12:06 ` richard.purdie
2018-09-17 12:18   ` Hongxu Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox