[oe-commits] [openembedded-core] branch master updated (6f8f984 -> ae48ee6)

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 20:38:31 UTC 2018


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

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

    from 6f8f984  initrdscripts/init-live.sh: fix mounts w/ spaces fail to move to real rootfs
     add bbb5e55  python3: fix file conflict when multilib enabled
     add e20da6d  xtrans: Fix multilib .pc file conflict
     add df7213e  linux-yocto: Enable kernel-sample features for runtime tests
     add be6ef72  oeqa/runtime: Add testcases for kernel sample
     add 4acdeb1  mesa: Upgrade 18.1.2 -> 18.1.3
     add 920dc16  python*-setuptools: update to 39.2.0
     add e999816  recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES
     add 07343ff  license: Fix and extend recommendations for license packages.
     add 77f7c75  postinst-intercepts: do not execute any variant of delay_to_first_boot
     add 828462d  oe-selftest: Add bitbake-layer create-layer test
     add 295c5a3  lib/oe/utils: Improve get_multilib_datastore
     add c013ae5  staging/image: Fix multilib recipe sysroot issues
     add cc1c481  classes/utils: Improve all_multilib_tune_values
     add af7cd78  lib/oe/sstatesig: Fix task mappings from multilib<->non-multilib contexts
     add 2c1978f  staging: Improve fixup processing code
     add ae48ee6  multilib: Fix issues with some cross-canadian toolchain sysroots

No new revisions were added by this update.

Summary of changes:
 meta/classes/license.bbclass                       |   3 +
 meta/classes/multilib.bbclass                      |   2 +
 meta/classes/staging.bbclass                       |  22 +--
 meta/classes/utils.bbclass                         |  13 +-
 meta/lib/oe/package_manager.py                     |   3 +-
 meta/lib/oe/sstatesig.py                           |   6 +
 meta/lib/oe/utils.py                               |  12 +-
 meta/lib/oeqa/runtime/cases/ksample.py             | 206 +++++++++++++++++++++
 meta/lib/oeqa/selftest/cases/bblayers.py           |  27 ++-
 meta/recipes-devtools/python/python-setuptools.inc |   4 +-
 ...tools_39.0.1.bb => python-setuptools_39.2.0.bb} |   0
 ...ools_39.0.1.bb => python3-setuptools_39.2.0.bb} |   0
 meta/recipes-devtools/python/python3_3.5.5.bb      |  12 +-
 ...lkan.am-explictly-add-lib-expat-to-intel-.patch |   6 +-
 .../0002-Simplify-wayland-scanner-lookup.patch     |  10 +-
 .../0003-winsys-svga-drm-Include-sys-types.h.patch |   7 +-
 .../mesa/files/0004-hardware-gloat.patch           |   6 +-
 ...t-LLVM-version-when-using-LLVM-Git-releas.patch |  12 +-
 .../0006-Use-Python-3-to-execute-the-scripts.patch |   8 +-
 .../0007-dri-i965-Add-missing-time.h-include.patch |   6 +-
 ...h => 0008-egl-fix-build-race-in-automake.patch} |  31 +++-
 .../mesa/{mesa-gl_18.1.2.bb => mesa-gl_18.1.3.bb}  |   0
 .../mesa/{mesa_18.1.2.bb => mesa_18.1.3.bb}        |   6 +-
 .../xorg-lib/xtrans/multilibfix.patch              |  18 ++
 meta/recipes-graphics/xorg-lib/xtrans_1.3.5.bb     |   2 +
 meta/recipes-kernel/linux/linux-yocto.inc          |   5 +
 26 files changed, 358 insertions(+), 69 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/cases/ksample.py
 rename meta/recipes-devtools/python/{python-setuptools_39.0.1.bb => python-setuptools_39.2.0.bb} (100%)
 rename meta/recipes-devtools/python/{python3-setuptools_39.0.1.bb => python3-setuptools_39.2.0.bb} (100%)
 rename meta/recipes-graphics/mesa/files/{parallel-make-race-fix.patch => 0008-egl-fix-build-race-in-automake.patch} (50%)
 rename meta/recipes-graphics/mesa/{mesa-gl_18.1.2.bb => mesa-gl_18.1.3.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_18.1.2.bb => mesa_18.1.3.bb} (83%)
 create mode 100644 meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch

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


More information about the Openembedded-commits mailing list