[oe-commits] [openembedded-core] branch sumo updated (4cedddb -> 75bb95a)

git at git.openembedded.org git at git.openembedded.org
Tue Apr 3 22:53:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch sumo
in repository openembedded-core.

    from 4cedddb  libpcre-ptest: skip locale test
     add ddbcb88  pseudo: Upgrade to latest master
     add 77d701c  buildhistory_analysis.py: Check if RPROVIDES changed order
     add 2ca601b  initrdscripts: init-install(-efi).sh: don't assume 20M boot partition
     add 7fa32ee  kernel.bbclass: improve reproducibility
     add bfd5d2c  mesa: fix unitialized modifier for DRI2
     add 8509e2e  mesa: Prefer dri3 for x11/opengl
     add ae230e1  cmake: upgrade 3.10.2 -> 3.10.3
     add 4290e04  recipetool: create: fix port number parsing issue
     add a200d22  qemu: do not hardcode python2.7 path
     add 11f4fdc  tune-core2.inc: add cpu type for qemu
     add 2624f40  x264: Use updated gnu-config artifacts
     add e3c76fd  nasm: Fix pure function warnings
     add b751e86  systemtap: Backport a fix for build with gcc8
     new 4c2af72  python3: Improve logging capabilities for do_create_manifest
     new 75bb95a  uninative: add variables to the whitelist so that it does not re-triger recipe parsing

The 2 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/classes/uninative.bbclass                     |   3 +
 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
 ...rop-pure-function-attribute-from-seg_init.patch |  27 +++
 meta/recipes-devtools/nasm/nasm_2.13.03.bb         |   4 +-
 meta/recipes-devtools/pseudo/pseudo_git.bb         |   2 +-
 .../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 +-
 25 files changed, 378 insertions(+), 24 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