[oe-commits] [openembedded-core] branch master-next updated (49772e1 -> 9152960)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 31 11:14:44 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 49772e1  distutils3.bbclass: Fix path to python for scripts
     new c0e0b37  perl-native: Bring build dependencies inline with target perl package
     new cffc3a8  openssl: add a "openssl10" PROVIDES
     new ee7c195  oeqa/runtime/cases: Migrate underscore cases
     new 4a44a76  volatile-binds: correct some errors reported by systemd
     new d6fea65  wic-tools: add btrfs-tools squashfs-tools to DEPENDS
     new 95ec9e6  oe-selftest: add wic test case test_fs_types
     new 44e9406  filemap: remove FilemapSeek class
     new 36779a9  oe-selftest: add kickstart_parser test case
     new 9a47075  wic: remove fsimage plugin
     new 9674bbd  wic: use wic-tools STAGING_DATADIR as bootimg_dir
     new 9749336  wic: remove runner.show API
     new 1e45a4f  wic: remove unused code from runner module
     new 4da2526  oe-selftest: add test_image_bootpart_globbed test for wic
     new cf06e67  oe-selftest: fix incorrect fstype
     new 21af89a  wic: allow only supported fstypes
     new ebb8fb5  wic: don't silently skip unknown fstypes
     new f06c507  wic: support 'msdos' fstype
     new b6243a0  wic: set FAT 16 for msdos partitions
     new 230452f  wic: set correct system id for msdos partitions
     new ab7f2a7  wic: fix list of supported fstypes in help content
     new 044dd14  oe-selftest: test creation of msdos partition
     new 9152960  wic: remove prepare_empty_partition_squashfs

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/lib/oeqa/runtime/cases/_ptest.py              | 130 ++++-----
 meta/lib/oeqa/runtime/cases/_qemutiny.py           |  11 +-
 meta/lib/oeqa/selftest/wic.py                      |  41 +++
 meta/recipes-connectivity/openssl/openssl.inc      |   2 +
 meta/recipes-core/meta/wic-tools.bb                |   6 +-
 meta/recipes-core/volatile-binds/volatile-binds.bb |   9 +
 meta/recipes-devtools/perl/perl-native_5.24.1.bb   |   4 +
 scripts/lib/wic/filemap.py                         | 309 ++++-----------------
 scripts/lib/wic/help.py                            |   2 +
 scripts/lib/wic/ksparser.py                        |   4 +-
 scripts/lib/wic/partition.py                       | 112 +++-----
 scripts/lib/wic/plugins/imager/direct.py           |  15 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |  48 ++--
 scripts/lib/wic/plugins/source/fsimage.py          |  56 ----
 scripts/lib/wic/utils/misc.py                      |  14 +-
 scripts/lib/wic/utils/runner.py                    |  74 +----
 16 files changed, 250 insertions(+), 587 deletions(-)
 delete mode 100644 scripts/lib/wic/plugins/source/fsimage.py

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


More information about the Openembedded-commits mailing list