[oe-commits] [openembedded-core] branch master-next updated (ed4575d -> 191c743)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 9 16:12:47 UTC 2017


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 ed4575d  meta*: Add LAYERSERIES_COMPAT and LAYERSERIES_CORENAMES markup to layer.conf
     add 186882c  buildhistory: skip tests if GitPython module is missing
     add 241cd21  u-boot: Update to 2017.05 release
     add fa3a157  u-boot: enable dhcp for MPC8315 board
     add 2f6a506  runtime-test.py: Split different tests inside selftest.py
     add eb441e0  mkelfimage: Fix broken patch when building native
     add a8bda79  selftest/devtool: Modify test to use default config
     add 03be750  cairo: Fix CVE-2017-7475
     add c00102e  scripts/yocto-compat-layer.py: Return non-zero when layer test fail
     add 0addd07  scripts/yocto-compat-layer-wrapper: Use realpath of output_log
     add dee3c29  buildstats-diff: show more graceful error messages
     add 789254b  busybox: fix a linking issue
     add 5639c36  sysstat: upgrade to 11.5.5
     add 68880e7  kmod: upgrade to 24
     add 69c9227  util-linux: upgrade to 2.29.2
     add f2efada  libunwind: don't mess around with ARM atomic detection
     add 12e57c5  perf: enable libunwind
     add 3bc8d32  Revert "distutils-base.bbclass: Do not use -pie with hardening"
     add 6a4e3b6  distutils-base.bbclass: Do not use -pie with hardening
     add 6866ad5  mesa: Add define to indicate missing 64bit atomics on armv5
     add 358c2da  go: do not try to build for powerpc64
     add b4052ce  man-pages: Upgrade to 4.11
     add cf0679d  pciutils: Upgrade to 3.5.4
     add 3cd7aa4  hdparm: Upgrade to 9.52
     add 825927e  libtiff: Upgrade to 4.0.8
     add d10edb9  libtirpc: Fix CVE-2017-8779
     add 4e3ab36  oeqa: Change the order to logDetails and logSummary
     new cde66d5  meta*: Add LAYERSERIES_COMPAT and LAYERSERIES_CORENAMES markup to layer.conf
     new e8c5585  export: new plugin to export the devtool workspace
     new 00e4bb5  import: new plugin to import the devtool workspace
     new 191c743  ftools: new function to replace strings inside a text file

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   (ed4575d)
            \
             N -- N -- N   refs/heads/master-next (191c743)

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 4 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:
 .../runtime/cases/{selftest.py => dnf-runtime.py}  |  33 +--
 meta-selftest/lib/oeqa/runtime/cases/selftest.py   |  42 ----
 meta/classes/distutils-base.bbclass                |   2 -
 meta/classes/distutils-common-base.bbclass         |   2 +
 meta/classes/testimage.bbclass                     |   2 +-
 meta/classes/testsdk.bbclass                       |   4 +-
 meta/lib/oeqa/core/context.py                      |   2 +-
 meta/lib/oeqa/selftest/cases/devtool.py            |  10 +-
 meta/lib/oeqa/selftest/cases/oelib/buildhistory.py |  13 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  20 +-
 meta/lib/oeqa/selftest/context.py                  |   2 +-
 meta/lib/oeqa/utils/ftools.py                      |  22 ++
 .../{pciutils_3.5.2.bb => pciutils_3.5.4.bb}       |   4 +-
 .../u-boot/files/MPC8315ERDB-enable-DHCP.patch     |  19 ++
 meta/recipes-bsp/u-boot/files/default-gcc.patch    |  39 ---
 ...ommon_2017.01.inc => u-boot-common_2017.05.inc} |   6 +-
 ...utils_2017.01.bb => u-boot-fw-utils_2017.05.bb} |   2 -
 ...kimage_2017.01.bb => u-boot-mkimage_2017.05.bb} |   2 -
 .../{u-boot_2017.01.bb => u-boot_2017.05.bb}       |   0
 .../busybox-tar-add-IF_FEATURE_-checks.patch       |  70 ++++++
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   1 +
 .../{util-linux_2.29.1.bb => util-linux_2.29.2.bb} |   4 +-
 meta/recipes-devtools/go/go.inc                    |   3 +-
 .../mkelfimage/fix-makefile-to-find-libz.patch     |  15 +-
 .../hdparm/{hdparm_9.51.bb => hdparm_9.52.bb}      |   6 +-
 .../libtirpc/0001-Fix-for-CVE-2017-8779.patch      | 276 +++++++++++++++++++++
 meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb   |   1 +
 .../{man-pages_4.10.bb => man-pages_4.11.bb}       |   4 +-
 .../{sysstat_11.5.4.bb => sysstat_11.5.5.bb}       |   4 +-
 ...et_bitmap_surface-bsc1036789-CVE-2017-7475.diff |  22 ++
 meta/recipes-graphics/cairo/cairo_1.14.8.bb        |   4 +-
 meta/recipes-graphics/mesa/mesa.inc                |   2 +
 meta/recipes-kernel/kmod/kmod.inc                  |   5 +-
 .../recipes-kernel/kmod/kmod/kcmdline_quotes.patch |  44 ----
 meta/recipes-kernel/perf/perf.bb                   |   2 +-
 .../libtiff/files/libtiff-CVE-2017-5225.patch      |  92 -------
 .../libtiff/{tiff_4.0.7.bb => tiff_4.0.8.bb}       |   5 +-
 meta/recipes-support/libunwind/libunwind.inc       |   5 -
 scripts/buildstats-diff                            |   6 +-
 scripts/lib/devtool/export.py                      | 120 +++++++++
 scripts/lib/devtool/import.py                      | 130 ++++++++++
 scripts/yocto-compat-layer-wrapper                 |  18 +-
 scripts/yocto-compat-layer.py                      |   5 +-
 43 files changed, 762 insertions(+), 308 deletions(-)
 copy meta-selftest/lib/oeqa/runtime/cases/{selftest.py => dnf-runtime.py} (63%)
 rename meta/recipes-bsp/pciutils/{pciutils_3.5.2.bb => pciutils_3.5.4.bb} (92%)
 create mode 100644 meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/default-gcc.patch
 rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.05.inc} (68%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.05.bb} (96%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.05.bb} (96%)
 rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.05.bb} (100%)
 create mode 100644 meta/recipes-core/busybox/busybox/busybox-tar-add-IF_FEATURE_-checks.patch
 rename meta/recipes-core/util-linux/{util-linux_2.29.1.bb => util-linux_2.29.2.bb} (86%)
 rename meta/recipes-extended/hdparm/{hdparm_9.51.bb => hdparm_9.52.bb} (83%)
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-Fix-for-CVE-2017-8779.patch
 rename meta/recipes-extended/man-pages/{man-pages_4.10.bb => man-pages_4.11.bb} (86%)
 rename meta/recipes-extended/sysstat/{sysstat_11.5.4.bb => sysstat_11.5.5.bb} (53%)
 create mode 100644 meta/recipes-graphics/cairo/cairo/cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff
 delete mode 100644 meta/recipes-kernel/kmod/kmod/kcmdline_quotes.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/libtiff-CVE-2017-5225.patch
 rename meta/recipes-multimedia/libtiff/{tiff_4.0.7.bb => tiff_4.0.8.bb} (90%)
 create mode 100644 scripts/lib/devtool/export.py
 create mode 100644 scripts/lib/devtool/import.py

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


More information about the Openembedded-commits mailing list