[oe-commits] [openembedded-core] branch master updated (9ab20ce -> b51383e)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 14 09:20:40 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 9ab20ce  oeqa/core/loader: Use full and small module name on filtering
     new b756fd1  allarch: Append to vardepsexclude, not overwrite
     new 6e24b4b  insane: Don't depend on OVERRIDES
     new 3787908  utils: Exclude OVERRIDES from hashes in multilib functions
     new f68ec71  sstatetests: Use higher parallelism value
     new b227781  bitbake.conf: Don't exclude MACHINE/MACHINEOVERRIDES from hashes
     new 868cb63  mtools-native: disable reading host configs
     new c19f78a  filemap: fix skip logic
     new cc44e2e  filemap: add parameter 'length' to sparse_copy
     new eec6e94  bootimg-pcbios: make boot image file unique
     new 8db6f74  wic: add wic_init_parser_ls
     new 5152f99  wic: add help and usage content for 'wic ls'
     new ba46134  wic: add 'wic ls' command
     new 61667fa  engine: implement listing wic images
     new 3b271f6  selftest: add new test case test_wic_ls
     new df5152c  wic: add wic_init_parser_cp
     new f3f0dad  wic: add help and usage content for 'wic cp'
     new f0dcf39  wic: add 'wic cp' command
     new 4c1ded3  wic: add Disk._prop helper
     new 05badb6  wic: add mcopy property
     new 08e2f4e  filemap: change signature of sparse_copy function
     new 289b176  filemap: check if dest is written for every block
     new e6d709a  filemap: calculate dst size correctly
     new 7a7e663  wic: add Disk._put_part_image method
     new 416e459  wic: fully implement 'wic cp'
     new cb416d1  selftest: add test_wic_cp test case
     new 234b20a  wic: add wic_init_parser_rm
     new b689453  wic: add help and usage content for 'wic rm'
     new f8e42c1  wic: add 'wic rm' command
     new 4abf2d2  wic: implement removing files
     new a5fc61d  wic: implement removing directories
     new fc42914  selftest: add test_wic_rm test case
     new 12abcc3  gcc-cross-canadian: Use ${target_includedir} for compatibility with meta-micro
     new 4759408  bash: changes to support merged /usr
     new 1f6c149  busybox: changes to support merged /usr
     new 4f33950  sed: changes to support merged /usr
     new b51383e  uboot-config: check UBOOT_CONFIG variable, not flags, for error conditions

The 36 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/allarch.bbclass                       |   4 +-
 meta/classes/insane.bbclass                        |   1 +
 meta/classes/uboot-config.bbclass                  |  11 +-
 meta/classes/utils.bbclass                         |   2 +
 meta/conf/bitbake.conf                             |   2 -
 meta/lib/oeqa/selftest/cases/sstatetests.py        |   4 +-
 meta/lib/oeqa/selftest/cases/wic.py                |  96 ++++++++++-
 meta/recipes-core/busybox/busybox.inc              |   2 +
 meta/recipes-devtools/gcc/gcc-cross-canadian.inc   |   4 +-
 .../mtools/mtools/disable-hardcoded-configs.patch  |  23 +++
 meta/recipes-devtools/mtools/mtools_4.0.18.bb      |   1 +
 meta/recipes-extended/bash/bash.inc                |   2 +
 meta/recipes-extended/sed/sed_4.2.2.bb             |   1 +
 scripts/lib/wic/engine.py                          | 152 ++++++++++++++++-
 scripts/lib/wic/filemap.py                         |  50 +++++-
 scripts/lib/wic/help.py                            | 184 +++++++++++++++++++++
 scripts/lib/wic/plugins/imager/direct.py           |   2 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |   2 +-
 scripts/wic                                        |  89 ++++++++++
 19 files changed, 603 insertions(+), 29 deletions(-)
 create mode 100644 meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch

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


More information about the Openembedded-commits mailing list