[oe-commits] [openembedded-core] branch master updated (3dc1376 -> d1d5504)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 22 11:35:47 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 3dc1376  Revert "file: update SRCREV for 5.30 to fix fetch fail on missing commit"
     add 17c2b1c  image_types: increase filesystem size for BTRFS
     add cf66a18  runqemu: output network configuration
     add d4d7ed4  qemurunner: get network params from runqemu output
     add 2032d9b  qemurunner: configure guest networking
     add 716e052  bitbake.conf: add sudo to HOSTTOOLS_NONFATAL
     add a361bab  meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)
     add 0fa3d33  selftest/devtool: Add test to verify "modify virtual/kernel"
     add 3691fd7  feature-arm-thumb.inc: fix ARM_THUMB_SUFFIX for armv8
     add f16723f  busybox: ignore the largefile distro feature ( always enable LFS )
     add f246f82  devtool/recipetill: npm install of devDependencies
     add 9377d16  classes/npm: allow installation of devDependencies
     add e744fac  useradd-staticids.bbclass: Support recipes specifying static IDs
     add 8e4b4e2  useradd-staticids.bbclass: Always fail/warn for missing IDs
     add 485315d  wic/partionedfs: Avoid reserving space for non-existing ext. partition
     add 2794b1c  glibc: Ensure ldconfig is packaged into glibc
     add 333e959  util-linux: Fix packaging with "usrmerge"
     add 2c84649  attr/acl: Do not create broken static library link when not needed
     add 4604688  systemd: Do not add libnss_* to systemd package
     add ebf5cc1  util-linux: Make sure '${base_bindir}/reset' is part of util-linux-reset package.
     add 07d6d0f  util-linux,shadow: Make 'nologin' alternative command
     add 22f5ba7  kernel: use ${nonarch_base_libdir} for kernel modules installation.
     add eebf002  firmware: use ${nonarch_base_libdir} for firmware installation.
     add 3a571f2  mktemp: Move installed files only when needed
     add 8be0740  net-tools: Place package content as per bitbake environment.
     add d0f99c7  lttng-modules: Replace '/lib' with ${nonarch_base_libdir}
     add 9e01148  mdadm: Avoid using hardocded sbin path
     add 61135e4  lsb: Make use of appropriate bitbake variables.
     add 74f4dcf  ltp: Fix __sighandler_t for mips
     add cd2ed7f  kernel-fitimage: dtb sections named by their filenames and one config section for each dtb
     add a678f54  image_types_wic.bbclass: tighten dependency to help do_rm_work_all
     add b3de5d5  rm_work.bbclass: re-enable recursive do_rm_work_all
     add 233d36b  meta/lib/oeqa: change sdk test from cvs to cpio
     add cca2ccb  bitbake.conf: remove vi from HOSTTOOLS list
     add 4eb3c70  oe-selftest: tinfoil: add tests for recently enabled datastore operations
     add 1830403  devtool: tidy up handling of parse failures
     add 9e99897  python-3.3-multilib.patch: Fixes getpath on multilib configurations
     add fb9fdd7  gen-lockedsig-cache: catch os.link error
     add 8341ee4  e2fsprogs: Fix wrong error code after optimization
     add 95ac3d0  wic: partition.py: Add fsck to avoid corrupt EXT file systems
     add 6750ea8  image-buildinfo.bbclass: configurable location for build file
     add 0525475  gpgme: Avoid requiring a host C++ compiler with C++11 support
     add 1a6555d  package.bbclass: Add PRIVATE_LIBS to list of package specific variables
     add a6af5bb  insane: remove broken unsafe-references-in-binaries test
     add 4f5f552  oeqa/selftest: remove test_sanity_unsafe_binary_references
     add c8da8ce  openssl: Fix build with clang
     add e236013  acpitests: Point Makefile CC to use OE synthesized CC
     add c46faa1  go-native: Install bootstrap binaries with 1.4 suffix
     add 60c9b06  scriptutils: Add support for specify stream on logger_create
     add 95ad04f  scripts/yocto-compat-layer.py: Dump log to stdout instead of stderr
     add f91ccde  scripts/yocto-compat-layer.py: Make output log argument optional
     add cde30d7  scripts/compatlayer: Add exclude of meta-world-pkgdata on get_signatures
     add aa30853  libcomps: Fix/optimize building with clang
     add 23a12d8  ovmf: fix toolchain selection
     add d8e59d1  buildhistory.bbclass: add layer name to source recipe data
     add 576c648  scripts/lib/compatlayer: Remove require of meta- in layer dir name
     add f2f6f0c  scripts/yocto-compat-layer.py: Add option to disable layer autodiscovery
     add 1e7cf9b  scripts/yocto-compat-layer.py: Handle layer dependencies when test
     add c722569  selftest: wictestdisk: machine agnostic WKS for use with selftest
     add 071785b  selftest: wic: replace directdisk with wictestdisk where possible
     add ff46125  wic: selftest: avoid COMPATIBLE_HOST issues
     add d3e1d25  wic: selftest: do not assume bzImage kernel image
     add 84c2184  wic: selftest: add tests for --fixed-size partition flags
     add 964e8b8  externalsrc: Use git add -A for compatibility with all git versions
     add 8386707  oeqa/selftest/devtool: Enable missing cleanup
     add d1d5504  sstate: Ensure installation directory is empty before execution

No new revisions were added by this update.

