[oe-commits] [openembedded-core] branch master updated (7058ac2 -> a17f3ec)

git at git.openembedded.org git at git.openembedded.org
Sat Nov 11 12:15:17 UTC 2017


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

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

    from 7058ac2  testimage: Ensure full logs are shown for failures
     add efa064d  oeqa: Markup further tests for stdout/stderr buffering
     add d0a3379  oeqa/runner: Pass the value of buffer, don't force to True
     add be49f3d  perl: depend on db, not virtual/db
     add dcbc45a  db: don't provide virtual/db
     add 1c0507e  default-providers: remove virtual/db
     add 3546344  at-spi2-core: remove redundant intltool dependency
     add b2ca2d7  systemd: Fix build with musl/mips64
     add c3f0a70  musl: Update to 1.1.18
     add 5682271  gcc7/gcc6: Fix unaligned STRD issue on ARM
     add 9490673  recipetool: pass absolute source tree path to plugins
     add c2b3154  recipetool: ignore incidental kernel module source
     add 5e3fe00  lib/oe/recipeutils: fix find_layerdir() to return absolute paths
     add 44f4c97  lib/oe/recipeutils: fix line splitting in patch_recipe_*
     add 05e2c4a  devtool: upgrade: fix accidentally swapped parameters
     add c7f4c9f  devtool: upgrade: fix not committing deleted files with older git versions
     add 8b184f6  devtool: upgrade: improve performance and show progress when adding files
     add 30d2ea6  devtool: fix handling of oe-local-files when source is in a subdirectory
     add 92c4d9b  devtool: show some warnings for upgrade versions
     add 46683c6  devtool: make find-recipe and edit-recipe always work with any recipe
     add 9e88080  devtool: reset: print source tree base path
     add bfebd18  devtool: finish: ensure repository is clean before proceeding
     add ab1b8d5  devtool: finish: fix "layer not in bblayers.conf" warning when path specified
     add c914a5e  devtool: upgrade: handle recipes that use named SRC_URI checksums
     add b0bfa1b  recipetool: create: drop debug print
     add 284426d  devtool: stop always moving workspace to end of BBLAYERS
     add 7e84a77  recipetool: create: show a warning for github archive URLs
     add 9cf2089  devtool: upgrade: show messages before source extraction steps
     add d29881a  devtool: upgrade: automatically handle changes to source subdirectory
     add 2d11e9e  devtool: upgrade: reformat --no-patch warning message
     add 4621152  devtool: show a better error message if meta-files aren't found
     add db1d663  devtool: finish: improve reporting for removed files
     add 05f2d5d  devtool: finish: add dry-run option
     add aa87603  devtool: implement conditional patch handling
     add 77e79af  mesa: Upgrade to 17.2.4 release
     add e556b85  base.bbclass: increase indent in get_layers_branch_rev() and buildcfg_vars()
     add 74e4e82  libdrm: upgrade to 2.4.88
     add 80d3766  cmake: Upgrade to 3.9.5
     add aea6ce7  linux-firmware: Bump to bf04291 revision
     add d78a3cd  initramfs-live-install: Add aarch64 arch to COMPATIBLE_HOST.
     add 3937c9e  Revert "gcc: fix miscompilation on mips64"
     add cfa13e5  gcc: backport patch to fix miscompilation on mips64
     add f832f57  package_ipk.bbclass: handle only whitespace in PACKAGE_EXCLUDE
     add 77375b5  dhcp: use ${BPN} instead of ${PN} for user
     add a17f3ec  dhcp: fix build issue with libxml2 support

No new revisions were added by this update.

