[oe-commits] [openembedded-core] branch master-next updated (6442665 -> 6073813)

git at git.openembedded.org git at git.openembedded.org
Tue Jun 13 11:58:58 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 6442665  bitbake.conf: Don't exclude MACHINE/MACHINEOVERRIDES from hashes
 discard 2b5cb81  sstatetests: Use higher parallelism value
 discard 3bf0e68  utils: Exclude OVERRIDES from hashes in multilib functions
 discard ba41c7c  insane: Don't depend on OVERRIDES
 discard 408e62f  allarch: Append to vardepsexclude, not overwrite
     new 4e527c5  allarch: Append to vardepsexclude, not overwrite
     new 25d8885  insane: Don't depend on OVERRIDES
     new e4d4f16  utils: Exclude OVERRIDES from hashes in multilib functions
     new 8516853  sstatetests: Use higher parallelism value
     new 9cff83a  bitbake.conf: Don't exclude MACHINE/MACHINEOVERRIDES from hashes
     new 5a9eb57  filemap: fix skip logic
     new 3ac43b5  filemap: add parameter 'length' to sparse_copy
     new dacb840  bootimg-pcbios: make boot image file unique
     new 4ceb9fd  wic: add wic_init_parser_ls
     new d4dd366  wic: add help and usage content for 'wic ls'
     new 9d519b5  wic: add 'wic ls' command
     new bd7f49c  engine: implement listing wic images
     new 621c20a  selftest: add new test case test_wic_ls
     new 2e88655  wic: add wic_init_parser_cp
     new e482c84  wic: add help and usage content for 'wic cp'
     new 54afa6c  wic: add 'wic cp' command
     new 0546c5b  wic: add Disk._prop helper
     new b72b9db  wic: add mcopy property
     new f266f32  filemap: change signature of sparse_copy function
     new cd00fc3  filemap: check if dest is written for every block
     new a1a5c8c  filemap: calculate dst size correctly
     new 1c5f74f  wic: add Disk._put_part_image method
     new 9f35483  wic: fully implement 'wic cp'
     new 643467d  selftest: add test_wic_cp test case
     new f9bb5dc  wic: add wic_init_parser_rm
     new fd2f25d  wic: add help and usage content for 'wic rm'
     new a959c72  wic: add 'wic rm' command
     new c858b7a  wic: implement removing files
     new a23165e  wic: implement removing directories
     new 7b02777  selftest: add test_wic_rm test case
     new 5396b64  gcc-cross-canadian: Use ${target_includedir} for compatibility with meta-micro
     new 75cb8cf  bash: changes to support merged /usr
     new 60b2786  busybox: changes to support merged /usr
     new d821075  sed: changes to support merged /usr
     new cf7c4e7  uboot-config: check UBOOT_CONFIG variable, not flags, for error conditions
     new 0714c14  util-linux: upgrade to 2.30
     new 6073813  mtools-native: disable reading host configs

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   (6442665)
            \
             N -- N -- N   refs/heads/master-next (6073813)

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 37 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/uboot-config.bbclass                  |  11 +-
 meta/lib/oeqa/selftest/cases/wic.py                |  96 ++++++++++-
 meta/recipes-core/busybox/busybox.inc              |   2 +
 .../util-linux/uuid-test-error-api.patch           |  99 -----------
 .../{util-linux_2.29.2.bb => util-linux_2.30.bb}   |   7 +-
 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 ++++++++++
 16 files changed, 599 insertions(+), 126 deletions(-)
 delete mode 100644 meta/recipes-core/util-linux/util-linux/uuid-test-error-api.patch
 rename meta/recipes-core/util-linux/{util-linux_2.29.2.bb => util-linux_2.30.bb} (80%)
 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