Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Fixes for ccache
@ 2019-01-24  6:57 Robert Yang
  2019-01-24  6:57 ` [PATCH 1/5] cmake-native: Add --enable-ccache to configure options Robert Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Robert Yang @ 2019-01-24  6:57 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:

  remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +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 (5):
  cmake-native: Add --enable-ccache to configure options
  bitbake.conf: Add CCACHE_TOP_DIR to BB_HASHBASE_WHITELIST
  ccache.bbclass: Only let native recipes depend on ccache-native
  ccache: 3.5 -> 3.6
  ccache: Fix Segmentation fault error when gcc -o /dev/null

 meta/classes/ccache.bbclass                        |  5 +-
 meta/conf/bitbake.conf                             |  2 +-
 meta/recipes-devtools/ccache/ccache_3.5.bb         | 11 ---
 meta/recipes-devtools/ccache/ccache_3.6.bb         | 12 ++++
 .../0002-dev.mk.in-fix-file-name-too-long.patch    |  8 +--
 ...mentation-fault-error-when-gcc-o-dev-null.patch | 79 ++++++++++++++++++++++
 meta/recipes-devtools/cmake/cmake-native_3.12.2.bb |  1 +
 7 files changed, 101 insertions(+), 17 deletions(-)
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.5.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.6.bb
 create mode 100644 meta/recipes-devtools/ccache/files/0003-Fix-Segmentation-fault-error-when-gcc-o-dev-null.patch

-- 
2.7.4



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

end of thread, other threads:[~2019-01-25  3:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-24  6:57 [PATCH 0/5] Fixes for ccache Robert Yang
2019-01-24  6:57 ` [PATCH 1/5] cmake-native: Add --enable-ccache to configure options Robert Yang
2019-01-24  6:57 ` [PATCH 2/5] bitbake.conf: Add CCACHE_TOP_DIR to BB_HASHBASE_WHITELIST Robert Yang
2019-01-24  6:57 ` [PATCH 3/5] ccache.bbclass: Only let native recipes depend on ccache-native Robert Yang
2019-01-24 12:46   ` Richard Purdie
2019-01-25  3:32     ` Robert Yang
2019-01-24  6:57 ` [PATCH 4/5] ccache: 3.5 -> 3.6 Robert Yang
2019-01-24  6:57 ` [PATCH 5/5] ccache: Fix Segmentation fault error when gcc -o /dev/null Robert Yang

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