From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id BEDFD799AA for ; Fri, 14 Sep 2018 08:39:53 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id w8E8drHk029433 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 14 Sep 2018 01:39:53 -0700 (PDT) Received: from pek-lpg-core1-vm2.wrs.com (128.224.156.107) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.408.0; Fri, 14 Sep 2018 01:39:52 -0700 From: Hongxu Jia To: Date: Fri, 14 Sep 2018 16:49:39 +0800 Message-ID: X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Subject: [PATCH 0/2] package.bbclass: improve auto debug package splitting order X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 08:39:54 -0000 Content-Type: text/plain 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