[oe-commits] [openembedded-core] branch master-next updated (b096589 -> 3593729)

git at git.openembedded.org git at git.openembedded.org
Fri Nov 10 12:31:51 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.

    from b096589  oeqa/runner: Pass the value of buffer, don't force to True
     new ce5f4d5  perl: depend on db, not virtual/db
     new abd06a1  db: don't provide virtual/db
     new e25e9af  default-providers: remove virtual/db
     new 09c1655  at-spi2-core: remove redundant intltool dependency
     new db24c49  systemd: Fix build with musl/mips64
     new 7530569  musl: Update to 1.1.18
     new e7b832b  gcc7/gcc6: Fix unaligned STRD issue on ARM
     new eaaa893  recipetool: pass absolute source tree path to plugins
     new b39c849  recipetool: ignore incidental kernel module source
     new f69de52  lib/oe/recipeutils: fix find_layerdir() to return absolute paths
     new 278b534  lib/oe/recipeutils: fix line splitting in patch_recipe_*
     new 782e476  devtool: upgrade: fix accidentally swapped parameters
     new 36191f3  devtool: upgrade: fix not committing deleted files with older git versions
     new 64cfd76  devtool: upgrade: improve performance and show progress when adding files
     new 1721581  devtool: fix handling of oe-local-files when source is in a subdirectory
     new cb5a68c  devtool: show some warnings for upgrade versions
     new 6238c23  devtool: make find-recipe and edit-recipe always work with any recipe
     new f38cd4f  devtool: reset: print source tree base path
     new 94deaeb  devtool: finish: ensure repository is clean before proceeding
     new 5e22804  devtool: finish: fix "layer not in bblayers.conf" warning when path specified
     new 07cf49b  devtool: upgrade: handle recipes that use named SRC_URI checksums
     new 3cd00a1  recipetool: create: drop debug print
     new 2a3c554  devtool: stop always moving workspace to end of BBLAYERS
     new 308907f  recipetool: create: show a warning for github archive URLs
     new 9c3b0d9  devtool: upgrade: show messages before source extraction steps
     new b3720a5  devtool: upgrade: automatically handle changes to source subdirectory
     new af0368f  devtool: upgrade: reformat --no-patch warning message
     new 712553d  devtool: show a better error message if meta-files aren't found
     new c4c8262  devtool: finish: improve reporting for removed files
     new e1baaaf  devtool: finish: add dry-run option
     new 7812509  devtool: implement conditional patch handling
     new abce143  mesa: Upgrade to 17.2.4 release
     new 6836800  base.bbclass: increase indent in get_layers_branch_rev() and buildcfg_vars()
     new edce5ce  libdrm: upgrade to 2.4.88
     new 155196b  cmake: Upgrade to 3.9.5
     new ea528dc  linux-firmware: Bump to bf04291 revision
     new f40aedc  initramfs-live-install: Add aarch64 arch to COMPATIBLE_HOST.
     new b32bbb6  Revert "gcc: fix miscompilation on mips64"
     new e2af14f  gcc: backport patch to fix miscompilation on mips64
     new 437bf33  package_ipk.bbclass: handle only whitespace in PACKAGE_EXCLUDE
     new 28aa075  dhcp: use ${BPN} instead of ${PN} for user
     new 3593729  dhcp: fix build issue with libxml2 support

The 42 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/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/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 -
 41 files changed, 1250 insertions(+), 335 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