[oe-commits] [openembedded-core] branch sumo-next updated (75a62ed -> 35867ee)

git at git.openembedded.org git at git.openembedded.org
Wed Apr 18 17:57:31 UTC 2018


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

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

 discard 75a62ed  uninative: Add allow-shlib-undefined to BUILD_LDFLAGS and drop other workarounds
 discard 2a90ae7  bitbake.conf: Set and export TZ envvar to UTC
 discard 4b27ab6  yocto-uninative: Update to version 1.9 (fedora28 compatible)
     add 80286cb  systemtap: don't build under musl
     add 01658c4  packagegroup-core-tools-profile: include systemtap on MIPS and aarch64
     add 659d19f  oeqa/runtime/stap.py: add runtime test for systemtap
     add f7f26bd  testimage: run systemtap test on SDK images
     add 2718311  glibc: Set libc_cv_ssp_all to no as well
     add 199d8d5  man-db: add groff to RDEPENDS
     add 2d955bb  qemu_2.11.1.bb: support mingw build
     add 882ae0dc core-image-minimal-initramfs: use initramfs-framework for initialization
     add 11e4508  rootfs-postcommands.bbclass: improve binary reproducibility
     add b1600ec  run-postinsts: Replace pi_dir variable test
     add 5a324e9  package.bbclass: Add '-b' option to file call in isELF
     add 0685eb6  yocto-uninative: Update to version 1.9 (fedora28 compatible)
     add e31f31f  bitbake.conf: Set and export TZ envvar to UTC
     add d18bf7f  uninative: Add allow-shlib-undefined to BUILD_LDFLAGS and drop other workarounds
     add 35867ee  uninative: Set the dynamic linker to use at compile time

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   (75a62ed)
            \
             N -- N -- N   refs/heads/sumo-next (35867ee)

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.

No new revisions were added by this update.

Summary of changes:
 meta/classes/package.bbclass                       |  2 +-
 meta/classes/rootfs-postcommands.bbclass           | 25 +++++++++++-
 meta/classes/testimage.bbclass                     |  6 ++-
 meta/classes/uninative.bbclass                     |  5 ++-
 meta/lib/oe/package.py                             |  2 +-
 meta/lib/oeqa/runtime/cases/stap.py                | 33 ++++++++++++++++
 meta/lib/oeqa/runtime/files/hello.stp              |  1 +
 meta/recipes-core/glibc/glibc.inc                  |  1 +
 .../images/core-image-minimal-initramfs.bb         | 10 ++++-
 .../packagegroup-core-tools-profile.bb             |  2 -
 ...ardev-connect-socket-to-a-spawned-command.patch | 46 +++++++++++++++-------
 .../run-postinsts/run-postinsts/run-postinsts      |  2 +-
 .../run-postinsts/run-postinsts_1.0.bb             |  2 +-
 meta/recipes-extended/man-db/man-db_2.8.1.bb       |  1 +
 meta/recipes-kernel/systemtap/systemtap_git.inc    |  1 +
 15 files changed, 111 insertions(+), 28 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/cases/stap.py
 create mode 100644 meta/lib/oeqa/runtime/files/hello.stp

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


More information about the Openembedded-commits mailing list