All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/6 V2] ccache.bbclass: Refactor it to make it more reliable
Date: Wed, 12 Dec 2018 14:59:54 +0800	[thread overview]
Message-ID: <cover.1544597612.git.liezhi.yang@windriver.com> (raw)

* V2
  - Fix comments from Martin Jansa and Martin Hundebøll.
  - Fix RP's comments:
    1) Add comments for ccache related code in base.bbclass
    2) Remove all ccache-native's dependencies so that all recipes can depend on
       and use it.
  - Update test_ccache_tool in oeqa

* V1
  - Initial version

// 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 (6):
  ccache-native: Remove dependencies
  ccache.bbclass: Refactor it to make it more reliable
  apr/openssl10: Enable ccache for them
  cmake.bbclass/goarch.bbclass: Set CCACHE_DISABLE
  base.bbclass: Add comments for gcc links to ccache
  oeqa/selftest/cases: Update test_ccache_tool

 meta/classes/base.bbclass                          |  4 ++++
 meta/classes/ccache.bbclass                        | 25 +++++++++++++++++++---
 meta/classes/cmake.bbclass                         |  4 ++--
 meta/classes/goarch.bbclass                        |  4 ++++
 meta/conf/bitbake.conf                             |  6 +-----
 meta/conf/layer.conf                               |  1 -
 meta/lib/oe/utils.py                               |  3 ++-
 meta/lib/oeqa/selftest/cases/buildoptions.py       | 10 ++++-----
 .../openssl/openssl10_1.0.2q.bb                    |  3 ---
 meta/recipes-devtools/ccache/ccache.inc            | 13 ++++++++++-
 meta/recipes-devtools/ccache/ccache_3.4.2.bb       |  4 ++--
 meta/recipes-support/apr/apr_1.6.5.bb              |  5 -----
 12 files changed, 54 insertions(+), 28 deletions(-)

-- 
2.7.4



             reply	other threads:[~2018-12-12  6:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-12  6:59 Robert Yang [this message]
2018-12-12  6:59 ` [PATCH 1/6] ccache-native: Remove dependencies Robert Yang
2018-12-12  6:59 ` [PATCH 2/6] ccache.bbclass: Refactor it to make it more reliable Robert Yang
2018-12-13  2:52   ` Robert Yang
2018-12-12  6:59 ` [PATCH 3/6] apr/openssl10: Enable ccache for them Robert Yang
2018-12-12  6:59 ` [PATCH 4/6] cmake.bbclass/goarch.bbclass: Set CCACHE_DISABLE Robert Yang
2018-12-12  6:59 ` [PATCH 5/6] base.bbclass: Add comments for gcc links to ccache Robert Yang
2018-12-12 15:50   ` Christopher Larson
2018-12-13  1:49     ` Robert Yang
2018-12-12  7:00 ` [PATCH 6/6] oeqa/selftest/cases: Update test_ccache_tool Robert Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1544597612.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.