[oe-commits] [openembedded-core] branch master updated (d85d529 -> 432d5a5)

git at git.openembedded.org git at git.openembedded.org
Sat Jan 26 13:40:32 UTC 2019


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

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

    from d85d529  linux-yocto/4.19: riscv: enable serial
     add 9ac7415  fontcache: fix postinst for nativesdk case
     add 3ae6348  qemuwrapper-cross: check qemu usermode only when building a target package
     add 3dd2fea  lib/oe/package_manager: turn postinst_intercept warnings into failures for nativesdk
     add cd1c0a0  cmake: do not look into native sysroot in the nativesdk environment
     add 167a467  testimage.bbclass: add support for passing runqemu params
     add f83d5c7  kmscube: update to latest commit, switch over to meson
     add 7f1f3b4  kmscube: make gstreamer dependency optional
     add b1d0191  lib/oe/reciputils.py: parallelize upstream version checks
     add 0228442  devtool: add a command to print an overall list of recipes that can be updated
     add c2e1704  ccache: 3.5 -> 3.6
     add 78a24b3  ccache: Fix Segmentation fault error when gcc -o /dev/null
     add 815056c  cmake-native: Add --enable-ccache to configure options
     add 1d90348  native.bbclass/cross.bbclass: No strip sysroot when DEBUG_BUILD
     add e9b21f5  bitbake.conf: Add DEBUG_BUILD to vardeps
     add 5c73221  fontconfig: Update upstream status of patch
     new 432d5a5  package: Add pkg_postinst_ontarget to PACKAGEVARS

The 1 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/cross.bbclass                         |  3 +
 meta/classes/fontcache.bbclass                     |  1 +
 meta/classes/native.bbclass                        |  3 +
 meta/classes/package.bbclass                       |  2 +-
 meta/classes/testimage.bbclass                     |  4 +-
 meta/conf/bitbake.conf                             |  3 +-
 meta/lib/oe/package_manager.py                     |  7 +-
 meta/lib/oe/recipeutils.py                         | 77 +++++++++++++++------
 meta/lib/oeqa/core/target/qemu.py                  |  4 +-
 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 +
 .../cmake/cmake/OEToolchainConfig.cmake            |  2 +-
 .../recipes-devtools/qemu/qemuwrapper-cross_1.0.bb |  2 +-
 ...cache.c-Fix-define-for-HAVE_POSIX_FADVISE.patch |  2 +-
 .../fontconfig/fontconfig_2.12.6.bb                |  6 ++
 meta/recipes-graphics/kmscube/kmscube_git.bb       |  9 ++-
 scripts/lib/devtool/upgrade.py                     | 20 ++++++
 20 files changed, 208 insertions(+), 48 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

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


More information about the Openembedded-commits mailing list