[oe-commits] [openembedded-core] branch master updated (83c9405 -> b34e86b)

git at git.openembedded.org git at git.openembedded.org
Mon Jun 18 10:11:00 UTC 2018


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

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

    from 83c9405  alsa-tools: rewrite packaging
     new 5f1b912  gcc8: drop stray uClibc specific patch
     new 0080854  gcc-8: Fix spurious mcpu/march conflict for xscale
     new 05d2230  kernel-fitimage: Allow setting of DTB/DTBO relocation address
     new c0db977  kernel-fitimage: Add DTBO support for configurations
     new 604777a  sqlite3: Merge/simplify CFLAGS
     new 4e42ad4  rsync: merge rsync.inc into the rsync recipe
     new 5368bc5  populate_sdk_ext.bbclass: fix corebase identification
     new 70470df  openssh: add nativesdk support
     new 0f2c391  oeqa/runtime/cases/parselogs.py: extend common_errors list
     new 8063824  watchdog: remove the useless watchdog-conf.patch
     new 183c912  watchdog: disable systemd services by default
     new 41e4d72  watchdog: make init script start after syslog
     new a31f8dd  watchdog: fix init script for sysvinit
     new c90dff7  oeqa/runtime/cases/parselogs.py: ignore a message from watchdog
     new c017f55  dnf: default to disable systemd units
     new 7fd8bc4  meson: only use lists of commands in cross file if required
     new ce99653  Multilibize the UPDATERCPN variable
     new b9fb89f  default-versions.inc: use weak assignments to allow overwrite
     new f813ca7  runqemu-extract-sdk: support tar.xz format
     new 3827f1a  runqemu-extract-sdk: fix whitespace errors
     new 8b8eaac  Remove libdir specification from xorgproto .pc files
     new 3b5b832  Only add uninative and checksum if inherited uninative class
     new 6dc9857  acpid: upgrade to 2.0.29
     new c17869e  libinput: upgrade to 1.11.0
     new a0717d1  libsoup-2.4: upgrade to 2.62.2
     new ed376ab  cronie: upgrade to 1.5.2
     new 08a67f0  gtk-icon-utils-native: upgrade to 3.22.30
     new a9625b7  gtk+3: upgrade to 3.22.30
     new 6054ac4  vte: upgrade to 0.52.2
     new e1d16cd  mc: upgrade to 4.8.21
     new 4032fd3  bluez5: upgrade to 5.50
     new 7492537  xdg-utils: upgrade to 1.1.3
     new 2e23543  oeqa/runtime/cases/rpm.py: change to use base-passwd-doc
     new d283b0e  gstreamer: enable ptest support
     new 82e2deb  gstreamer1.0: upgrade 1.14.0 -> 1.14.1
     new aea86b8  gstreamer1.0-plugins-base: upgrade 1.14.0 -> 1.14.1
     new 308a5be  gstreamer1.0-plugins-good: upgrade 1.14.0 -> 1.14.1
     new 12ff23f  gstreamer1.0-plugins-bad: upgrade 1.14.0 -> 1.14.1
     new 23d2fbc  gstreamer1.0-plugins-ugly: upgrade 1.14.0 -> 1.14.1
     new 6f8330d  gstreamer1.0-vaapi: upgrade 1.14.0 -> 1.14.1
     new 77fe0ee  gstreamer1.0-libav: upgrade 1.14.0 -> 1.14.1
     new 8a57c84  gstreamer1.0-python: upgrade 1.14.0 -> 1.14.1
     new bfabe06  gstreamer1.0-omx: upgrade 1.14.0 -> 1.14.1
     new 62d0d19  gstreamer1.0-rtsp-server: upgrade 1.14.0 -> 1.14.1
     new c4cdfc0  gst-validate: upgrade 1.14.0 -> 1.14.1
     new 23dcf7e  opkg: avoid running postinst scripts twice when using systemd
     new 1af421f  run-postinsts: for dpkg/opkg, do not rely on /etc/*-postinsts
     new 4b571c5  rootfs.py: for dpkg/opkg, don't install postinsts if package management is present
     new e4cee78  gobject-introspection: relocate typelib repository for native builds
     new 3c36828  gcc-target.inc: configure gcc for armv7ve targets to default to armv7ve
     new cca3c08  gtk-immodules-cache.bbclass: convert cache creation to postinst_intercept mechanism
     new f324772  udev: only run qemu from postinst scripts if qemu usermode is supported
     new d10fd6a  qemuwrapper-cross: enable multilib and nativesdk variants of the script
     new 2f31eec  image.bbclass, populate_sdk_base.bbclass: make all variants of qemuwrapper-cross available in sysroots
     new a335e78  package_manager.py: rework postinst_intercept failures
     new 461c305  bitbake-layers/create: add LAYERSERIES_COMPAT
     new 02709d4  runqemu: add SIGTERM handler to make sure things are cleaned up
     new 322e41d  runqemu-ifdown: ensure to clean up TAP
     new 8803a6e  mesa: Update 18.0.2 -> 18.1.1
     new b34e86b  musl: Upgrade to latest

The 60 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/fontcache.bbclass                     |   2 +-
 meta/classes/gtk-immodules-cache.bbclass           |  70 ++-
 meta/classes/image.bbclass                         |   3 +-
 meta/classes/kernel-fitimage.bbclass               |  52 ++-
 meta/classes/meson.bbclass                         |  25 +-
 meta/classes/multilib.bbclass                      |   1 +
 meta/classes/pixbufcache.bbclass                   |   2 +-
 meta/classes/populate_sdk_base.bbclass             |   3 +-
 meta/classes/populate_sdk_ext.bbclass              |  15 +-
 meta/conf/distro/include/default-versions.inc      |   6 +-
 meta/lib/bblayers/create.py                        |   5 +-
 meta/lib/bblayers/templates/layer.conf             |   3 +
 meta/lib/oe/copy_buildsystem.py                    |   8 +-
 meta/lib/oe/package_manager.py                     |  19 +-
 meta/lib/oe/rootfs.py                              |   3 +
 meta/lib/oe/sdk.py                                 |  12 +-
 meta/lib/oeqa/runtime/cases/parselogs.py           |   2 +
 meta/lib/oeqa/runtime/cases/rpm.py                 |  26 +-
 .../acpid/{acpid_2.0.28.bb => acpid_2.0.29.bb}     |   4 +-
 ...-obexd-without-systemd-in-the-user-sessio.patch |  45 +-
 .../bluez5/{bluez5_5.49.bb => bluez5_5.50.bb}      |   4 +-
 meta/recipes-connectivity/openssh/openssh_7.7p1.bb |   6 +-
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 meta/recipes-core/systemd/systemd_237.bb           |  10 +-
 meta/recipes-core/udev/eudev_3.2.5.bb              |   8 +-
 meta/recipes-devtools/dnf/dnf_2.7.5.bb             |   1 +
 meta/recipes-devtools/gcc/gcc-8.1.inc              |   2 +-
 .../gcc/gcc-8.1/0002-c99-snprintf.patch            |  28 --
 ...et-86003-build-failures-with-with-cpu-xsc.patch |  61 +++
 meta/recipes-devtools/gcc/gcc-target.inc           |  11 +-
 .../opkg/opkg/opkg-configure.service               |  17 -
 meta/recipes-devtools/opkg/opkg_0.3.6.bb           |  14 -
 .../recipes-devtools/qemu/qemuwrapper-cross_1.0.bb |  40 +-
 meta/recipes-devtools/rsync/rsync.inc              |  20 -
 meta/recipes-devtools/rsync/rsync_3.1.3.bb         |  28 +-
 .../run-postinsts/run-postinsts/run-postinsts      |  21 +-
 .../run-postinsts/run-postinsts.service            |   1 -
 .../cronie/{cronie_1.5.1.bb => cronie_1.5.2.bb}    |   4 +-
 .../mc/{mc_4.8.20.bb => mc_4.8.21.bb}              |   4 +-
 .../watchdog/watchdog/watchdog-conf.patch          |  16 -
 .../watchdog/watchdog/watchdog-init.patch          |  56 ---
 .../watchdog/watchdog/watchdog.init                | 110 +++++
 meta/recipes-extended/watchdog/watchdog_5.15.bb    |  14 +-
 .../{xdg-utils_1.1.2.bb => xdg-utils_1.1.3.bb}     |   4 +-
 ...he-repository-directory-for-native-builds.patch |  64 +++
 .../gobject-introspection_1.56.1.bb                |   2 +
 .../gtk+/{gtk+3_3.22.29.bb => gtk+3_3.22.30.bb}    |   4 +-
 ...3.22.29.bb => gtk-icon-utils-native_3.22.30.bb} |   4 +-
 ...lkan.am-explictly-add-lib-expat-to-intel-.patch |  18 +-
 .../0001-Use-wayland-scanner-in-the-path.patch     |  34 --
 .../0002-Simplify-wayland-scanner-lookup.patch     |  38 ++
 ...0003-winsys-svga-drm-Include-sys-types.h.patch} |  12 +-
 ...dware-gloat.patch => 0004-hardware-gloat.patch} |  15 +-
 ...-LLVM-version-when-using-LLVM-Git-releas.patch} |  13 +-
 ...0006-Use-Python-3-to-execute-the-scripts.patch} |  12 +-
 .../0007-dri-i965-Add-missing-time.h-include.patch |  36 ++
 .../mesa/files/disable-asm-on-non-gcc.patch        |  29 --
 .../recipes-graphics/mesa/files/vulkan-mkdir.patch |  41 --
 .../mesa/{mesa-gl_18.0.2.bb => mesa-gl_18.1.1.bb}  |   0
 .../mesa/{mesa_18.0.2.bb => mesa_18.1.1.bb}        |  19 +-
 .../{libinput_1.9.4.bb => libinput_1.11.0.bb}      |   4 +-
 .../0001-Remove-libdir-specification.patch         | 468 +++++++++++++++++++++
 .../xorg-proto/xorgproto_2018.4.bb                 |   2 +
 .../files/add-a-target-to-compile-tests.patch      |  69 +++
 .../gstreamer/files}/run-ptest                     |   1 -
 ...x-template-paths-when-buildir-is-differen.patch |  41 --
 ...t-validate_1.14.0.bb => gst-validate_1.14.1.bb} |   5 +-
 ...ibav_1.14.0.bb => gstreamer1.0-libav_1.14.1.bb} |   4 +-
 ....0-omx_1.14.0.bb => gstreamer1.0-omx_1.14.1.bb} |   4 +-
 ....14.0.bb => gstreamer1.0-plugins-bad_1.14.1.bb} |   4 +-
 ...-up-GstVideo-1.0.gir-from-local-build-dir.patch |  42 --
 ...-prefix-calls-to-pkg-config-with-PKG_CONF.patch |  21 +-
 ...14.0.bb => gstreamer1.0-plugins-base_1.14.1.bb} |   5 +-
 ...14.0.bb => gstreamer1.0-plugins-good_1.14.1.bb} |   4 +-
 ...14.0.bb => gstreamer1.0-plugins-ugly_1.14.1.bb} |   4 +-
 ...hon_1.14.0.bb => gstreamer1.0-python_1.14.1.bb} |   4 +-
 ....14.0.bb => gstreamer1.0-rtsp-server_1.14.1.bb} |   4 +-
 ...aapi_1.14.0.bb => gstreamer1.0-vaapi_1.14.1.bb} |   4 +-
 ...treamer1.0_1.14.0.bb => gstreamer1.0_1.14.1.bb} |  30 +-
 ...libsoup-2.4_2.62.0.bb => libsoup-2.4_2.62.2.bb} |   4 +-
 meta/recipes-support/sqlite/sqlite3.inc            |   8 +-
 .../vte/{vte_0.52.0.bb => vte_0.52.2.bb}           |   4 +-
 scripts/postinst-intercepts/update_font_cache      |   3 +-
 .../postinst-intercepts/update_gio_module_cache    |   3 +-
 .../postinst-intercepts/update_gtk_immodules_cache |  16 +
 scripts/postinst-intercepts/update_pixbuf_cache    |   3 +-
 scripts/runqemu                                    |  23 +-
 scripts/runqemu-extract-sdk                        |  19 +-
 scripts/runqemu-ifdown                             |  10 +
 89 files changed, 1288 insertions(+), 654 deletions(-)
 rename meta/recipes-bsp/acpid/{acpid_2.0.28.bb => acpid_2.0.29.bb} (55%)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.49.bb => bluez5_5.50.bb} (91%)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0041-arm-PR-target-86003-build-failures-with-with-cpu-xsc.patch
 delete mode 100644 meta/recipes-devtools/opkg/opkg/opkg-configure.service
 delete mode 100644 meta/recipes-devtools/rsync/rsync.inc
 rename meta/recipes-extended/cronie/{cronie_1.5.1.bb => cronie_1.5.2.bb} (95%)
 rename meta/recipes-extended/mc/{mc_4.8.20.bb => mc_4.8.21.bb} (93%)
 delete mode 100644 meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch
 delete mode 100644 meta/recipes-extended/watchdog/watchdog/watchdog-init.patch
 create mode 100644 meta/recipes-extended/watchdog/watchdog/watchdog.init
 rename meta/recipes-extended/xdg-utils/{xdg-utils_1.1.2.bb => xdg-utils_1.1.3.bb} (89%)
 create mode 100644 meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.29.bb => gtk+3_3.22.30.bb} (83%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.29.bb => gtk-icon-utils-native_3.22.30.bb} (94%)
 delete mode 100644 meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0002-Simplify-wayland-scanner-lookup.patch
 rename meta/recipes-graphics/mesa/files/{0001-winsys-svga-drm-Include-sys-types.h.patch => 0003-winsys-svga-drm-Include-sys-types.h.patch} (80%)
 rename meta/recipes-graphics/mesa/files/{0002-hardware-gloat.patch => 0004-hardware-gloat.patch} (80%)
 rename meta/recipes-graphics/mesa/files/{llvm-config-version.patch => 0005-Properly-get-LLVM-version-when-using-LLVM-Git-releas.patch} (77%)
 rename meta/recipes-graphics/mesa/files/{Use-Python-3-to-execute-the-scripts.patch => 0006-Use-Python-3-to-execute-the-scripts.patch} (76%)
 create mode 100644 meta/recipes-graphics/mesa/files/0007-dri-i965-Add-missing-time.h-include.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/disable-asm-on-non-gcc.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/vulkan-mkdir.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_18.0.2.bb => mesa-gl_18.1.1.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_18.0.2.bb => mesa_18.1.1.bb} (53%)
 rename meta/recipes-graphics/wayland/{libinput_1.9.4.bb => libinput_1.11.0.bb} (86%)
 create mode 100644 meta/recipes-graphics/xorg-proto/xorgproto/0001-Remove-libdir-specification.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/files/add-a-target-to-compile-tests.patch
 copy meta/{recipes-core/libxml/libxml2 => recipes-multimedia/gstreamer/files}/run-ptest (51%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-validate/0001-validate-fix-template-paths-when-buildir-is-differen.patch
 rename meta/recipes-multimedia/gstreamer/{gst-validate_1.14.0.bb => gst-validate_1.14.1.bb} (80%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.14.0.bb => gstreamer1.0-libav_1.14.1.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.14.0.bb => gstreamer1.0-omx_1.14.1.bb} (93%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.14.0.bb => gstreamer1.0-plugins-bad_1.14.1.bb} (97%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-gl-pick-up-GstVideo-1.0.gir-from-local-build-dir.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.14.0.bb => gstreamer1.0-plugins-base_1.14.1.bb} (94%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.14.0.bb => gstreamer1.0-plugins-good_1.14.1.bb} (96%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.14.0.bb => gstreamer1.0-plugins-ugly_1.14.1.bb} (90%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.14.0.bb => gstreamer1.0-python_1.14.1.bb} (90%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.14.0.bb => gstreamer1.0-rtsp-server_1.14.1.bb} (89%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.14.0.bb => gstreamer1.0-vaapi_1.14.1.bb} (93%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.14.0.bb => gstreamer1.0_1.14.1.bb} (69%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.62.0.bb => libsoup-2.4_2.62.2.bb} (89%)
 rename meta/recipes-support/vte/{vte_0.52.0.bb => vte_0.52.2.bb} (91%)
 create mode 100644 scripts/postinst-intercepts/update_gtk_immodules_cache

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


More information about the Openembedded-commits mailing list