[oe-commits] [openembedded-core] branch master updated (b247392 -> 662be65)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 15:49:06 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from b247392  Revert "relocate_sdk.py: remove hardcoded SDK path"
     new 1aa7471  selftest/wic: Improve error message for test_fixed_size
     new 394f7d4  selftest/wic: clean up runCmd error code handling
     new a740c63  package: Use subprocess to be consistent with the rest of the class
     new fd44b8b  license: Split image license functions to a separate class
     new b54cdae  license_image: Fix race
     new f2d32bd  selftest/bblayers: Place the test layer directory in builddir
     new 662be65  selftest/bbtests: Add test for bitbake execution outside the build directory

The 7 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/image.bbclass               |   1 -
 meta/classes/license.bbclass             | 284 +------------------------------
 meta/classes/license_image.bbclass       | 238 ++++++++++++++++++++++++++
 meta/classes/package.bbclass             |   8 +-
 meta/lib/oeqa/selftest/cases/bblayers.py |   2 +-
 meta/lib/oeqa/selftest/cases/bbtests.py  |  12 +-
 meta/lib/oeqa/selftest/cases/wic.py      | 194 +++++++++------------
 7 files changed, 337 insertions(+), 402 deletions(-)
 create mode 100644 meta/classes/license_image.bbclass

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


More information about the Openembedded-commits mailing list