Summary of changes:
 meta-selftest/wic/wictestdisk.wks                  |   7 +
 meta/classes/archiver.bbclass                      |   2 +-
 meta/classes/buildhistory.bbclass                  |   4 +
 meta/classes/externalsrc.bbclass                   |   2 +-
 meta/classes/image-buildinfo.bbclass               |   5 +-
 meta/classes/image_types.bbclass                   |  11 +-
 meta/classes/image_types_wic.bbclass               |   2 +-
 meta/classes/insane.bbclass                        |  42 ----
 meta/classes/kernel-fitimage.bbclass               |  28 ++-
 meta/classes/kernel-module-split.bbclass           |   2 +-
 meta/classes/kernel.bbclass                        |  14 +-
 meta/classes/module.bbclass                        |   2 +-
 meta/classes/npm.bbclass                           |  13 +-
 meta/classes/package.bbclass                       |   6 +-
 meta/classes/rm_work.bbclass                       |  11 +-
 meta/classes/sstate.bbclass                        |   5 +
 meta/classes/testimage.bbclass                     |   6 +-
 meta/classes/useradd-staticids.bbclass             |   8 +-
 meta/classes/utility-tasks.bbclass                 |   2 +-
 meta/conf/bitbake.conf                             |   4 +-
 .../conf/machine/include/arm/feature-arm-thumb.inc |  17 +-
 meta/lib/oe/patch.py                               |   2 +-
 .../runtime/cases/{buildcvs.py => buildcpio.py}    |   8 +-
 .../oeqa/sdk/cases/{buildcvs.py => buildcpio.py}   |   8 +-
 meta/lib/oeqa/selftest/buildoptions.py             |  19 --
 meta/lib/oeqa/selftest/devtool.py                  |  87 ++++++-
 meta/lib/oeqa/selftest/tinfoil.py                  |  35 +++
 meta/lib/oeqa/selftest/wic.py                      | 171 +++++++++++---
 meta/lib/oeqa/utils/qemurunner.py                  |  49 ++--
 ...build-with-clang-using-external-assembler.patch |  49 ++++
 .../recipes-connectivity/openssl/openssl_1.0.2k.bb |   5 +-
 meta/recipes-core/busybox/busybox.inc              |   4 +-
 meta/recipes-core/busybox/busybox/defconfig        |   2 +-
 meta/recipes-core/glibc/glibc-package.inc          |   2 +-
 ...s-Force-tools-variables-to-host-toolchain.patch |  48 ----
 meta/recipes-core/ovmf/ovmf_git.bb                 |  68 ++++--
 meta/recipes-core/systemd/systemd_232.bb           |   1 -
 meta/recipes-core/util-linux/util-linux.inc        |  13 +-
 ...-with-exit-status-0-if-no-errors-were-fix.patch | 255 +++++++++++++++++++++
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb |   1 +
 meta/recipes-devtools/go/go-native.inc             |  12 +-
 ...-Make-__comps_objmrtree_all-static-inline.patch |  35 +++
 meta/recipes-devtools/libcomps/libcomps_git.bb     |   1 +
 .../python/python3/python-3.3-multilib.patch       |  17 +-
 meta/recipes-extended/acpica/acpitests_20140828.bb |   2 +-
 meta/recipes-extended/lsb/lsb_4.1.bb               |  40 ++--
 ...n.h-Use-sighandler_t-instead-of-__sighand.patch |  31 +--
 meta/recipes-extended/mdadm/mdadm_4.0.bb           |   4 +-
 meta/recipes-extended/mktemp/mktemp_1.7.bb         |   8 +-
 .../net-tools/net-tools_1.60-26.bb                 |  11 +
 meta/recipes-extended/pam/libpam_1.3.0.bb          |   2 +-
 meta/recipes-extended/shadow/shadow.inc            |   3 +-
 .../linux-firmware/linux-firmware_git.bb           | 168 +++++++-------
 meta/recipes-kernel/lttng/lttng-modules_2.9.1.bb   |   4 +-
 meta/recipes-multimedia/alsa/alsa-plugins_1.1.1.bb |   2 +-
 meta/recipes-support/attr/ea-acl.inc               |   2 +
 ...gure-option-to-enable-disable-static-libr.patch |  70 ++++++
 meta/recipes-support/gpgme/gpgme_1.8.0.bb          |   6 +-
 scripts/gen-lockedsig-cache                        |   6 +-
 scripts/lib/compatlayer/__init__.py                |  62 ++++-
 scripts/lib/devtool/__init__.py                    |  11 +-
 scripts/lib/devtool/standard.py                    |   3 +
 scripts/lib/recipetool/create.py                   |   6 +
 scripts/lib/recipetool/create_npm.py               |  23 +-
 scripts/lib/scriptutils.py                         |   4 +-
 scripts/lib/wic/partition.py                       |   3 +
 scripts/lib/wic/plugins/imager/direct.py           |   8 +-
 scripts/runqemu                                    |   4 +-
 scripts/yocto-compat-layer.py                      |  44 ++--
 69 files changed, 1179 insertions(+), 433 deletions(-)
 create mode 100644 meta-selftest/wic/wictestdisk.wks
 rename meta/lib/oeqa/runtime/cases/{buildcvs.py => buildcpio.py} (83%)
 rename meta/lib/oeqa/sdk/cases/{buildcvs.py => buildcpio.py} (80%)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/0001-Fix-build-with-clang-using-external-assembler.patch
 delete mode 100644 meta/recipes-core/ovmf/ovmf/0001-BaseTools-Force-tools-variables-to-host-toolchain.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-e2fsck-exit-with-exit-status-0-if-no-errors-were-fix.patch
 create mode 100644 meta/recipes-devtools/libcomps/libcomps/0001-Make-__comps_objmrtree_all-static-inline.patch
 create mode 100644 meta/recipes-support/attr/files/0001-Added-configure-option-to-enable-disable-static-libr.patch

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


More information about the Openembedded-commits mailing list