[oe-commits] [openembedded-core] branch master-next updated (cb1b3c9 -> 0c66d7a)

git at git.openembedded.org git at git.openembedded.org
Mon Jun 12 10:26:17 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 cb1b3c9  selftest: add test_wic_rm test case
 discard dc8265e  wic: implement removing directories
 discard ed45365  wic: implement removing files
 discard 05efe2a  wic: add 'wic rm' command
 discard d6f04d1  wic: add help and usage content for 'wic rm'
 discard 55e8521  wic: add wic_init_parser_rm
 discard 60e5a82  selftest: add test_wic_cp test case
 discard 91f46e3  wic: fully implement 'wic cp'
 discard 77b0a3a  wic: add Disk._put_part_image method
 discard eec2f37  filemap: calculate dst size correctly
 discard acb4a05  filemap: check if dest is written for every block
 discard e9b8d9c  filemap: change signature of sparse_copy function
 discard c5ca7da  wic: add mcopy property
 discard 719b21a  wic: add Disk._prop helper
 discard a4a247c  wic: add 'wic cp' command
 discard b08fe39  wic: add help and usage content for 'wic cp'
 discard ec6fdeb  wic: add wic_init_parser_cp
 discard 2540500  selftest: add new test case test_wic_ls
 discard 7af4515  engine: implement listing wic images
 discard 0d53202  wic: add 'wic ls' command
 discard 4feb6d1  wic: add help and usage content for 'wic ls'
 discard da9af3b  wic: add wic_init_parser_ls
 discard 4cf2953  bootimg-pcbios: make boot image file unique
 discard 6c81479  filemap: add parameter 'length' to sparse_copy
 discard 0ccdb61  filemap: fix skip logic
 discard 0a74ab7  mesa.inc: enable texture float for gallium
 discard 3106e4f  utils.py: helper function for optional include files
 discard 696042f  bitbake.conf: DISTRO_FEATURES as overrides
 discard 8440a0d  runqemu-export-rootfs: don't change RPC ports
 discard 804a6a1  testimage.bbclass: Correct the comment to state right dir for test cases
 discard b73abfb  rng-tools: Fix textrels on 32bit x86
 discard d73c552  gnutls: Upgrade to 3.5.13
 discard 75694bb  Enable parallel compilation for python3-numpy
     new 4cf77b4  gnutls: Upgrade to 3.5.13
     new 38a2f86  rng-tools: Fix textrels on 32bit x86
     new eb51fd9  testimage.bbclass: Correct the comment to state right dir for test cases
     new feeaaf5  runqemu-export-rootfs: don't change RPC ports
     new 58a08f6  bitbake.conf: DISTRO_FEATURES as overrides
     new 64e666a  utils.py: helper function for optional include files
     new d121a90  mesa.inc: enable texture float for gallium
     new 0c66d7a  native/nativesdk: Ensure DISTRO_FEATURES is determistic

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   (cb1b3c9)
            \
             N -- N -- N   refs/heads/master-next (0c66d7a)

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 8 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/native.bbclass                        |   2 +-
 meta/classes/nativesdk.bbclass                     |   2 +-
 meta/lib/oeqa/selftest/cases/wic.py                |  96 +----------
 .../python-numpy/python3-numpy_1.11.2.bb           |   2 -
 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 ----------
 10 files changed, 15 insertions(+), 566 deletions(-)

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


More information about the Openembedded-commits mailing list