[oe-commits] [openembedded-core] branch master-next updated (c0aafb0 -> 460a8aa)

git at git.openembedded.org git at git.openembedded.org
Fri Feb 15 16:08:36 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.

 discard c0aafb0  openssl: update patch to fix buildpaths qa issue for -fmacro-prefix-map
 discard 0c77bda  go-cross-canadian: set default value of DEBUG_PREFIX_MAP
 discard 35fecd5  bitbake.conf: update DEBUG_PREFIX_MAP with -fmacro-prefix-map
 discard 1bcdae6  runqemu: Make QB_MEM easier to set
 discard 250e51c  runqemu: Let qemuparams override default settings
 discard 99eaa8a  meson.bbclass: point to llvm-config
 discard 8c1b4b6  mklibs-native: 0.1.43 -> 0.1.44
 discard 01aad83  git: 2.18.1 -> 2.20.1
 discard 9d8efc7  e2fsprogs: 1.44.3 -> 1.44.5
 discard 99b1da8  cryptodev: 1.9 -> 1.10
 discard fe09484  scripts/resulttool: enable manual execution and result creation
 discard 06c5af3  resulttool: enable merge, store, report and regression analysis
 discard ea37a1e  glib-2.0: upgrade 2.58.0 -> 2.58.3
 discard aa5c055  selftest: add tests for virgl GL acceleration
 discard c7bd379  runqemu: do not check for GL libraries
 discard 149a5a8  runqemu: add options for enabling virgl GL acceleration
 discard f7db539  qemu: add a backported patch to fix egl-headless support
 discard c26d435  qemu: add environment variable wrappers to make qemu look good with gtk frontend
 discard 7458921  qemu: add a patch to avoid a missing definition error
 discard e8858cc  qemu: add a gettext-native dependency to gtk option
 discard c43de57  qemu: remove support for building against host sdl
 discard 9d6d7bd  qemu: build target variant with gtk+, and nativesdk variant without sdl
 discard 744acdc  qemu: enable virglrenderer and glx options for native/nativesdk builds
 discard 3c5b8ad  virglrenderer: add a recipe
     add bc7e91c  cryptodev: 1.9 -> 1.10
     add 5ad2d73  e2fsprogs: 1.44.3 -> 1.44.5
     add 928d97c  git: 2.18.1 -> 2.20.1
     add 9ef6907  mklibs-native: 0.1.43 -> 0.1.44
     add e2e733c  meson.bbclass: point to llvm-config
     add a847dd7  runqemu: Let qemuparams override default settings
     add ad246f5  runqemu: Make QB_MEM easier to set
     add c62ac53  bitbake.conf: update DEBUG_PREFIX_MAP with -fmacro-prefix-map
     add bd19d2b  go-cross-canadian: set default value of DEBUG_PREFIX_MAP
     add 0851e03  openssl: update patch to fix buildpaths qa issue for -fmacro-prefix-map
     new 30a13f9  virglrenderer: add a recipe
     new 5135938  qemu: enable virglrenderer and glx options for native/nativesdk builds
     new b8bef8e  qemu: build target variant with gtk+, and nativesdk variant without sdl
     new 0250a02  qemu: remove support for building against host sdl
     new e9811e8  qemu: add a gettext-native dependency to gtk option
     new ba48730  qemu: add a patch to avoid a missing definition error
     new 0e6c094  qemu: add environment variable wrappers to make qemu look good with gtk frontend
     new 700139c  qemu: add a backported patch to fix egl-headless support
     new a15b7a1  runqemu: add options for enabling virgl GL acceleration
     new 7dd4cb0  runqemu: do not check for GL libraries
     new 798b538  selftest: add tests for virgl GL acceleration
     new acf9895  glib-2.0: upgrade 2.58.0 -> 2.58.3
     new 7bfa0df  resulttool: enable merge, store, report and regression analysis
     new 3348868  scripts/resulttool: enable manual execution and result creation
     new 33d2cde  target-sdk-provides-dummy: Extend to -dev and -src packages
     new 1cd4e90  lttng-tools: Upgrade 2.10.5 -> 2.10.6
     new 30e4b21  lttng-ust: Upgrade 2.10.2 -> 2.10.3
     new 7740ca0  lib/buildstats: Improve error message
     new a9b2623  lib/oe,oeqa/selftest: Fix DeprecationWarning: invalid escape sequence
     new 460a8aa  perf: Package libperf-jvmti.so as part of ${PN}

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c0aafb0)
            \
             N -- N -- N   refs/heads/master-next (460a8aa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 20 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/lib/oe/recipeutils.py                             |  8 ++++----
 meta/lib/oeqa/selftest/cases/bbtests.py                |  6 +++---
 meta/lib/oeqa/selftest/cases/devtool.py                |  2 +-
 meta/lib/oeqa/selftest/cases/prservice.py              |  4 ++--
 meta/lib/oeqa/selftest/cases/sstatetests.py            | 18 +++++++++---------
 meta/recipes-core/meta/target-sdk-provides-dummy.bb    | 10 ++++++++++
 .../{lttng-tools_2.10.5.bb => lttng-tools_2.10.6.bb}   |  4 ++--
 .../lttng/{lttng-ust_2.10.2.bb => lttng-ust_2.10.3.bb} |  4 ++--
 meta/recipes-kernel/perf/perf.bb                       |  3 ++-
 scripts/lib/buildstats.py                              |  2 +-
 10 files changed, 36 insertions(+), 25 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.10.5.bb => lttng-tools_2.10.6.bb} (97%)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.10.2.bb => lttng-ust_2.10.3.bb} (90%)

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


More information about the Openembedded-commits mailing list