[oe-commits] [openembedded-core] branch master-next updated (d1d5504 -> acbeaa3)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 22 15:08:04 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 d1d5504  sstate: Ensure installation directory is empty before execution
     new 6d16211  wic: remove rootfs_pcbios_ext plugin
     new 2457ea5  wic: don't set creator.bootimg_dir in plugins
     new 48a5d67  wic: use kernel_dir instead of bootimg_dir
     new 567186f  wic: fix bug in sparse_copy
     new afc486b  wic: use STAGING_DATADIR as a default for bootimg_dir
     new d58c8ef  wic: remove empty plugin methods
     new 79a935c  wic: improve getting syslinux path
     new db1f511  oe-selftest: test wic rawcopy plugin
     new a6dbe6e  selftest: pylinted wic test suite.
     new acbeaa3  oe-selftest: add test_rawcopy_plugin test case

The 10 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-selftest/wic/test_rawcopy_plugin.wks.in       |   6 +
 meta/lib/oeqa/selftest/wic.py                      |  84 +++++---
 scripts/lib/wic/filemap.py                         |   1 +
 scripts/lib/wic/plugins/source/bootimg-efi.py      |  16 +-
 .../lib/wic/plugins/source/bootimg-partition.py    |  32 +---
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |  53 ++---
 scripts/lib/wic/plugins/source/fsimage.py          |  19 --
 scripts/lib/wic/plugins/source/rawcopy.py          |  29 +--
 .../lib/wic/plugins/source/rootfs_pcbios_ext.py    | 213 ---------------------
 scripts/wic                                        |   3 +-
 10 files changed, 113 insertions(+), 343 deletions(-)
 create mode 100644 meta-selftest/wic/test_rawcopy_plugin.wks.in
 delete mode 100644 scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py

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


More information about the Openembedded-commits mailing list