[oe-commits] [openembedded-core] branch master updated (d3d2d21 -> 059d475)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 15 11:20:06 UTC 2016


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

      from  d3d2d21   Revert "oeqa.runtime.smart: work around smart race issues"
      adds  a866a05   busybox: Avoid race building libbb
      adds  18efcbc   patchelf: Update to version 0.9
      adds  fd4f426   ptest-runner: allow building from externalsrc
      adds  8535784   create-pull-request: remove output directory
       new  06092ce   image.bbclass: add IMAGE_DEVICE_TABLE to rootfs[vardeps]
       new  a378b81   oe-selftest: check for coverage version before starting tests
       new  059d475   oeqa/utils/decorators: LogResults fix race condition in linkfile

The 3 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/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 ++
 15 files changed, 308 insertions(+), 101 deletions(-)
 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