[oe-commits] [openembedded-core] branch master-next updated (1a74a36 -> 9714198)

git at git.openembedded.org git at git.openembedded.org
Fri Jan 11 13:22:55 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository openembedded-core.

    from 1a74a36  nfs-utils: fix build error under tests folder
     new be9fcae  ccache-native: Remove dependencies
     new c27c808  ccache: 3.4.2 -> 3.5
     new 21a144b  ccache.bbclass: Refactor it to make it more reliable
     new 5f143cd  ccache.bbclass: Make it can be shared between different builds
     new 8153772  ccache.bbclass: Add task do_cleanccache
     new 574feae  ccache.bbclass: Set CCACHE_CONFIGPATH to fix race issues
     new d1f7514  bitbake.conf: Enable -fdebug-prefix-map for nativesdk
     new 795e42a  goarch.bbclass: Set CCACHE_DISABLE
     new ff5217b  cmake.bbclass: Make it work with ccache
     new 35769d3  apr/openssl10: Enable ccache for them
     new 29ab7c4  oeqa/selftest/cases: Update test_ccache_tool
     new 93103d5  binutils: bfd doesn't handle ELF compressed data alignment
     new eaf6fd9  rpm: produce sane amount of logging when creating a rootfs
     new a1dc25f  python3-smmap: upgrade to 2.0.5
     new 53349ca  package.bbclass: Make package output files more deterministic
     new bd94869  bluez5: Fix status subcommand of init script
     new 9d16a15  target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure
     new 9714198  wic: allow bitbake variables in kickstarter files

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/ccache.bbclass                        |  63 +++-
 meta/classes/cmake.bbclass                         |  21 +-
 meta/classes/goarch.bbclass                        |   4 +
 meta/classes/package.bbclass                       |  12 +-
 meta/conf/bitbake.conf                             |   8 +-
 meta/conf/ccache.conf                              |   2 +
 meta/conf/layer.conf                               |   1 -
 meta/lib/oe/package_manager.py                     |   2 +-
 meta/lib/oe/utils.py                               |   3 +
 meta/lib/oeqa/selftest/cases/buildoptions.py       |  10 +-
 meta/recipes-connectivity/bluez5/bluez5/init       |  12 +-
 .../openssl/openssl10_1.0.2q.bb                    |   3 -
 .../recipes-core/meta/target-sdk-provides-dummy.bb |   3 +
 meta/recipes-devtools/binutils/binutils-2.31.inc   |   2 +
 ...compressed-header-alignment-correctly-by-.patch | 332 +++++++++++++++++++++
 ...ignment-of-uncompressed-section-from-ch_a.patch | 200 +++++++++++++
 meta/recipes-devtools/ccache/ccache.inc            |  13 +-
 meta/recipes-devtools/ccache/ccache_3.4.2.bb       |  11 -
 meta/recipes-devtools/ccache/ccache_3.5.bb         |  11 +
 meta/recipes-devtools/python/python-smmap.inc      |   6 +-
 ...thon3-smmap_0.9.0.bb => python3-smmap_2.0.5.bb} |   0
 ...-change-logging-level-around-scriptlets-t.patch |  55 ++++
 meta/recipes-devtools/rpm/rpm_4.14.2.1.bb          |   1 +
 meta/recipes-graphics/piglit/piglit_git.bb         |   3 +
 meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb    |   3 +
 meta/recipes-sato/webkit/webkitgtk_2.22.5.bb       |   3 +
 meta/recipes-support/apr/apr_1.6.5.bb              |   5 -
 scripts/lib/wic/ksparser.py                        |  17 ++
 28 files changed, 747 insertions(+), 59 deletions(-)
 create mode 100644 meta/conf/ccache.conf
 create mode 100644 meta/recipes-devtools/binutils/binutils/0022-Handle-ELF-compressed-header-alignment-correctly-by-.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0023-gold-Get-alignment-of-uncompressed-section-from-ch_a.patch
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.4.2.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.5.bb
 rename meta/recipes-devtools/python/{python3-smmap_0.9.0.bb => python3-smmap_2.0.5.bb} (100%)
 create mode 100644 meta/recipes-devtools/rpm/files/0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list