Re: [OE-core] [PATCH 1/3] Revert "icecc: Don't use icecc when INHIBIT_DEFAULT_DEPS is set"
From: Douglas <hidden>
Date: 2021-05-26 23:26:26
Yes, we could, but it's quite a long list, and I'm reluctant to start naming specific packages. I only did the INHIBIT_DEFAULT_DEPS test (that I'm reverting here) in the first place to silence the warnings. I think demoting these warnings to notes is a better solution. On Wed, 26 May 2021 at 20:52, Jose Quaresma [off-list ref] wrote:
Hi, Instead of reverting we can add an exception for the packages you mentioned: gcc-cross and friends, binutils-cross, and importantly, the linux kernel. Douglas via lists.openembedded.org [off-list ref] escreveu no dia quarta, 26/05/2021 à(s) 01:28:quoted
Although this silenced the warnings, it also turned off icecc for gcc-cross and friends, binutils-cross, and importantly, the linux kernel. This reverts commit 0315aabeff8e6483b737d0e23d6841f1394ad3c8. [YOCTO #13863] Signed-off-by: Douglas Royds <redacted> --- meta/classes/icecc.bbclass | 4 ---- 1 file changed, 4 deletions(-)diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index d095305ed8..0dde960e7a 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass@@ -138,10 +138,6 @@ def use_icecc(bb,d): if icecc_is_cross_canadian(bb, d): return "no" - if d.getVar('INHIBIT_DEFAULT_DEPS', False): - # We don't have a compiler, so no icecc - return "no" - pn = d.getVar('PN') bpn = d.getVar('BPN') --2.25.1-- Best regards, José Quaresma
-- This Communication is Confidential. We only send and receive email on the basis of the terms set out at www.taitradio.com/email_disclaimer <http://www.taitradio.com/email_disclaimer>