Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] ccache.bbclass: Refactor it to make it more reliable
@ 2018-12-10  2:24 Robert Yang
  2018-12-10  2:24 ` [PATCH 1/4] base.bbclass: Remove invalid ccache related code Robert Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Robert Yang @ 2018-12-10  2:24 UTC (permalink / raw)
  To: openembedded-core

Hi RP and Ross,

With this refactor, I think that we can even enable ccache by default, it is
useful for debugging recipes which require a lot of time to compile.

// Robert

The following changes since commit 8bc0d2f2197430723f8b2d0785169e48c883eedb:

  mdadm: Drop redundant patches and fix build with clang (2018-12-09 11:08:07 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/ccache
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/ccache

Robert Yang (4):
  base.bbclass: Remove invalid ccache related code
  ccache.bbclass: Refactor it to make it more reliable
  apr/openssl10: Enable ccache for them
  cmake.bbclass/goarch.bbclass: Set CCACHE_DISABLE

 meta/classes/base.bbclass                          |  2 --
 meta/classes/ccache.bbclass                        | 25 +++++++++++++++++++---
 meta/classes/cmake.bbclass                         |  4 ++--
 meta/classes/goarch.bbclass                        |  4 ++++
 meta/conf/bitbake.conf                             | 21 +++++++++++++-----
 meta/conf/layer.conf                               |  1 -
 meta/lib/oe/utils.py                               |  3 +++
 .../openssl/openssl10_1.0.2q.bb                    |  3 ---
 meta/recipes-devtools/ccache/ccache.inc            |  2 ++
 meta/recipes-support/apr/apr_1.6.5.bb              |  1 -
 10 files changed, 49 insertions(+), 17 deletions(-)

-- 
2.10.2



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

end of thread, other threads:[~2018-12-13  3:37 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-10  2:24 [PATCH 0/4] ccache.bbclass: Refactor it to make it more reliable Robert Yang
2018-12-10  2:24 ` [PATCH 1/4] base.bbclass: Remove invalid ccache related code Robert Yang
2018-12-10 10:29   ` Richard Purdie
2018-12-11  9:24     ` Robert Yang
2018-12-11  9:44       ` richard.purdie
2018-12-11 10:12         ` Robert Yang
2018-12-11 10:42           ` richard.purdie
2018-12-11 10:59             ` Yang, Liezhi
2018-12-12  2:59             ` Robert Yang
2018-12-13  3:41           ` Robert Yang
2018-12-10  2:24 ` [PATCH 2/4] ccache.bbclass: Refactor it to make it more reliable Robert Yang
2018-12-10  8:55   ` Martin Hundebøll
2018-12-11  9:18     ` Robert Yang
2018-12-13  2:47     ` Robert Yang
2018-12-10 16:16   ` Richard Purdie
2018-12-11  9:35     ` Robert Yang
2018-12-10  2:24 ` [PATCH 3/4] apr/openssl10: Enable ccache for them Robert Yang
2018-12-10  8:38   ` Martin Jansa
2018-12-11  9:15     ` Robert Yang
2018-12-10  2:24 ` [PATCH 4/4] cmake.bbclass/goarch.bbclass: Set CCACHE_DISABLE Robert Yang

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