[oe-commits] [openembedded-core] branch master-next updated (d3d2d21 -> ec1aeca)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 14 21:42:40 UTC 2016


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

      from  d3d2d21   Revert "oeqa.runtime.smart: work around smart race issues"
       new  a866a05   busybox: Avoid race building libbb
       new  18efcbc   patchelf: Update to version 0.9
       new  fd4f426   ptest-runner: allow building from externalsrc
       new  8535784   create-pull-request: remove output directory
       new  52aca48   meta: introduce a small baserunner framework
       new  4229bf2   meta: implement key baserunner features
       new  a45ff62   meta: use baserunner in oetest
       new  47a1992   meta: modify runexported script to inherit the features from baserunner
       new  6af4165   image.bbclass: add IMAGE_DEVICE_TABLE to rootfs[vardeps]
       new  90dd0f3   oe-selftest: check for coverage version before starting tests
       new  ec1aeca   oeqa/utils/decorators: LogResults fix race condition in linkfile

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/image.bbclass                         |   2 +-
 meta/classes/testexport.bbclass                    |   2 +
 meta/lib/base/baserunner.py                        | 111 +++++++++++++++++++++
 meta/lib/oeqa/oetest.py                            |  24 +++--
 meta/lib/oeqa/runexported.py                       |  12 ++-
 meta/lib/oeqa/utils/decorators.py                  |  14 +++
 .../busybox-kbuild-race-fix-commit-d8e61bb.patch   |  53 ++++++++++
 .../commit-applet_tables-fix-commit-0dddbc1.patch  |  61 +++++++++++
 .../busybox/busybox/makefile-libbb-race.patch      |  34 +++++++
 .../busybox/busybox/parallel-make-fix.patch        |  65 ------------
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   4 +-
 .../patchelf/Increase-maxSize-to-64MB.patch        |  46 +++++++++
 .../patchelf/Skip-empty-section-fixes-66.patch     |  30 ++++++
 .../patchelf/patchelf/handle-read-only-files.patch |  53 ++++++++++
 .../patchelf/patchelf/maxsize.patch                |  30 ------
 .../patchelf/{patchelf_0.8.bb => patchelf_0.9.bb}  |  10 +-
 .../ptest-runner/ptest-runner_2.0.bb               |   2 +-
 scripts/create-pull-request                        |   1 +
 scripts/oe-selftest                                |   4 +
 19 files changed, 446 insertions(+), 112 deletions(-)
 create mode 100755 meta/lib/base/baserunner.py
 create mode 100644 meta/recipes-core/busybox/busybox/busybox-kbuild-race-fix-commit-d8e61bb.patch
 create mode 100644 meta/recipes-core/busybox/busybox/commit-applet_tables-fix-commit-0dddbc1.patch
 create mode 100644 meta/recipes-core/busybox/busybox/makefile-libbb-race.patch
 delete mode 100644 meta/recipes-core/busybox/busybox/parallel-make-fix.patch
 create mode 100644 meta/recipes-devtools/patchelf/patchelf/Increase-maxSize-to-64MB.patch
 create mode 100644 meta/recipes-devtools/patchelf/patchelf/Skip-empty-section-fixes-66.patch
 create mode 100644 meta/recipes-devtools/patchelf/patchelf/handle-read-only-files.patch
 delete mode 100644 meta/recipes-devtools/patchelf/patchelf/maxsize.patch
 rename meta/recipes-devtools/patchelf/{patchelf_0.8.bb => patchelf_0.9.bb} (50%)

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


More information about the Openembedded-commits mailing list