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

git at git.openembedded.org git at git.openembedded.org
Sat Apr 1 07:15:53 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 49772e1  distutils3.bbclass: Fix path to python for scripts
     add c0e0b37  perl-native: Bring build dependencies inline with target perl package
     add cffc3a8  openssl: add a "openssl10" PROVIDES
     add ee7c195  oeqa/runtime/cases: Migrate underscore cases
     add 4a44a76  volatile-binds: correct some errors reported by systemd
     add d6fea65  wic-tools: add btrfs-tools squashfs-tools to DEPENDS
     add 95ec9e6  oe-selftest: add wic test case test_fs_types
     add 44e9406  filemap: remove FilemapSeek class
     add 36779a9  oe-selftest: add kickstart_parser test case
     add 9a47075  wic: remove fsimage plugin
     add 9674bbd  wic: use wic-tools STAGING_DATADIR as bootimg_dir
     add 9749336  wic: remove runner.show API
     add 1e45a4f  wic: remove unused code from runner module
     add 4da2526  oe-selftest: add test_image_bootpart_globbed test for wic
     add cf06e67  oe-selftest: fix incorrect fstype
     add 21af89a  wic: allow only supported fstypes
     add ebb8fb5  wic: don't silently skip unknown fstypes
     add f06c507  wic: support 'msdos' fstype
     add b6243a0  wic: set FAT 16 for msdos partitions
     add 230452f  wic: set correct system id for msdos partitions
     add ab7f2a7  wic: fix list of supported fstypes in help content
     add 044dd14  oe-selftest: test creation of msdos partition
     add 9152960  wic: remove prepare_empty_partition_squashfs
     add be93e37  wic: partition: Update fsck parameters
     add 8413e26  kernel.bbclass: fix a typo
     add 396e9dc  systemd: make vconsole a PACKAGECONFIG option
     add 1271d50  oe-run-native: OLDPATH -> OLD_PATH
     add b77cf43  selftest/pkgdata: replace the glibc recipe allowing execution on non-poky distros
     add 2799eda  lsb: Avoid using double slashes in paths
     add b791f13  lsb: Create ${base_prefix}/lib64 correctly when needed
     add 474ef7c  base-files: resize only serial tty's in profile
     add e788fb2  kernel.bbclass: introduce INITRAMFS_IMAGE_NAME

No new revisions were added by this update.

Summary of changes:
 meta/classes/kernel-fitimage.bbclass               |  10 +-
 meta/classes/kernel.bbclass                        |  23 +-
 meta/lib/oeqa/runtime/cases/_ptest.py              | 130 ++++-----
 meta/lib/oeqa/runtime/cases/_qemutiny.py           |  11 +-
 meta/lib/oeqa/selftest/pkgdata.py                  |  28 +-
 meta/lib/oeqa/selftest/wic.py                      |  41 +++
 meta/recipes-connectivity/openssl/openssl.inc      |   2 +
 meta/recipes-core/base-files/base-files/profile    |   2 +-
 meta/recipes-core/meta/wic-tools.bb                |   6 +-
 meta/recipes-core/systemd/systemd_232.bb           |   3 +-
 meta/recipes-core/volatile-binds/volatile-binds.bb |   9 +
 meta/recipes-devtools/perl/perl-native_5.24.1.bb   |   4 +
 meta/recipes-extended/lsb/lsb_4.1.bb               |  59 ++--
 scripts/lib/wic/filemap.py                         | 309 ++++-----------------
 scripts/lib/wic/help.py                            |   2 +
 scripts/lib/wic/ksparser.py                        |   4 +-
 scripts/lib/wic/partition.py                       | 114 +++-----
 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 +----
 scripts/oe-run-native                              |   2 +-
 23 files changed, 315 insertions(+), 651 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