[oe-commits] [openembedded-core] branch master updated (9c948d3 -> d5421dd)

git at git.openembedded.org git at git.openembedded.org
Tue Mar 28 07:43:42 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 9c948d3  oeqa/selftest: don't use cleanall in selftests
     new 2c6eac7  oeqa/core/loader.py: Do not import underscore modules by default
     new d6b139e  eudev: restore userspace firmware loading support
     new 72bec63  devtool: open kconfig fragment in binary mode
     new 90bc7bf  insane.bbclass: error if file-rdeps not met
     new f60d261  python3: do not hardcode "lib" into site-packages search path
     new bedcdc4  dnf: move the entire dnf/rpm4 stack to Python 3
     new 44fe106  oeqa: tolerate interrupted select() while waiting for qemu
     new d5421dd  oeqa: QEMU_USE_KVM can list machines

The 8 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/insane.bbclass                        |   4 +-
 meta/classes/rootfs_rpm.bbclass                    |   4 +-
 meta/classes/testimage.bbclass                     |   4 +-
 meta/conf/distro/include/security_flags.inc        |   3 +-
 meta/lib/oeqa/core/loader.py                       |  34 +-
 meta/lib/oeqa/targetcontrol.py                     |   7 +-
 meta/lib/oeqa/utils/qemurunner.py                  |  10 +-
 meta/lib/oeqa/utils/qemutinyrunner.py              |   5 +-
 ...evert-rules-remove-firmware-loading-rules.patch |   6 +-
 ...remove-userspace-firmware-loading-suppor.patch} | 205 ++++----
 meta/recipes-core/udev/eudev_3.2.1.bb              |   2 +
 .../createrepo-c/createrepo-c_git.bb               |   4 +-
 .../dnf/dnf/0028-Use-backports.lzma-not-lzma.patch |  30 --
 .../dnf/0030-Run-python-scripts-using-env.patch    |   6 +-
 meta/recipes-devtools/dnf/dnf_git.bb               |  15 +-
 meta/recipes-devtools/libcomps/libcomps_git.bb     |   6 +-
 meta/recipes-devtools/libdnf/libdnf_git.bb         |  17 +-
 meta/recipes-devtools/librepo/librepo_git.bb       |   4 +-
 ...-not-add-include-and-library-directories-.patch |  32 --
 .../python-backports-lzma_git.bb                   |  21 -
 .../0001-Add-python-3-compatibility.patch          | 552 +++++++++++++++++++++
 ...hon-iniparse_0.4.bb => python3-iniparse_0.4.bb} |   8 +-
 ...ython-pygpgme_0.3.bb => python3-pygpgme_0.3.bb} |   6 +-
 .../python/python3/python-3.3-multilib.patch       | 290 ++++++-----
 ...N_ABI-when-searching-for-python-libraries.patch |  30 ++
 meta/recipes-devtools/rpm/rpm_git.bb               |  16 +-
 scripts/lib/devtool/standard.py                    |   2 +-
 27 files changed, 949 insertions(+), 374 deletions(-)
 copy meta/recipes-core/{systemd/systemd => udev/eudev}/0014-Revert-rules-remove-firmware-loading-rules.patch (83%)
 copy meta/recipes-core/{systemd/systemd/0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch => udev/eudev/Revert-udev-remove-userspace-firmware-loading-suppor.patch} (71%)
 delete mode 100644 meta/recipes-devtools/dnf/dnf/0028-Use-backports.lzma-not-lzma.patch
 delete mode 100644 meta/recipes-devtools/python-backports-lzma/python-backports-lzma/0001-setup.py-do-not-add-include-and-library-directories-.patch
 delete mode 100644 meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb
 create mode 100644 meta/recipes-devtools/python/python3-iniparse/0001-Add-python-3-compatibility.patch
 rename meta/recipes-devtools/python/{python-iniparse_0.4.bb => python3-iniparse_0.4.bb} (75%)
 rename meta/recipes-devtools/python/{python-pygpgme_0.3.bb => python3-pygpgme_0.3.bb} (86%)
 create mode 100644 meta/recipes-devtools/rpm/files/0001-Add-PYTHON_ABI-when-searching-for-python-libraries.patch

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


More information about the Openembedded-commits mailing list