[oe-commits] [openembedded-core] branch master-next updated (6bbafde -> 78ff164)

git at git.openembedded.org git at git.openembedded.org
Tue Apr 3 10:11:01 UTC 2018


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 6bbafde  pseudo: Test upgrade
     new ddbcb88  pseudo: Upgrade to latest master
     new 77d701c  buildhistory_analysis.py: Check if RPROVIDES changed order
     new 2ca601b  initrdscripts: init-install(-efi).sh: don't assume 20M boot partition
     new 7fa32ee  kernel.bbclass: improve reproducibility
     new bfd5d2c  mesa: fix unitialized modifier for DRI2
     new 8509e2e  mesa: Prefer dri3 for x11/opengl
     new ae230e1  cmake: upgrade 3.10.2 -> 3.10.3
     new 4290e04  recipetool: create: fix port number parsing issue
     new a200d22  qemu: do not hardcode python2.7 path
     new 11f4fdc  tune-core2.inc: add cpu type for qemu
     new 2624f40  x264: Use updated gnu-config artifacts
     new e3c76fd  nasm: Fix pure function warnings
     new b751e86  systemtap: Backport a fix for build with gcc8
     new 0cbb185  llvm: Upgrade to 6.0 release
     new 78ff164  python3: Improve logging capabilities for do_create_manifest

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   (6bbafde)
            \
             N -- N -- N   refs/heads/master-next (78ff164)

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 15 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/kernel.bbclass                        |   1 +
 meta/conf/machine/include/tune-core2.inc           |   3 +
 meta/lib/oe/buildhistory_analysis.py               |  14 +-
 .../initrdscripts/files/init-install-efi.sh        |  15 +-
 .../initrdscripts/files/init-install.sh            |  15 +-
 .../initramfs-live-install-efi_1.0.bb              |   2 +-
 .../initrdscripts/initramfs-live-install_1.0.bb    |   2 +-
 .../initramfs-module-install-efi_1.0.bb            |   2 +-
 .../initrdscripts/initramfs-module-install_1.0.bb  |   2 +-
 ...ake-native_3.10.2.bb => cmake-native_3.10.3.bb} |   0
 meta/recipes-devtools/cmake/cmake.inc              |   4 +-
 .../cmake/{cmake_3.10.2.bb => cmake_3.10.3.bb}     |   0
 ...LibraryInfo-Undefine-libc-functions-if-th.patch |  20 +-
 .../0002-llvm-allow-env-override-of-exe-path.patch |   4 +-
 meta/recipes-devtools/llvm/llvm_git.bb             |  11 +-
 ...rop-pure-function-attribute-from-seg_init.patch |  27 +++
 meta/recipes-devtools/nasm/nasm_2.13.03.bb         |   4 +-
 .../python/python3/create_manifest3.py             |  34 +++-
 meta/recipes-devtools/qemu/qemu.inc                |   2 +-
 ...i-Initialise-modifier-to-INVALID-for-DRI2.patch |  43 +++++
 meta/recipes-graphics/mesa/mesa.inc                |   2 +-
 meta/recipes-graphics/mesa/mesa_17.3.7.bb          |   1 +
 .../systemtap/systemtap/0001-Fixes-for-gcc-8.patch | 215 +++++++++++++++++++++
 meta/recipes-kernel/systemtap/systemtap_git.inc    |   1 +
 meta/recipes-multimedia/x264/x264_git.bb           |   2 +
 scripts/lib/recipetool/create.py                   |   6 +-
 26 files changed, 392 insertions(+), 40 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.10.2.bb => cmake-native_3.10.3.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.10.2.bb => cmake_3.10.3.bb} (100%)
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-asmlib-Drop-pure-function-attribute-from-seg_init.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0001-st-dri-Initialise-modifier-to-INVALID-for-DRI2.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Fixes-for-gcc-8.patch

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


More information about the Openembedded-commits mailing list