[oe-commits] [openembedded-core] branch master-next updated (7e3b98b -> 55853e6)

git at git.openembedded.org git at git.openembedded.org
Thu Mar 16 16:06:20 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 7e3b98b  package.bbclass: Add SKIP_FILEDEPS to list of package specific variables
     new 7cc166f  rpm: add support for remote package feeds via PACKAGE_FEED_URIS variable
     new c3d80cd  lib/oe/package_manager: import rpm signing key to rpmdb
     new 3db08e0  selftest/signing.py: verify that images can be created from signed packages
     new f102862  dnf: add /usr/bin/dnf symlink that points to /usr/bin/dnf-2
     new 03e4de3  gdb: don't bundle bfd.info -- leave that to binutils.
     new 3d9b733  which: fix it so the manpage will respect alternatives
     new 7411db3  util-linux: use update-alternatives for more manpages
     new da4f1f7  net-tools: use update-alternatives for more manpages
     new 5b21e2b  sysklogd: use update-alternatives for more manpages
     new e157b1c  cmake: Backport fix to enable -Wformat-security
     new 8de3078  kexec-tools: Add patches to enable format-security
     new f72671c  selftest: wictestdisk: machine agnostic WKS for use with selftest
     new cb512a8  selftest: wic: replace directdisk with wictestdisk where possible
     new c8ad523  wic: selftest: avoid COMPATIBLE_HOST issues
     new 8759753  wic: selftest: do not assume bzImage kernel image
     new 5f2e7fa  wic: selftest: add tests for --fixed-size partition flags
     new 8116755  package_manager: fix "exlcude" vs. "exclude" typo
     new 0d66654  mesa: Contain configure search for llvm
     new 44a7597  mesa-gl: Drop MESA_CRYPTO from PACKAGECONFIG
     new a2622fe  go: Fix packaging for target go
     new 78304a9  binutils: Enable threading when gold is enabled and is not default linker
     new 55853e6  xserver-xf86-config: Remove X server module preload

The 22 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-selftest/wic/wictestdisk.wks                  |   7 +
 meta/conf/distro/include/security_flags.inc        |   2 -
 meta/lib/oe/package_manager.py                     |  28 +++-
 meta/lib/oeqa/runtime/cases/dnf.py                 |   2 +-
 meta/lib/oeqa/selftest/runtime-test.py             |   7 +
 meta/lib/oeqa/selftest/signing.py                  |   8 +
 meta/lib/oeqa/selftest/wic.py                      | 167 ++++++++++++++++-----
 meta/recipes-core/util-linux/util-linux.inc        |   4 +-
 meta/recipes-devtools/binutils/binutils.inc        |   2 +-
 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/gdb/gdb-common.inc           |   3 +-
 meta/recipes-devtools/go/go.inc                    |   8 +-
 .../net-tools/net-tools_1.60-26.bb                 |   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 +
 .../debianutils/debianutils_4.8.1.bb               |   3 +
 26 files changed, 407 insertions(+), 74 deletions(-)
 create mode 100644 meta-selftest/wic/wictestdisk.wks
 create mode 100644 meta/recipes-devtools/cmake/cmake/0001-KWIML-tests-Remove-format-security-from-flags.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

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


More information about the Openembedded-commits mailing list