[oe-commits] [openembedded-core] branch master-next updated (406819c -> cc0e0b0)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:51:44 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 406819c  staging: gracefully abort if two recipes conflict in the sysroot
 discard 7d6cc10  devtool: upgrade: check that user has configured git properly
 discard c909cb1  go-helloworld: Use the Golang examples repository
 discard 52ce011  go-dep: Add 0.3.0 release
 discard 3aff37b  go.bbclass: add GO_INSTALL_FILTEROUT variable
 discard 0658525  go.bbclass: add do_unpack function to handle common cases
 discard d6a37be  go.bbclass: separate ${S} and ${B}
 discard 92bf311  go.bbclass: Use an auxiliary variable to add the build dependencies
 discard a522e07  go.bbclass: exported function cleanup
 discard a8d761c  go.bbclass: Enable parallel build
 discard 93de098  go.bbclass: Use a global Go build flags
 discard 8141cb0  goarch.bbclass: Add support for ARMv5
 discard 064a2e6  goarch.bbclass: Replace logic for setting GOARM
 discard 5e765cc  go: Remove Go 1.6 and 1.7 releases
 discard 9852247  go.bbclass: Fix binary installation path detection
 discard 1664467  goarch.bbclass: Stop passing True as second argument of d.getVar
 discard 25d769a  linux-yocto: Make LINUX_VERSION_EXTENSION weaker
 discard a3324f4  qemu conf: Fix kernel module autoloading for uvesafb on genericx86
 discard 015cafc  scripts/buildhistory-diff: use of argparse instead of optparse
 discard 8cfd567  libfm: remove file which conflicts with libfm-extra
 discard 0b78f6e  subversion: fix CVE-2017-9800
 discard ca4c519  foomatic: Add HOMEPAGE info into recipe file.
 discard 391a2e2  diffutils: Add HOMEPAGE info into recipe file.
 discard da5d370  iputils: backport patch to fix arping hang problem
 discard a2d42e9  util-linux: Add HOMEPAGE info into recipe file.
 discard f427221  glibc: do the multilib_header magic also for bits/pthreadtypes-arch.h
 discard 60ab4b6  texinfo-dummy-native: port to Python 3
 discard b1db7a9  wic: run bmaptool with native Python3
 discard 14d0ddb  bmap-tools: switch to Python 3
 discard 27cb1d3  bmap-tools: upgrade to v3.4
 discard a13c69a  cve-check-tool: change BB_NO_NETWORK error to a warning
 discard a38e00b  bootchart2: update python interpreter
 discard 48c08ef  xdg-utils: Add HOMEPAGE info into recipe file.
 discard 0ed786c  python3-setuptools: extend to nativesdk
 discard 76ad28f  python3-pip: extend to nativesdk
 discard b356773  systemtap: Bump SRCREV for 4.12 Linux kernel support
 discard 01e83ba  glib-2.0: recommend shared-mime-info
 discard 684044c  shared-mime-info: enable nativesdk builds
 discard 6b947e6  wic: selftest: add test_wic_rm_ext test case
 discard 7d32466  wic: selftest: add test_wic_cp_ext test case
 discard 3810cb5  wic: selftest: add test_wic_ls_ext test case
 discard 091b8fe  wic: update help content
 discard e015cfa  wic: implement ext fs support for 'wic rm'
 discard 3674452  wic: implement ext fs support for 'wic cp'
 discard 2dc0289  wic: implement ext fs support for 'wic ls'
 discard e27b078  sysstat: Add ability to enable lm-sensors
 discard 4c55d76  psplash: Initialize psplash only if a framebuffer exists
 discard 8aee768  yocto-compat-layer.py: Fix trace when layers can't be processed
 discard ecebe63  kernel: Stop using update-alternatives
 discard 07135da  glibc: add ld.so locks in _libc_fork
 discard 4a500b6  package_[deb|ipk]: improve multiprocess logic when creating deb/ipk packages
 discard 08bf23d  package_deb, ipk: improve subprocess output on package manager command
 discard 6628ba3  devtool: status: Sort entries before printing
 discard d5b22f5  gtk-doc.bbclass: add all directories where .so files are found to library search path
 discard 3d2c011  insane.bbclass: write QA issues to log file only when they are in ERROR_QA or WARN_QA
 discard 8763e6c  rootfs: improve postinst intercept logging
 discard 5b9a9cf  oeqa: Replace "append +=" with normal "append =" in layerappend.py
 discard 2c57f8c  initramfs-framework: split setup-live and install-efi into separate recipes
 discard ae10acb  psplash: upgrade to latest git revision
 discard d229fa2  alsa-utils: Do not hardcode path to /lib/udev
 discard 1baa6d9  externalsrc.bbclass: Avoid symlink clashes for virtclasses
     add 0a43727  alsa-utils: Do not hardcode path to /lib/udev
     add 43b1475  psplash: upgrade to latest git revision
     add e4cc1a2  initramfs-framework: split setup-live and install-efi into separate recipes
     add 0fae16b  oeqa: Replace "append +=" with normal "append =" in layerappend.py
     add 87110e9  rootfs: improve postinst intercept logging
     add 35ab2c7  insane.bbclass: write QA issues to log file only when they are in ERROR_QA or WARN_QA
     add 40e8a15  gtk-doc.bbclass: add all directories where .so files are found to library search path
     add d0a123e  devtool: status: Sort entries before printing
     add 9ff023f  package_deb, ipk: improve subprocess output on package manager command
     add 11350a6  package_[deb|ipk]: improve multiprocess logic when creating deb/ipk packages
     add f2e586e  glibc: add ld.so locks in _libc_fork
     add 10a1b29  kernel: Stop using update-alternatives
     add 32c9b3d  yocto-compat-layer.py: Fix trace when layers can't be processed
     add 2348dda  psplash: Initialize psplash only if a framebuffer exists
     add ff9f629  sysstat: Add ability to enable lm-sensors
     add b591ba6  wic: implement ext fs support for 'wic ls'
     add 1a2bc70  wic: implement ext fs support for 'wic cp'
     add be530b7  wic: implement ext fs support for 'wic rm'
     add fcff05d  wic: update help content
     add 6ae3ff9  wic: selftest: add test_wic_ls_ext test case
     add 7970907  wic: selftest: add test_wic_cp_ext test case
     add 693b555  wic: selftest: add test_wic_rm_ext test case
     add 7d2d73b  shared-mime-info: enable nativesdk builds
     add 51e4f9c  glib-2.0: recommend shared-mime-info
     add 026403c  systemtap: Bump SRCREV for 4.12 Linux kernel support
     add 31f1e5f  python3-pip: extend to nativesdk
     add b9f0c54  python3-setuptools: extend to nativesdk
     add 1f8dae4  xdg-utils: Add HOMEPAGE info into recipe file.
     add 024caf6  bootchart2: update python interpreter
     add acc9994  cve-check-tool: change BB_NO_NETWORK error to a warning
     add fa36678  bmap-tools: upgrade to v3.4
     add 0d6130b  bmap-tools: switch to Python 3
     add 7fca44e  wic: run bmaptool with native Python3
     add 1585ed0  texinfo-dummy-native: port to Python 3
     add 3014099  glibc: do the multilib_header magic also for bits/pthreadtypes-arch.h
     add 56cf3a0  util-linux: Add HOMEPAGE info into recipe file.
     add 818d4a9  iputils: backport patch to fix arping hang problem
     add 1d0c86a  diffutils: Add HOMEPAGE info into recipe file.
     add 34cde8e  foomatic: Add HOMEPAGE info into recipe file.
     add 6e1f800  subversion: fix CVE-2017-9800
     add 1ca7d8d  libfm: remove file which conflicts with libfm-extra
     add e67b40c  scripts/buildhistory-diff: use of argparse instead of optparse
     add b6e72d0  linux-yocto: Make LINUX_VERSION_EXTENSION weaker
     add 1a5026d  goarch.bbclass: Stop passing True as second argument of d.getVar
     add 56ce355  go.bbclass: Fix binary installation path detection
     add 26abbf1  go: Remove Go 1.6 and 1.7 releases
     add 07b60c1  goarch.bbclass: Replace logic for setting GOARM
     add e242e7c  goarch.bbclass: Add support for ARMv5
     add d6b8e7e  go.bbclass: Use a global Go build flags
     add 7a40ea8  go.bbclass: Enable parallel build
     add 0369a99  go.bbclass: exported function cleanup
     add 4971362  go.bbclass: Use an auxiliary variable to add the build dependencies
     add c62a083  go.bbclass: separate ${S} and ${B}
     add efcf651  go.bbclass: add do_unpack function to handle common cases
     add 9819353  go.bbclass: add GO_INSTALL_FILTEROUT variable
     add 79e0401  go-dep: Add 0.3.0 release
     add 116d2ea  go-helloworld: Use the Golang examples repository
     add 802829f  devtool: upgrade: check that user has configured git properly
     add 2ebbeb6  staging: gracefully abort if two recipes conflict in the sysroot
     new 7cd8967  externalsrc.bbclass: Avoid symlink clashes for virtclasses
     new cc0e0b0  qemu conf: Fix kernel module autoloading for uvesafb on genericx86

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   (406819c)
            \
             N -- N -- N   refs/heads/master-next (cc0e0b0)

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 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:

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


More information about the Openembedded-commits mailing list