Summary of changes:
 meta/classes/base.bbclass                          |   4 +-
 meta/classes/devtool-source.bbclass                |  56 +++
 meta/classes/package_ipk.bbclass                   |   2 +-
 meta/conf/distro/include/default-providers.inc     |   2 -
 meta/lib/oe/recipeutils.py                         |  68 ++-
 meta/lib/oeqa/core/runner.py                       |   2 +-
 meta/lib/oeqa/selftest/cases/devtool.py            |   2 +
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |   2 +
 meta/recipes-connectivity/dhcp/dhcp.inc            |   2 +-
 ...correct-the-intention-for-xml2-lib-search.patch |  37 ++
 meta/recipes-connectivity/dhcp/dhcp_4.3.6.bb       |   1 +
 .../initramfs-live-install-efi_1.0.bb              |   2 +-
 .../initrdscripts/initramfs-live-install_1.0.bb    |   2 +-
 meta/recipes-core/musl/musl_git.bb                 |   4 +-
 .../0001-Use-uintmax_t-for-handling-rlim_t.patch   |  89 ++++
 meta/recipes-core/systemd/systemd_234.bb           |   1 +
 ...cmake-native_3.9.3.bb => cmake-native_3.9.5.bb} |   0
 meta/recipes-devtools/cmake/cmake.inc              |   4 +-
 .../cmake/{cmake_3.9.3.bb => cmake_3.9.5.bb}       |   0
 meta/recipes-devtools/gcc/gcc-6.4.inc              |   1 +
 ...5-suppress-32-bit-aligned-ldrd-strd-peeph.patch | 194 ++++++++
 meta/recipes-devtools/gcc/gcc-7.2.inc              |   3 +-
 .../gcc-7.2/0001-PR-rtl-optimization-81803.patch   |  52 +++
 ...5-suppress-32-bit-aligned-ldrd-strd-peeph.patch | 194 ++++++++
 .../fix-miscompilation-for-O1-on-mips64el.patch    |  35 --
 meta/recipes-devtools/perl/perl-native_5.24.1.bb   |   3 +-
 meta/recipes-devtools/perl/perl_5.24.1.bb          |   3 +-
 .../drm/{libdrm_2.4.83.bb => libdrm_2.4.88.bb}     |   4 +-
 ...1-ac-fix-build-after-LLVM-5.0-SVN-r300718.patch |  40 --
 ...allivm-Fix-build-against-LLVM-SVN-r302589.patch |  49 --
 .../mesa/{mesa-gl_17.1.7.bb => mesa-gl_17.2.4.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |   2 +-
 .../mesa/{mesa_17.1.7.bb => mesa_17.2.4.bb}        |   7 +-
 .../linux-firmware/linux-firmware_git.bb           |   4 +-
 meta/recipes-support/atk/at-spi2-core_2.26.0.bb    |   2 +-
 meta/recipes-support/db/db_5.3.28.bb               |  10 -
 scripts/devtool                                    |  21 +-
 scripts/lib/devtool/__init__.py                    |  30 ++
 scripts/lib/devtool/standard.py                    | 503 ++++++++++++++++-----
 scripts/lib/devtool/upgrade.py                     | 112 +++--
 scripts/lib/devtool/utilcmds.py                    |  26 +-
 scripts/lib/recipetool/create.py                   |  13 +-
 scripts/lib/recipetool/create_kmod.py              |   2 +-
 scripts/lib/recipetool/create_npm.py               |   1 -
 44 files changed, 1255 insertions(+), 336 deletions(-)
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/0012-dhcp-correct-the-intention-for-xml2-lib-search.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-Use-uintmax_t-for-handling-rlim_t.patch
 rename meta/recipes-devtools/cmake/{cmake-native_3.9.3.bb => cmake-native_3.9.5.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.9.3.bb => cmake_3.9.5.bb} (100%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/0057-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.2/0001-PR-rtl-optimization-81803.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.2/0051-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-7.2/fix-miscompilation-for-O1-on-mips64el.patch
 rename meta/recipes-graphics/drm/{libdrm_2.4.83.bb => libdrm_2.4.88.bb} (93%)
 delete mode 100644 meta/recipes-graphics/mesa/files/0001-ac-fix-build-after-LLVM-5.0-SVN-r300718.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0002-gallivm-Fix-build-against-LLVM-SVN-r302589.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_17.1.7.bb => mesa-gl_17.2.4.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.1.7.bb => mesa_17.2.4.bb} (78%)

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


More information about the Openembedded-commits mailing list