[oe-commits] [openembedded-core] branch master updated (4d268ab -> d3d2d21)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 14 21:23:17 UTC 2016


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

      from  4d268ab   oeqa.runtime.smart: work around smart race issues
      adds  ac8f1e5   oeqa/parselogs: Don't use cwd for file transfers
      adds  9361503   useradd: do not delete users and groups during configure
      adds  b75ef17   u-boot: Set u-boot binary permissions to 0644
      adds  c1f08c0   gstreamer1.0-plugins-good: enable v4l2-probe
      adds  110cc22   cross: export CC family from BUILD_* for cross compilers
      adds  c710401   linux-yocto: allow overriding compiler name in KConfig
      adds  4676525   linux-libc-headers: allow overriding compiler name in KConfig
      adds  50fb24c   busybox: allow overriding compiler name in KConfig
      adds  89f55bf   sanity: fix hardcoded references to gcc
      adds  6c9f612   rpm: manually cleanup sysck
      adds  07023dc   libpcre: explicitely specify CCLD_FOR_BUILD for this recipe
      adds  2c0a72d   glibc: remove hard-coded reference to gcc -E
      adds  52182ef   rpm: remove redundant removals
      adds  f544e1d   tiff: Update download URL
      adds  0445e68   libical: fix build failure after changing machine
      adds  936eb9a   oeqa.buildperf: another fix for splitting 'nevr' string
      adds  d1a80ac   oeqa: Remove linux user utilized for rpm test.
      adds  c9d9490   bitbake.conf: Add BBSERVER to HASHBASE_WHITELIST
      adds  d4c40d7   gstreamer1.0-omx: inherit upstream-version-is-even
      adds  ca3f9fb   gstreamer1.0-plugins-bad: Fix packageconfigs and patches
      adds  2f1a44d   testimage: add createrepo-native to testimage depends
       new  79fe476   meta: cleanup d.getVar(var, 1)
       new  33b0d94   meta: cleanup d.getVar(var, 0)
       new  201e069   classes/gtk-doc: lazy assign GTKDOC_ENABLED
       new  75a5297   classes/gobject-introspecton-data: lazy assign GI_DATA_ENABLED
       new  4640103   classes/populate_sdk_ext: exclude image tasks from locked signatures
       new  58d6cd3   gstreamer1.0-plugins-good.inc: Fix libv4l2 packageconfig dependency
       new  d82acf2   sstate.bbclass: normalize whitelisted paths
       new  9d47344   gst-player: specify PV
       new  ddcb08c   valgrind: MIPS: Make toolchain basename generic
       new  7cdf3b2   image.bbclass: do not check size of the debugfs image
       new  9bd682c   image.bbclass: also mask debugfs versions of masked images
       new  74d9c5e   gtk-doc: require perl-native only if api-documentation feature is enabled
       new  ed5ac04   linux-yocto/4.8: update to v4.8-rc6
       new  85c9fbc   linux-yocto/4.4: update to 4.4.20
       new  b950247   linux-yocto/4.1: update to 4.1.32
       new  29e99d7   kernel-yocto: remove do_shared_workdir from SRCTREECOVEREDTASKS
       new  37ffb1f   autotools: Correctly filter m4 files view to setscene dependencies
       new  6b527bb   eudev: Add missing pkgconfig dependencies
       new  038d9db   classes/populate_sdk_ext: ensure we clean the right temporary TMPDIR path
       new  7c0788c   lib/oe/copy_buildsystem: fix building eSDK with indirect paths in BBLAYERS
       new  e7267b4   python-smartpm: use md5 as the digest for rpm_sys channel
       new  ec33043   runqemu: fix a race issue on lockdir
       new  cd67959   piglit: Backport linker flag patch
       new  cd28723   libdrm: Explicitly disable cunit tests
       new  d3d2d21   Revert "oeqa.runtime.smart: work around smart race issues"

