[oe-commits] [openembedded-core] branch master updated (4aa43cd -> 2756841)

git at git.openembedded.org git at git.openembedded.org
Sat Apr 7 10:45:32 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 4aa43cd  layer.conf: Update LAYERSERIES rocko -> sumo
     add 7d90d2a  gcc-sanitizers: Update supported architectures
     add a2cbb5d  packagegroup-core-sdk: update sanitizer lists
     add 705eaea  curl: DEPENDS on libidn2 (not libidn)
     add 08ab022  Revert "systemtap: Cross compilation fix"
     add 7ccb077  image: add image-combined-dbg helper class
     add a22b814  systemtap: create translator packageconfig
     add 5aa93de  systemtap: support --sysroot option in variety of situations in cross build
     add 1cbbcf2  crosstap: replace script with new python based implementation
     add ca17a7b  hello-mod_0.1.bb: add RPROVIDES
     new 79703d8  perl: add patch to solve libcrypt incompatibility
     new 720249d  Revert "python3: fix create_manifest to handle pycache folders"
     new 2756841  devtool/oeqa: Ensure added layers set LAYERSERIES_COMPAT

The 3 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:
 .../recipes-kernel/hello-mod/hello-mod_0.1.bb      |   2 +
 meta/classes/image-combined-dbg.bbclass            |   9 +
 meta/lib/oeqa/utils/commands.py                    |   2 +-
 .../packagegroups/packagegroup-core-sdk.bb         |   3 -
 meta/recipes-devtools/gcc/gcc-sanitizers.inc       |  10 +-
 meta/recipes-devtools/perl/perl-native_5.24.1.bb   |   1 +
 .../perl/perl-5.26.1-guard_old_libcrypt_fix.patch  |  28 +
 meta/recipes-devtools/perl/perl_5.24.1.bb          |   1 +
 .../python/python3/create_manifest3.py             |   5 +-
 .../python/python3/python3-manifest.json           |  20 +-
 ...001-Added-a-couple-of-small-sysroot-fixes.patch |  42 ++
 ...g-sysroot-path-to-module-name-in-case-of-.patch |  61 +++
 ...sure-sysroot-paths-don-t-end-with-a-slash.patch | 128 +++++
 ...root-when-looking-for-the-System.map-file.patch |  29 +
 ...e_relocate-needs-target-file-path-not-hos.patch |  39 ++
 ...ookup-with-sysroot-case-do-not-remove-sys.patch |  42 ++
 ...-short-release-r-option-handling-follow-u.patch |  40 ++
 ...sroot-fix-short-release-r-option-handling.patch |  53 ++
 ...dle-symbolic-links-with-absolute-name-rel.patch | 117 ++++
 .../systemtap/systemtap/system_map_location.patch  |  23 -
 meta/recipes-kernel/systemtap/systemtap_git.bb     |  15 +-
 meta/recipes-kernel/systemtap/systemtap_git.inc    |  10 +-
 meta/recipes-support/curl/curl_7.58.0.bb           |   2 +-
 scripts/crosstap                                   | 586 ++++++++++++++++-----
 scripts/devtool                                    |   1 +
 25 files changed, 1082 insertions(+), 187 deletions(-)
 create mode 100644 meta/classes/image-combined-dbg.bbclass
 create mode 100644 meta/recipes-devtools/perl/perl/perl-5.26.1-guard_old_libcrypt_fix.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Added-a-couple-of-small-sysroot-fixes.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Delay-adding-sysroot-path-to-module-name-in-case-of-.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Make-sure-sysroot-paths-don-t-end-with-a-slash.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Use-sysroot-when-looking-for-the-System.map-file.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-_stp_umodule_relocate-needs-target-file-path-not-hos.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-debuginfo-lookup-with-sysroot-case-do-not-remove-sys.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-sysroot-fix-short-release-r-option-handling-follow-u.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-sysroot-fix-short-release-r-option-handling.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-sysroot-handle-symbolic-links-with-absolute-name-rel.patch
 delete mode 100644 meta/recipes-kernel/systemtap/systemtap/system_map_location.patch

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


More information about the Openembedded-commits mailing list