[oe-commits] [openembedded-core] branch master-next updated (fe09484 -> 20cd8ce)

git at git.openembedded.org git at git.openembedded.org
Fri Feb 15 08:21:03 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 fe09484  scripts/resulttool: enable manual execution and result creation
     new 99b1da8  cryptodev: 1.9 -> 1.10
     new 9d8efc7  e2fsprogs: 1.44.3 -> 1.44.5
     new 01aad83  git: 2.18.1 -> 2.20.1
     new 8c1b4b6  mklibs-native: 0.1.43 -> 0.1.44
     new 99eaa8a  meson.bbclass: point to llvm-config
     new 7b18281  mesa: upgrade 18.1.9 -> 18.3.3
     new 71a9757  runqemu: Let qemuparams override default settings
     new 52ecae7  runqemu: Make QB_MEM easier to set
     new bb03d4b  bitbake.conf: update DEBUG_PREFIX_MAP with -fmacro-prefix-map
     new f6b3e54  go-cross-canadian: set default value of DEBUG_PREFIX_MAP
     new 20cd8ce  openssl: update patch to fix buildpaths qa issue for -fmacro-prefix-map

The 11 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/meson.bbclass                         |   1 +
 meta/conf/bitbake.conf                             |   3 +-
 ...trip-sysroot-and-debug-prefix-map-from-co.patch |   8 +-
 .../{e2fsprogs_1.44.3.bb => e2fsprogs_1.44.5.bb}   |   2 +-
 meta/recipes-devtools/git/git_2.18.1.bb            |  11 -
 meta/recipes-devtools/git/git_2.20.1.bb            |  11 +
 meta/recipes-devtools/go/go-cross-canadian.inc     |   8 +
 ...bs-native_0.1.43.bb => mklibs-native_0.1.44.bb} |   8 +-
 .../0001-Simplify-wayland-scanner-lookup.patch     |  39 ----
 ...-check-for-all-linux-host_os-combinations.patch |  49 ++++
 ...t-LLVM-version-when-using-LLVM-Git-releas.patch |  44 ----
 .../0004-Use-Python-3-to-execute-the-scripts.patch |  32 ---
 .../0005-dri-i965-Add-missing-time.h-include.patch |  36 ---
 ...CK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch |  37 ---
 .../mesa/{mesa-gl_18.1.9.bb => mesa-gl_18.3.3.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |  71 +++---
 .../mesa/{mesa_18.1.9.bb => mesa_18.3.3.bb}        |  10 +-
 ...ptodev-linux_1.9.bb => cryptodev-linux_1.10.bb} |   0
 ...odev-module_1.9.bb => cryptodev-module_1.10.bb} |   5 -
 ...ptodev-tests_1.9.bb => cryptodev-tests_1.10.bb} |   1 -
 meta/recipes-kernel/cryptodev/cryptodev.inc        |   2 +-
 .../files/0001-Port-tests-to-openssl-1.1.patch     | 103 ---------
 .../0001-ioctl.c-Fix-build-with-linux-4.13.patch   |  49 ----
 .../0001-ioctl.c-Fix-build-with-linux-4.17.patch   |  43 ----
 ...-split-big-function-to-simplify-maintaina.patch | 250 ---------------------
 ...g-relocate-code-to-simplify-later-patches.patch |  64 ------
 ...ert-to-new-AEAD-interface-in-kernels-v4.2.patch | 102 ---------
 scripts/runqemu                                    |  24 +-
 28 files changed, 142 insertions(+), 871 deletions(-)
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.44.3.bb => e2fsprogs_1.44.5.bb} (99%)
 delete mode 100644 meta/recipes-devtools/git/git_2.18.1.bb
 create mode 100644 meta/recipes-devtools/git/git_2.20.1.bb
 rename meta/recipes-devtools/mklibs/{mklibs-native_0.1.43.bb => mklibs-native_0.1.44.bb} (71%)
 delete mode 100644 meta/recipes-graphics/mesa/files/0001-Simplify-wayland-scanner-lookup.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0003-Properly-get-LLVM-version-when-using-LLVM-Git-releas.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0004-Use-Python-3-to-execute-the-scripts.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0005-dri-i965-Add-missing-time.h-include.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0006-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_18.1.9.bb => mesa-gl_18.3.3.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_18.1.9.bb => mesa_18.3.3.bb} (54%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.9.bb => cryptodev-linux_1.10.bb} (100%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-module_1.9.bb => cryptodev-module_1.10.bb} (54%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-tests_1.9.bb => cryptodev-tests_1.10.bb} (88%)
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0001-Port-tests-to-openssl-1.1.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-with-linux-4.13.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-with-linux-4.17.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0001-refactoring-split-big-function-to-simplify-maintaina.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0002-refactoring-relocate-code-to-simplify-later-patches.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0003-convert-to-new-AEAD-interface-in-kernels-v4.2.patch

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


More information about the Openembedded-commits mailing list