[oe-commits] [openembedded-core] branch master-next updated (c95a5a0 -> c38f32a)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 27 21:09:47 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.

 discard c95a5a0  oeqa/selftest: don't use cleanall in selftests
 discard 2c018c2  ifupdown: Fix initscript
 discard fbb07cd  oeqa: allow persistent image writes in runqemu()
 discard 30d1017  oeqa: allow customizing image used by runqemu()
 discard 829ab85  oeqa: allow extending qemuparams="..."
 discard 5eef8dd  rpm: change PROVIDES rpm-build to RPROVIDES
 discard 04db366  u-boot: Update to 2017.03 release
     add de2ee88  rpm: change PROVIDES rpm-build to RPROVIDES
     add 4e6bf6e  ifupdown: Fix initscript
     add 9c948d3  oeqa/selftest: don't use cleanall in selftests
     new 8365473  oeqa: allow extending qemuparams="..."
     new 72ebf8b  oeqa: allow customizing image used by runqemu()
     new 98a2592  oeqa: allow persistent image writes in runqemu()
     new 9698821  oeqa/core/loader.py: Do not import underscore modules by default
     new adf77b8  eudev: restore userspace firmware loading support
     new 602d11d  boost: build context and coroutine on ARM
     new 3dfd26b  boost: enable more libraries
     new 092041b  devtool: open kconfig fragment in binary mode
     new 49cc20b  insane.bbclass: error if file-rdeps not met
     new 600e8df  python3: do not hardcode "lib" into site-packages search path
     new 47d61a2  dnf: move the entire dnf/rpm4 stack to Python 3
     new d335aab  oeqa: tolerate interrupted select() while waiting for qemu
     new c38f32a  oeqa: QEMU_USE_KVM can list machines

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c95a5a0)
            \
             N -- N -- N   refs/heads/master-next (c38f32a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 13 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              |   7 +-
 ...ommon_2017.03.inc => u-boot-common_2017.01.inc} |   2 +-
 ...utils_2017.03.bb => u-boot-fw-utils_2017.01.bb} |   0
 ...kimage_2017.03.bb => u-boot-mkimage_2017.01.bb} |   0
 .../{u-boot_2017.03.bb => u-boot_2017.01.bb}       |   0
 ...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 +-
 meta/recipes-support/boost/boost.inc               |  16 +-
 scripts/lib/devtool/standard.py                    |   2 +-
 32 files changed, 964 insertions(+), 379 deletions(-)
 rename meta/recipes-bsp/u-boot/{u-boot-common_2017.03.inc => u-boot-common_2017.01.inc} (86%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.03.bb => u-boot-fw-utils_2017.01.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.03.bb => u-boot-mkimage_2017.01.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2017.03.bb => u-boot_2017.01.bb} (100%)
 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