[oe-commits] [openembedded-core] branch master updated (6b9dd7a -> b1ccab9)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 17 16:53:29 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 6b9dd7a  runqemu: add -h and --help
     add 614bde6  runqemu: only boot ramfs when specified
     add 4d9fb84  package.bbclass: Add SKIP_FILEDEPS to list of package specific variables
     add 3a9e2fd  rpm: add support for remote package feeds via PACKAGE_FEED_URIS variable
     add f30c165  lib/oe/package_manager: import rpm signing key to rpmdb
     add e53b931  selftest/signing.py: verify that images can be created from signed packages
     add 456c4a8  dnf: add /usr/bin/dnf symlink that points to /usr/bin/dnf-2
     add 19a825a  gdb: don't bundle bfd.info -- leave that to binutils.
     add ba30404  which: fix it so the manpage will respect alternatives
     add a65e69d  util-linux: use update-alternatives for more manpages
     add 412d6b3  net-tools: use update-alternatives for more manpages
     add d08cfe3  sysklogd: use update-alternatives for more manpages
     add b00f9c7  cmake: Backport fix to enable -Wformat-security
     add 33d084a  kexec-tools: Add patches to enable format-security
     add cee1bdc  package_manager: fix "exlcude" vs. "exclude" typo
     add df53927  mesa: Contain configure search for llvm
     add 7df24c8  mesa-gl: Drop MESA_CRYPTO from PACKAGECONFIG
     add 8f504a7  go: Fix packaging for target go
     add 759eed2  binutils: Enable threading when gold is enabled and is not default linker
     add 6ea72c6  xserver-xf86-config: Remove X server module preload
     add 2b1e9dd  musl: Update to latest
     add 5280060  webkitgtk: Fix build on aarch64
     add c796cd4  build-compare: add date to PV
     add adb71e0  file: update SRCREV for 5.30 to fix fetch fail on missing commit
     add d39b819  go: Remove mips32r2 from mips
     add 83dfb69  bitbake.conf: Add few more binaries to HOSTTOOLS_NONFATAL
     add 468f9c9  procps: fix ALTERNATIVE_PRIORITY to avoid conflict
     add 4bf84ed  gcc: move cc1 binary file to package cpp.
     add 7b3692f  toaster.bbclass: Correct parsing of installed-package-sizes.txt
     add 537a404  openssl: Disable make's -e flag without breaking ${AR}
     add 0cb3a4b  fs-perms.txt: Two cleanup tweaks for consistency.
     add 5b5a506  gcc-target.inc: create symlinks for gcov and gcov-tool
     add eed66e8  shadow: 'useradd' copies root's extended attributes
     add f346a9b  classes: Fix "U-boot", use proper spelling of "U-Boot".
     new a3dc93e  oe/path.py: fix for "Argument list too long"
     new 221403f  autogen-native: config/libopts.m4
     new c93b3b1  uninative.bbclass: split long command
     new 13cf0df  gettext: split recipe's description
     new 2815f81  u-boot-fw-utils: reuse the same override HOSTCC patch as u-boot-mkimage
     new fb7a5cd  ccache: Disable CCACHE_HASHDIR by default
     new b1ccab9  nativesdk-packagegroup-sdk-host.bb: add cmake

The 7 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-selftest/lib/oeqa/runtime/cases/selftest.py   | 42 ++++++++++++
 meta/classes/ccache.bbclass                        |  6 ++
 meta/classes/kernel-fitimage.bbclass               |  2 +-
 meta/classes/package.bbclass                       |  2 +-
 meta/classes/toaster.bbclass                       |  3 +-
 meta/classes/uboot-sign.bbclass                    |  2 +-
 meta/classes/uninative.bbclass                     | 11 ++-
 meta/conf/bitbake.conf                             |  3 +
 meta/conf/distro/include/security_flags.inc        |  2 -
 meta/files/fs-perms.txt                            |  5 +-
 meta/lib/oe/package_manager.py                     | 28 ++++++--
 meta/lib/oe/path.py                                | 10 +--
 meta/lib/oeqa/runtime/cases/dnf.py                 |  2 +-
 meta/lib/oeqa/selftest/runtime-test.py             |  7 ++
 meta/lib/oeqa/selftest/signing.py                  |  8 +++
 meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb |  4 +-
 meta/recipes-connectivity/openssl/openssl.inc      |  2 -
 meta/recipes-core/gettext/gettext_0.19.8.1.bb      |  5 +-
 meta/recipes-core/musl/musl_git.bb                 |  2 +-
 .../nativesdk-packagegroup-sdk-host.bb             |  1 +
 meta/recipes-core/util-linux/util-linux.inc        |  4 +-
 .../autogen/autogen-native_5.18.12.bb              |  1 +
 ...pts.m4-regenerate-it-from-config-libopts..patch | 39 +++++++++++
 meta/recipes-devtools/binutils/binutils.inc        |  2 +-
 .../build-compare/build-compare_git.bb             |  5 +-
 meta/recipes-devtools/cmake/cmake.inc              |  1 +
 ...L-tests-Remove-format-security-from-flags.patch | 33 +++++++++
 meta/recipes-devtools/dnf/dnf_git.bb               | 10 ++-
 meta/recipes-devtools/file/file_5.30.bb            |  2 +-
 meta/recipes-devtools/gcc/gcc-target.inc           |  5 +-
 meta/recipes-devtools/gdb/gdb-common.inc           |  3 +-
 meta/recipes-devtools/go/go.inc                    |  8 +--
 meta/recipes-devtools/go/go_1.8.bb                 |  1 +
 .../net-tools/net-tools_1.60-26.bb                 |  3 +-
 meta/recipes-extended/procps/procps_3.3.12.bb      |  1 +
 ...-useradd-copy-extended-attributes-of-home.patch | 47 +++++++++++++
 ...-create-parent-directories-when-necessary.patch | 10 ++-
 .../allow-for-setting-password-in-clear-text.patch |  8 +--
 meta/recipes-extended/shadow/shadow.inc            |  3 +-
 meta/recipes-extended/sysklogd/sysklogd.inc        |  3 +
 meta/recipes-extended/which/which_2.21.bb          |  3 +
 meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb       |  2 +-
 meta/recipes-graphics/mesa/mesa.inc                |  2 +-
 .../xserver-xf86-config/10-preload-modules.conf    | 10 ---
 .../xorg-xserver/xserver-xf86-config_0.1.bb        |  8 ---
 ...01-x86-x86_64-Fix-format-warning-with-die.patch | 78 ++++++++++++++++++++++
 .../0002-ppc-Fix-format-warning-with-die.patch     | 43 ++++++++++++
 meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb    |  2 +
 meta/recipes-sato/webkit/files/cross-compile.patch | 23 +++++++
 meta/recipes-sato/webkit/webkitgtk_2.14.5.bb       |  3 +
 .../debianutils/debianutils_4.8.1.bb               |  3 +
 scripts/runqemu                                    | 10 ++-
 52 files changed, 453 insertions(+), 70 deletions(-)
 create mode 100644 meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch
 create mode 100644 meta/recipes-devtools/cmake/cmake/0001-KWIML-tests-Remove-format-security-from-flags.patch
 create mode 100644 meta/recipes-extended/shadow/files/0001-useradd-copy-extended-attributes-of-home.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-x86-x86_64-Fix-format-warning-with-die.patch
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0002-ppc-Fix-format-warning-with-die.patch
 create mode 100644 meta/recipes-sato/webkit/files/cross-compile.patch

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


More information about the Openembedded-commits mailing list