[oe-commits] [openembedded-core] branch master-next updated (8508fab -> 85b77b7)

git at git.openembedded.org git at git.openembedded.org
Mon Nov 11 14:14:39 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 8508fab  systemd: Add runtime dependency on new ldconfig package
 discard 1956b87  package.bbclass: Always include ldconfig fragment
 discard 997ad02  glibc: move ldconfig to its own package
 discard 91e09c8  meta: add missing description for some recipes in graphics
 discard c7052a4  tune-riscv: Add support for no float
 discard a5ebb3d  HACK: Enable saving of packages
     add b025b43  meta: add missing description for some recipes in graphics
     add fda7cd9  glibc: move ldconfig to its own package
     add 0f09f19  package.bbclass: Always include ldconfig fragment
     add 4dc804b  systemd: Add runtime dependency on new ldconfig package
     new 7933e80  HACK: Enable saving of packages
     new 7547610  tune-riscv: Add support for no float
     new a8f3604  sqlite3: Drop pic as we no longer need the sqlite3 static lib
     new 9b0ef6e  dbus: drop unused group netdev
     new d40c9a1  insane: improve textrel warning message
     new e5b2de3  archiver: avoid empty incfile in ar_recipe
     new 61ffb05  iputils: Whitelist CVE-2000-1213 CVE-2000-1214
     new fea9b9c  python3-misc: add python3-audio to RDEPENDS
     new 10fd8a0  dhcp: Workaround busybox limitation in Linux dhclient-script
     new d485daf  oeqa: Fix subTest result reporting
     new 805684d  buildhistory: fix "version went backwards" QA error message
     new 538c20c  oeqa: reproducible: Fix extra data reporting
     new ba53110  go: Refactor patches for 1.13.3
     new ca83aee  buildtools-tarball: export OPENSSL_CONF for openssl
     new 0ffeaec  populate_sdk_ext.bbclass: Make integrated buildtools optional
     new 8e805f4  libsoup: update patch upstream status
     new 44f187f  acpica: upgrade to 20191018
     new 1d799e9  ovmf: unify DEPENDS
     new 4d03fd2  cve-check: we don't actually need to unpack to check
     new 7f6ffc5  cve-update-db-native: don't refresh more than once an hour
     new ae37ad5  libnsl2: Update to latest master
     new 1e91e44  wic: beautify 'wic help'
     new 3efc280  systemd: Fix invalid argument of pstore log entry
     new 2d3198e  scripts/resulttool/report: Enable report to use regression_map
     new 440684d  scripts/resulttool/report: Enable output raw test results
     new ef03407  scripts/resulttool/report: Add total statistic to test result.
     new 85b77b7  resulttool/store.py: Enable add extra test environment data

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   (8508fab)
            \
             N -- N -- N   refs/heads/master-next (85b77b7)

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 27 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/archiver.bbclass                      |   5 +-
 meta/classes/buildhistory.bbclass                  |   2 +-
 meta/classes/cve-check.bbclass                     |   3 +-
 meta/classes/insane.bbclass                        |   4 +-
 meta/classes/populate_sdk_ext.bbclass              |  41 ++++---
 meta/files/common-licenses/Intel                   | 105 ++++++++++++++++++
 meta/lib/oeqa/core/runner.py                       |  44 ++++++--
 meta/lib/oeqa/core/utils/concurrencytest.py        |   3 +
 meta/lib/oeqa/selftest/cases/buildoptions.py       |   2 +-
 meta/lib/oeqa/selftest/cases/reproducible.py       |  10 +-
 ...sybox-limitation-in-linux-dhclient-script.patch |  65 +++++++++++
 meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb       |   1 +
 meta/recipes-core/dbus/dbus_1.12.16.bb             |   1 -
 meta/recipes-core/meta/buildtools-tarball.bb       |   1 +
 meta/recipes-core/meta/cve-update-db-native.bb     |  10 +-
 meta/recipes-core/ovmf/ovmf_git.bb                 |   5 +-
 .../systemd/0001-pstore-fix-use-after-free.patch   |  39 +++++++
 meta/recipes-core/systemd/systemd_243.bb           |   1 +
 ...1-allow-CC-and-CXX-to-have-multiple-words.patch |  38 +++++++
 ...-content-based-hash-generation-less-pedan.patch | 106 +++++++++---------
 ...OLDIR-to-be-overridden-in-the-environment.patch |  54 ++++++++++
 .../0004-ld-add-soname-to-shareable-objects.patch  |  31 +++---
 ...verride-CC-when-building-dist-and-go_boot.patch |  29 +++--
 ...-cmd-dist-separate-host-and-target-builds.patch | 119 ++++++++++-----------
 ...07-cmd-go-make-GOROOT-precious-by-default.patch |  65 ++++++-----
 .../0008-use-GOBUILDMODE-to-set-buildmode.patch    |  40 ++++---
 ...ld-replace-glibc-dynamic-linker-with-musl.patch |  40 +++++--
 meta/recipes-devtools/python/python3_3.7.5.bb      |   2 +-
 .../{acpica_20190816.bb => acpica_20191018.bb}     |  12 +--
 meta/recipes-extended/iputils/iputils_s20190709.bb |   4 +
 meta/recipes-extended/libnsl/libnsl2_git.bb        |   2 +-
 ...orce-no-introspection-when-cross-building.patch |   2 +-
 meta/recipes-support/sqlite/sqlite3.inc            |   2 -
 scripts/lib/resulttool/report.py                   |  35 +++++-
 scripts/lib/resulttool/resultutils.py              |   4 +-
 scripts/lib/resulttool/store.py                    |   5 +-
 .../resulttool/template/test_report_full_text.txt  |   3 +-
 scripts/lib/wic/help.py                            |  56 ++++++++++
 scripts/wic                                        |   8 +-
 39 files changed, 749 insertions(+), 250 deletions(-)
 create mode 100644 meta/files/common-licenses/Intel
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/0001-workaround-busybox-limitation-in-linux-dhclient-script.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-pstore-fix-use-after-free.patch
 create mode 100644 meta/recipes-devtools/go/go-1.13/0001-allow-CC-and-CXX-to-have-multiple-words.patch
 copy meta/recipes-devtools/go/{go-1.12 => go-1.13}/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch (81%)
 create mode 100644 meta/recipes-devtools/go/go-1.13/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
 copy meta/recipes-devtools/go/{go-1.12 => go-1.13}/0004-ld-add-soname-to-shareable-objects.patch (60%)
 copy meta/recipes-devtools/go/{go-1.12 => go-1.13}/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch (52%)
 copy meta/recipes-devtools/go/{go-1.12 => go-1.13}/0006-cmd-dist-separate-host-and-target-builds.patch (81%)
 copy meta/recipes-devtools/go/{go-1.12 => go-1.13}/0007-cmd-go-make-GOROOT-precious-by-default.patch (59%)
 copy meta/recipes-devtools/go/{go-1.12 => go-1.13}/0008-use-GOBUILDMODE-to-set-buildmode.patch (54%)
 copy meta/recipes-devtools/go/{go-1.12 => go-1.13}/0009-ld-replace-glibc-dynamic-linker-with-musl.patch (70%)
 rename meta/recipes-extended/acpica/{acpica_20190816.bb => acpica_20191018.bb} (75%)

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


More information about the Openembedded-commits mailing list