[oe-commits] [openembedded-core] branch master-next updated (8cee260 -> f25079a)

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 23:14:49 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 8cee260  selftest/devtool: Add test to verify "modify virtual/kernel"
 discard 098b41d  scripts/runqemu: Add always ttyS1 when no serial options are specified
 discard 844ca9c  wic: pluginbase: use global dictionary
 discard 12bd428  wic: move PluginMgr class to pluginbase
 discard da50c4d  wic: plugin: cache results in get_plugins
 discard 7dfbc23  wic: remove PluginMgr.get_plugin_methods
 discard 48c95f8  wic: throw exception if required API is not implemented
 discard 224091f  wic: pluginbase: use python 3 metaclass syntax
 discard 2618568  wic: reimplement PluginMgr.get_plugins
 discard 151c7cd  wic: reimplement PluginMgr.get_plugin_methods
 discard 5c31e53  wic: remove PluginMgr.get_source_plugins
 discard cbddb41  wic: use PluginMgr directly
 discard b75e166  wic: move WicError to lib/wic/__init__.py
 discard 396b850  wic: raise WicError instead of ImageError and CreatorError
 discard 1e0e8b1  wic: raise WicError in wic plugins
 discard cd7074d  wic: raise WicError in core modules
 discard b1a1ef2  wic: raise WicError in main module
 discard a07afe7  wic: move errors module
 discard 09b44fc  wic: remove msger module
 discard 33edf9d  wic: use wic logger in wic source plugins
 discard 475eb7b  wic: use wic logger in imager direct plugin
 discard dcff5f2  wic: use wic logger in core modules
 discard c36f218  wic: setup logging in the main wic module
 discard 3b8ada0  relocate_sdk.py: skip debug files from relocation
 discard 6cd398c  kernel, license, sstate, rootfs.py: Remove deploy directory README
 discard 5fcf087  gdk-pixbuf: Upgrade 2.36.1 -> 2.36.4
     new 1264d26  qemu: support virtual TPM
     new 020f7ea  acpica: move from meta-oe to OE-core
     new 8f2ace5  acpica: work around flex 2.6.2 code generation issue
     new c9d04f4  ovmf: move from meta-luv to OE-core
     new 582f1d9  ovmf: explicitly depend on nasm-native
     new cedda0e  ovmf: deploy firmware in image directory
     new b0677a0  ovmf_git.bb: enable parallel compilation
     new 80fee5a  ovmf_git.bb: enable Secure Boot
     new b1caa1a  runqemu: fix undefined variable reference in check_arg_path()
     new 318c876  runqemu: also accept -image suffix for rootfs parameter
     new 18cfa4c  runqemu: support UEFI with OVMF firmware
     new ead206a  ovmf: build image which enrolls standard keys
     new dc2f179  ovmf: remove BGRT patch
     new 212e4e6  kernel, license, sstate, rootfs.py: Remove deploy directory README
     new 979e002  acpica: fix compilation with musl
     new f25079a  ovmf: increase path length limit

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   (8cee260)
            \
             N -- N -- N   refs/heads/master-next (f25079a)

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 16 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/lib/oeqa/selftest/devtool.py                  |   85 --
 meta/recipes-core/ovmf/ovmf-shell-image.bb         |   17 +
 ...s-Force-tools-variables-to-host-toolchain.patch |   48 +
 ...0002-ovmf-update-path-to-native-BaseTools.patch |   32 +
 ...makefile-adjust-to-build-in-under-bitbake.patch |   39 +
 ...ollDefaultKeys-application-for-enrolling-.patch | 1124 ++++++++++++++++++++
 meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks   |    4 +
 meta/recipes-core/ovmf/ovmf_git.bb                 |  206 ++++
 .../0001-Provide-support-for-the-CUSE-TPM.patch    |  870 +++++++++++++++
 ...ondition-to-notify-waiters-of-completed-c.patch |   86 ++
 ...condition-in-TPM-backend-for-notification.patch |   79 ++
 ...support-for-VM-suspend-resume-for-TPM-TIS.patch |  719 +++++++++++++
 meta/recipes-devtools/qemu/qemu_2.8.0.bb           |    7 +
 meta/recipes-extended/acpica/acpica_20150515.bb    |   48 +
 .../acpica/acpitests/aapits-linux.patch            |  336 ++++++
 .../acpica/acpitests/aapits-makefile.patch         |   34 +
 meta/recipes-extended/acpica/acpitests_20140828.bb |   35 +
 .../files/manipulate-fds-instead-of-FILE.patch     |   71 ++
 meta/recipes-extended/acpica/files/no-werror.patch |   32 +
 .../files/rename-yy_scan_string-manually.patch     |   64 ++
 .../{gdk-pixbuf_2.36.4.bb => gdk-pixbuf_2.36.1.bb} |    4 +-
 scripts/lib/wic/__init__.py                        |   20 -
 scripts/lib/wic/engine.py                          |   34 +-
 scripts/lib/wic/help.py                            |   19 +-
 scripts/lib/wic/ksparser.py                        |    7 +-
 scripts/lib/wic/msger.py                           |  209 ++++
 scripts/lib/wic/partition.py                       |   95 +-
 scripts/lib/wic/plugin.py                          |  151 +++
 scripts/lib/wic/pluginbase.py                      |   71 +-
 scripts/lib/wic/plugins/imager/direct.py           |  100 +-
 scripts/lib/wic/plugins/source/bootimg-efi.py      |   52 +-
 .../lib/wic/plugins/source/bootimg-partition.py    |   25 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |   41 +-
 scripts/lib/wic/plugins/source/fsimage.py          |   14 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |   79 +-
 scripts/lib/wic/plugins/source/rawcopy.py          |   12 +-
 scripts/lib/wic/plugins/source/rootfs.py           |   21 +-
 .../lib/wic/plugins/source/rootfs_pcbios_ext.py    |   54 +-
 scripts/lib/wic/{__init__.py => utils/errors.py}   |    9 +
 scripts/lib/wic/utils/misc.py                      |   34 +-
 scripts/lib/wic/utils/runner.py                    |   12 +-
 scripts/relocate_sdk.py                            |    2 -
 scripts/runqemu                                    |   61 +-
 scripts/wic                                        |  104 +-
 44 files changed, 4622 insertions(+), 544 deletions(-)
 create mode 100644 meta/recipes-core/ovmf/ovmf-shell-image.bb
 create mode 100644 meta/recipes-core/ovmf/ovmf/0001-BaseTools-Force-tools-variables-to-host-toolchain.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/0002-ovmf-update-path-to-native-BaseTools.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/0003-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/0007-OvmfPkg-EnrollDefaultKeys-application-for-enrolling-.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks
 create mode 100644 meta/recipes-core/ovmf/ovmf_git.bb
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-Provide-support-for-the-CUSE-TPM.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0002-Introduce-condition-to-notify-waiters-of-completed-c.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0003-Introduce-condition-in-TPM-backend-for-notification.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0004-Add-support-for-VM-suspend-resume-for-TPM-TIS.patch
 create mode 100644 meta/recipes-extended/acpica/acpica_20150515.bb
 create mode 100644 meta/recipes-extended/acpica/acpitests/aapits-linux.patch
 create mode 100644 meta/recipes-extended/acpica/acpitests/aapits-makefile.patch
 create mode 100644 meta/recipes-extended/acpica/acpitests_20140828.bb
 create mode 100644 meta/recipes-extended/acpica/files/manipulate-fds-instead-of-FILE.patch
 create mode 100644 meta/recipes-extended/acpica/files/no-werror.patch
 create mode 100644 meta/recipes-extended/acpica/files/rename-yy_scan_string-manually.patch
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.36.4.bb => gdk-pixbuf_2.36.1.bb} (96%)
 create mode 100644 scripts/lib/wic/msger.py
 create mode 100644 scripts/lib/wic/plugin.py
 copy scripts/lib/wic/{__init__.py => utils/errors.py} (87%)

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


More information about the Openembedded-commits mailing list