[oe-commits] [openembedded-core] branch master-next updated (1adf054 -> be95bdf)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:36:35 UTC 2016


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

  discards  1adf054   Revert "prelink: Move to latest version of prelink"
  discards  365597c   Revert "Revert "local.conf.sample: Disable prelink by default""
  discards  0e9796e   Revert "local.conf.sample: Disable prelink by default"
  discards  d8ab425   prelink: Move to latest version of prelink
  discards  7d9b420   devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration builds
      adds  c999b3d   security_flags.inc: enable PIE for a few recipes
      adds  ea24d69   cross-canadian.bbclass: Add BASECANADIANEXTRAOS to specify main extraos
      adds  e88d9e5   initramfs-live-boot: Make sure we kill udev before switching root when live booting
      adds  c0efbcb   dropbear/init: Allow extra arguments for key generation
      adds  36f1105   u-boot.inc: Enable out-of-tree builds
      adds  40e2d36   initrdscripts/init-install*: Add rootwait when installing to USB devices
      adds  9d7c32a   e2fsprogs: Fix missing check for permission denied.
      adds  9e97ff5   tiff: Security fix CVE-2015-8781
      adds  36097da   tiff: Security fix CVE-2015-8784
      adds  3d818fc   tiff: Security fix CVE-2016-3186
      adds  4a167cf   tiff: Security fix CVE-2016-5321
      adds  4ad1220   tiff: Security fix CVE-2016-5323
      adds  eaa0dc2   sanity.bbclass: Only verify /bin/sh link if it's a link
      adds  4b4d803   init-install*: only pick root mmc devices
      adds  ecff74a   systemd: fix typo in avoid-using-system-auth.patch
      adds  6ae6680   ccache.bbclass: don't remove CCACHE_DIR as part of do_clean
      adds  5a1efa9   oe-buildenv-internal: hint at specifying bitbake path in error message
      adds  d65a6ee   gen-lockedsig-cache: ensure symlinks are dereferenced
      adds  7bc9525   classes/populate_sdk_ext: ensure eSDK can build without uninative enabled
      adds  9f39dee   classes/populate_sdk_ext: handle lack of uninative when filtering sstate
      adds  71ecd3b   classes/populate_sdk_ext: sstate filtering fixes
      adds  2b5b920   lib/oe/copy_buildsystem: fix merging sstate directories for eSDK
      adds  8fb8adf   classes/populate_sdk_ext: properly handle buildtools install failure
      adds  d5a601d   classes/populate_sdk_ext: properly determine buildtools filename
      adds  1d3e874   toolchain-shar-extract.sh: add option to list contents
      adds  6e6999a   classes/populate_sdk_ext: add some pre-install checks
      adds  80dfaf4   classes/populate_sdk_ext: drop duplicated error message
      adds  c0b8e1f   xinput-calibrator: remove bash dependency
      adds  97d2ba2   perl-native: backport libnm link fix
      adds  1d42b95   sqlite3: update 3.13.0 -> 3.14.0
      adds  8c55625   iproute2: update 4.6.0 -> 4.7.0
      adds  769fae0   npm: npm.bbclass now adds nodejs to RDEPENDS
      adds  9f9240d   init-install*: /etc/mtab make a link rather than a copy
      adds  e7d8426   Use PYTHON_SITEPACKAGES_DIR insted of hard-coded *site-packages*
      adds  62157e2   curl: upgrade to 7.50.1
      adds  25deaf1   ffmpeg: Pas CC and CXX to configure
      adds  6e3ff00   libtasn1: Backport compiler warning fixes
      adds  e28b604   libpng: update 1.6.23 -> 1.6.24
      adds  38f9d79   python-3.5-manifest: Add some missing RDEPENDS
      adds  c91898b   graph-tool: update to new networkx API, be iterative
      adds  51caecc   gmp: Fix wrong detection of -march flag
      adds  3637e5c   python3-gitdb: Fixes zlib missing dependency
      adds  9d232fa   python3-git: Fixes dependencies, avoiding to install python3-misc
      adds  979cae7   man-pages: upgrade to 4.07
      adds  4ae0ebf   gnupg: upgrade to 2.1.14
      adds  10abc04   ncurses: upgrade to 6.0+20160625
      adds  0575e8c   python3.5-manifest: Fixes several dependencies on the newest python3
      adds  26d7e50   oeqa/runtime/syslog.py: Improve test_syslog_logger on systemd
      adds  bb1cbb8   lib/oeqa/selftest/bbtests: don't report expected failures
      adds  a6c9e51   buildperf: Add support for times without decimal part
      adds  56e455c   oeqa.buildperf: rename module containing basic tests
      adds  b0b4342   oeqa.buildperf: derive BuildPerfTestCase class from unitest.TestCase
      adds  b281c4a   oeqa.buildperf: add BuildPerfTestLoader class
      adds  89eb37e   oeqa.buildperf: add BuildPerfTestResult class
      adds  4e81967   oeqa.buildperf: convert test cases to unittest
      adds  249d99c   oe-build-perf-test: use new unittest based framework
      adds  09590ac   oeqa.buildperf: introduce runCmd2()
      adds  36f58b5   oe-build-perf-test: suppress logger output when tests are being run
      adds  9ce6e20   oe-build-perf-test: set-up file logging as early as possible
      adds  d28eeea   oe-build-perf-test: simplify stderr log format
      adds  240f6e7   oeqa.buildperf: be more verbose about failed commands
      adds  c86bf80   oeqa.buildperf: use oe.path.remove()
       new  b27aed7   devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration builds
       new  db604a2   prelink: Move to latest version of prelink
       new  1e9f095   Revert "local.conf.sample: Disable prelink by default"
       new  f2a7611   Revert "Revert "local.conf.sample: Disable prelink by default""
       new  be95bdf   Revert "prelink: Move to latest version of prelink"

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   (1adf054)
            \
             N -- N -- N   refs/heads/master-next (be95bdf)

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 "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 5 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/ccache.bbclass                        |   2 -
 meta/classes/cross-canadian.bbclass                |  22 +-
 meta/classes/npm.bbclass                           |   1 +
 meta/classes/populate_sdk_ext.bbclass              | 114 +++++++--
 meta/classes/sanity.bbclass                        |   9 +-
 meta/conf/distro/include/security_flags.inc        |  11 -
 meta/files/ext-sdk-prepare.py                      |   2 +-
 meta/files/toolchain-shar-extract.sh               |  25 +-
 meta/lib/oe/copy_buildsystem.py                    |  20 +-
 meta/lib/oeqa/buildperf/__init__.py                |  10 +-
 meta/lib/oeqa/buildperf/base.py                    | 266 +++++++++++----------
 .../buildperf/{basic_tests.py => test_basic.py}    |  55 ++---
 meta/lib/oeqa/runtime/syslog.py                    |   7 +-
 meta/lib/oeqa/selftest/bbtests.py                  |   1 +
 meta/recipes-bsp/u-boot/u-boot.inc                 |  35 +--
 .../{iproute2_4.6.0.bb => iproute2_4.7.0.bb}       |   4 +-
 meta/recipes-core/dropbear/dropbear/init           |   4 +-
 .../initrdscripts/files/init-install-efi.sh        |  18 +-
 .../initrdscripts/files/init-install.sh            |  17 +-
 meta/recipes-core/initrdscripts/files/init-live.sh |   4 +-
 ...ses_6.0+20160319.bb => ncurses_6.0+20160625.bb} |   2 +-
 ...0015-systemd-user-avoid-using-system-auth.patch |   2 +-
 .../bootchart2/bootchart2_0.14.8.bb                |   2 +-
 ...s-fix-missing-check-for-permission-denied.patch |  32 +++
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb  |   2 +
 meta/recipes-devtools/perl/perl-native_5.22.1.bb   |   1 +
 .../perl/perl/perl-remove-nm-from-libswanted.patch |  30 +++
 .../python/python-3.5-manifest.inc                 |  32 ++-
 meta/recipes-devtools/python/python-setuptools.inc |   2 +-
 .../python/python-setuptools_22.0.5.bb             |   2 +-
 meta/recipes-devtools/python/python-smartpm_git.bb |  36 +--
 meta/recipes-devtools/python/python3-git_2.0.7.bb  |   2 +-
 .../recipes-devtools/python/python3-gitdb_0.6.4.bb |   2 +-
 meta/recipes-devtools/python/python3-pip_8.1.2.bb  |   8 +-
 .../python/python3-setuptools_22.0.5.bb            |   2 +-
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |  18 +-
 .../{man-pages_4.06.bb => man-pages_4.07.bb}       |   4 +-
 .../add-geometry-input-when-calibrating.patch      |  31 +--
 .../xinput-calibrator/xinput-calibrator_git.bb     |   2 +-
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |  10 +-
 meta/recipes-kernel/perf/perf.bb                   |   2 +-
 meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb     |   2 +
 .../libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb}  |  10 +-
 .../libtiff/files/CVE-2015-8781.patch              | 195 +++++++++++++++
 .../libtiff/files/CVE-2015-8784.patch              |  73 ++++++
 .../libtiff/files/CVE-2016-3186.patch              |  24 ++
 .../libtiff/files/CVE-2016-5321.patch              |  49 ++++
 .../libtiff/files/CVE-2016-5323.patch              | 107 +++++++++
 meta/recipes-multimedia/libtiff/tiff_4.0.6.bb      |   5 +
 .../curl/{curl_7.50.0.bb => curl_7.50.1.bb}        |   4 +-
 ...re.ac-Believe-the-cflags-from-environment.patch |  52 ++++
 meta/recipes-support/gmp/gmp_6.1.1.bb              |   1 +
 .../gnupg/{gnupg_2.1.12.bb => gnupg_2.1.14.bb}     |   4 +-
 ...configure-don-t-add-Werror-to-build-flags.patch |  28 +++
 .../0002-ASN.y-corrected-compiler-warning.patch    |  28 +++
 ...corrected-potential-null-pointer-derefere.patch |  73 ++++++
 .../0004-tools-eliminated-compiler-warnings.patch  |  56 +++++
 meta/recipes-support/gnutls/libtasn1_4.9.bb        |   4 +
 .../{sqlite3_3.13.0.bb => sqlite3_3.14.0.bb}       |   4 +-
 scripts/contrib/graph-tool                         |  13 +-
 scripts/contrib/python/generate-manifest-3.5.py    |  23 +-
 scripts/gen-lockedsig-cache                        |   7 +-
 scripts/oe-build-perf-test                         |  50 +++-
 scripts/oe-buildenv-internal                       |   2 +-
 64 files changed, 1302 insertions(+), 363 deletions(-)
 rename meta/lib/oeqa/buildperf/{basic_tests.py => test_basic.py} (77%)
 rename meta/recipes-connectivity/iproute2/{iproute2_4.6.0.bb => iproute2_4.7.0.bb} (71%)
 rename meta/recipes-core/ncurses/{ncurses_6.0+20160319.bb => ncurses_6.0+20160625.bb} (84%)
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch
 create mode 100644 meta/recipes-devtools/perl/perl/perl-remove-nm-from-libswanted.patch
 rename meta/recipes-extended/man-pages/{man-pages_4.06.bb => man-pages_4.07.bb} (86%)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb} (59%)
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2015-8781.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2015-8784.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3186.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-5321.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-5323.patch
 rename meta/recipes-support/curl/{curl_7.50.0.bb => curl_7.50.1.bb} (94%)
 create mode 100644 meta/recipes-support/gmp/gmp-6.1.1/0001-confiure.ac-Believe-the-cflags-from-environment.patch
 rename meta/recipes-support/gnupg/{gnupg_2.1.12.bb => gnupg_2.1.14.bb} (90%)
 create mode 100644 meta/recipes-support/gnutls/libtasn1/0001-configure-don-t-add-Werror-to-build-flags.patch
 create mode 100644 meta/recipes-support/gnutls/libtasn1/0002-ASN.y-corrected-compiler-warning.patch
 create mode 100644 meta/recipes-support/gnutls/libtasn1/0003-parser_aux-corrected-potential-null-pointer-derefere.patch
 create mode 100644 meta/recipes-support/gnutls/libtasn1/0004-tools-eliminated-compiler-warnings.patch
 rename meta/recipes-support/sqlite/{sqlite3_3.13.0.bb => sqlite3_3.14.0.bb} (58%)

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


More information about the Openembedded-commits mailing list