From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7007435916639731712 X-Received: by 2002:a05:651c:4ce:: with SMTP id e14mr4198314lji.511.1631790053784; Thu, 16 Sep 2021 04:00:53 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:9517:: with SMTP id f23ls357849ljh.4.gmail; Thu, 16 Sep 2021 04:00:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxTsDSBdHNt2D8o5dfz9eT/d2VqqsfB2TEFj4uzxMgipigy90pN5Rn/wV0MQpijSB+bD+AD X-Received: by 2002:a05:651c:178c:: with SMTP id bn12mr4391887ljb.516.1631790052605; Thu, 16 Sep 2021 04:00:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631790052; cv=none; d=google.com; s=arc-20160816; b=eDbT1DzHkK5zfaQ4t9KWBTPGdZa4pPTMypK1JXfX2T8VEb/kO1QO+PJ9P94d44MEBZ iMkexYIxc8rZ3U8+PiXHbACZmY9yOQWiGQx8zbvW1tsrKO02CTSfO/gaNI0xGFCz187S hA0RUWOKwvlvPHw/VYhOXq4Uc6qvnAd2kt/Y8LSYvi73N9Is4QcwsLghIcwm8bbq3u0P 0E9gswkrUyfd/8ikywNUY1lBWhRshGyzhgvx8IdxtSNCeDtHpUr0FTZKxO0ZHrEHCBaf u99i2qPfOqpkbzXXwjv4p0ntl1a9R4WvCXHAYO3/Cz/JXjrtjpw1WqG/XCJygFzADqkO mQpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=86+ZvO6D72Gdpw9fBKUYqCHBAO8fF0pkoQy8PjHLKlQ=; b=o0d/k0BOqmsw8kA+6kL+/Fp8BqVNqCrpZIkxTLeSvWJdOEIWC/c9gCRZJqsJFBxUU8 iZ6ov7yHg6xXki6huanv0eGMOwYuKK1MFHSJsQ7fe8Z3mcS49ii0QnW/bpvxO2knWGrE p7zKRq24r3FkdvLubRXzT7eTNTFUZp7wR7HWCXtWIVz13Y4PhmBMxr50XBWWQrSuKQO5 jSMu2woKN3VE3V9LXi61kMND1PM1rx49hStFvbdBLjBcBfaoDrUX4TZWh2x2UgRk8wLc g9kBU3SDhDq8lIZOAg+3yU2jXnFyabT3G99wHFFWThtLXURVwebGDRVhC94y2uz1K0mH Lo+A== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id u22si332680lfs.12.2021.09.16.04.00.52 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 16 Sep 2021 04:00:52 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 18GB0mu0022242 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 16 Sep 2021 13:00:49 +0200 Date: Thu, 16 Sep 2021 13:00:48 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH 2/2] doc: Add section about ccache usage Message-ID: <20210916110047.GL8902@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20210913151009.28655-1-ubely@ilbers.de> <20210913151009.28655-3-ubely@ilbers.de> <63e43baf-4432-5e8a-18ed-ecf071f04fd9@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <63e43baf-4432-5e8a-18ed-ecf071f04fd9@siemens.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-TUID: zlwRiLPD9JTX On Mon, Sep 13, 2021 at 08:16:53PM +0200, Jan Kiszka wrote: > > +To enable global ccache functionality, `INHERIT += ccache` can be added > > +to `local.conf`. If some package requires ccache to be always disabled, > > +`CCACHE_DISABLE = '1'` can be used in the recipe. > > Why so complex? ISAR_CROSS_COMPILE is managed with a single variable, > including per-recipe out-out/in. Would be better to follow that pattern > consistently. I'm all in. The only reason for this was following Yocto user interfaces 1:1. We'll rework to a single var with positive logic. With kind regards, Baurzhan.