The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/autotools.bbclass                     | 67 ++++++++++++++++------
 meta/classes/base.bbclass                          |  2 +-
 meta/classes/cross.bbclass                         | 12 ++++
 meta/classes/gobject-introspection-data.bbclass    |  4 +-
 meta/classes/gtk-doc.bbclass                       |  2 +-
 meta/classes/image.bbclass                         |  9 ++-
 meta/classes/kernel-yocto.bbclass                  |  2 +-
 meta/classes/kernel.bbclass                        |  9 +--
 meta/classes/package.bbclass                       |  2 +-
 meta/classes/package_ipk.bbclass                   |  2 +-
 meta/classes/populate_sdk_ext.bbclass              |  9 +--
 meta/classes/recipe_sanity.bbclass                 | 22 +++----
 meta/classes/sanity.bbclass                        | 14 ++---
 meta/classes/sstate.bbclass                        |  1 +
 meta/classes/testimage.bbclass                     |  1 +
 meta/classes/useradd.bbclass                       |  2 +-
 meta/conf/bitbake.conf                             |  2 +-
 meta/lib/oe/copy_buildsystem.py                    |  4 +-
 meta/lib/oe/utils.py                               |  4 +-
 meta/lib/oeqa/buildperf/base.py                    |  5 ++
 meta/lib/oeqa/runtime/parselogs.py                 | 10 +++-
 meta/lib/oeqa/runtime/rpm.py                       | 32 +++++++++--
 meta/lib/oeqa/runtime/smart.py                     | 25 --------
 meta/recipes-bsp/u-boot/u-boot.inc                 | 28 ++++-----
 meta/recipes-core/busybox/busybox.inc              |  2 +-
 ...-locale-fix-hard-coded-reference-to-gcc-E.patch | 39 +++++++++++++
 meta/recipes-core/glibc/glibc_2.24.bb              |  3 +-
 meta/recipes-core/udev/eudev_3.2.bb                |  2 +-
 meta/recipes-devtools/apt/apt-native.inc           |  2 +-
 meta/recipes-devtools/cmake/cmake.inc              |  2 +-
 .../kconfig-frontends_3.12.0.0.bb                  |  2 +-
 ...m_sys-use-md5sum-instead-of-mtime-as-the-.patch | 38 ++++++++++++
 meta/recipes-devtools/python/python-smartpm_git.bb |  1 +
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            | 38 +-----------
 meta/recipes-devtools/vala/vala.inc                |  2 +-
 meta/recipes-devtools/valgrind/valgrind_3.11.0.bb  |  4 +-
 ...r-out-if-perl-is-not-found-or-its-version.patch | 40 +++++++++++++
 meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb         |  8 ++-
 ...ac-Allow-explicit-enabling-of-cunit-tests.patch | 56 ++++++++++++++++++
 meta/recipes-graphics/drm/libdrm_2.4.70.bb         |  2 +
 .../0001-cmake-Link-test-utils-with-ldl.patch      | 41 +++++++++++++
 ...0001-cmake-Link-utils-with-xcb-explicitly.patch |  2 +-
 meta/recipes-graphics/piglit/piglit_git.bb         |  3 +-
 .../linux-libc-headers/linux-libc-headers.inc      |  2 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |  6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |  4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |  6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |  4 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       | 20 +++----
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 +++----
 meta/recipes-kernel/linux/linux-yocto_4.8.bb       | 18 +++---
 .../recipes-multimedia/gstreamer/gst-player_git.bb |  1 +
 .../gstreamer/gstreamer1.0-omx.inc                 |  2 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         | 24 +++++---
 ...-don-t-hardcode-libtool-name-when-running.patch |  4 +-
 .../0009-glimagesink-Downrank-to-marginal.patch    | 32 +++++++++++
 .../gstreamer/gstreamer1.0-plugins-bad_1.8.3.bb    | 34 +----------
 .../gstreamer/gstreamer1.0-plugins-bad_git.bb      | 20 -------
 .../gstreamer/gstreamer1.0-plugins-good.inc        |  4 +-
 meta/recipes-multimedia/libtiff/tiff_4.0.6.bb      |  3 +-
 meta/recipes-support/boost/boost-1.61.0.inc        |  4 +-
 ...txt-libical.pc.in-fix-iculibs-remove-full.patch | 44 ++++++++++++++
 meta/recipes-support/libical/libical_2.0.0.bb      | 10 +---
 meta/recipes-support/libpcre/libpcre_8.39.bb       |  2 +
 scripts/runqemu                                    |  7 ++-
 67 files changed, 558 insertions(+), 282 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/0001-locale-fix-hard-coded-reference-to-gcc-E.patch
 create mode 100644 meta/recipes-devtools/python/python-smartpm/channels-rpm_sys-use-md5sum-instead-of-mtime-as-the-.patch
 create mode 100644 meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-perl-is-not-found-or-its-version.patch
 create mode 100644 meta/recipes-graphics/drm/libdrm/0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch
 create mode 100644 meta/recipes-graphics/piglit/piglit/0001-cmake-Link-test-utils-with-ldl.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0009-glimagesink-Downrank-to-marginal.patch
 create mode 100644 meta/recipes-support/libical/libical/0001-CMakeLists.txt-libical.pc.in-fix-iculibs-remove-full.patch

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


More information about the Openembedded-commits mailing list