[oe-commits] [openembedded-core] branch master-next updated (21212c9 -> 3195cea)

git at git.openembedded.org git at git.openembedded.org
Sat Aug 11 21:51:08 UTC 2018


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

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

 discard 21212c9  xf86-video-intel: Fix for glibc
 discard 74b88f3  screen: Add virtual/crypt dependency
 discard b1d6dca  glibc: Add make-native depends
 discard 232261a  kernel-yocto.bbclass: Adds oe-local-files path (devtool) to include directives
 discard ef9c030  sysvinit: Fix build with glibc 2.28 + libxcrypt
 discard 1baac63  ppp, libpam: Add missing dep on virtual/crypt
 discard 39c6fe2  glibc: Disable crypt support in glibc
 discard afc8879  libxcrypt: Upgrade to 4.1.1
 discard e12cc5e  libxcrypt: Provide virtual/crypt for target and native as well
 discard 859941f  cross-localedef-native: Update to build with glibc 2.28
 discard 6a6b8d1  glibc: Upgrade to 2.28
 discard 318540b  base-files: fix handling of resize
 discard d4c11b9  busybox: move init related configs to init.cfg
 discard 31f79ab  libxml2: Fix CVE-2018-14404
 discard 197aa50  curl: support multilib installation of curl-config
 discard 12cc596  perf: fail if src path does not exist
 discard 142f972  multilib-script: Fix ALTERNATIVE_${PN} overwrite issue
 discard e6b1744  libjpeg-turbo: fix timezone of reproducible build timestamp
 discard a97b6aa  devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URI
 discard a9b4e04  masterimage: Check for rootfs path instead of file.
 discard c05f27f  testimage: target.start exceptions not masked.
 discard 9865e2d  testimage: Refactoring and fixing.
     new 342f1c3  devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URI
     new 3278071  libjpeg-turbo: fix timezone of reproducible build timestamp
     new 653bf10  multilib-script: Fix ALTERNATIVE_${PN} overwrite issue
     new 65690f8  perf: fail if src path does not exist
     new 80f3dd3  curl: support multilib installation of curl-config
     new b4a1cc1  libxml2: Fix CVE-2018-14404
     new ecf8470  busybox: move init related configs to init.cfg
     new cbeeecf  base-files: fix handling of resize
     new 784e397  glibc: Upgrade to 2.28
     new ac1a05d  cross-localedef-native: Update to build with glibc 2.28
     new f02f6b8  libxcrypt: Provide virtual/crypt for target and native as well
     new 2c29d63  libxcrypt: Upgrade to 4.1.1
     new 148fcd1  glibc: Disable crypt support in glibc
     new e206035  ppp, libpam: Add missing dep on virtual/crypt
     new 41e1d5d  sysvinit: Fix build with glibc 2.28 + libxcrypt
     new 45b2683  kernel-yocto.bbclass: Adds oe-local-files path (devtool) to include directives
     new 99bf899  glibc: Add make-native depends
     new 35e73c1  screen: Add virtual/crypt dependency
     new 3195cea  xf86-video-intel: Fix for glibc

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   (21212c9)
            \
             N -- N -- N   refs/heads/master-next (3195cea)

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.

The 19 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/testimage.bbclass                     |  54 +++++-----
 meta/lib/oeqa/controllers/masterimage.py           | 113 +++++++++++++++------
 meta/lib/oeqa/controllers/simpleremote.py          |  33 ------
 meta/lib/oeqa/core/target/__init__.py              |   4 -
 .../qemutarget.py => core/target/qemu.py}          |  30 ++----
 .../sshtarget.py => core/target/ssh.py}            |   9 +-
 meta/lib/oeqa/runtime/context.py                   |  32 +++++-
 meta/lib/oeqa/targetcontrol.py                     |  97 ++++++++++++------
 8 files changed, 213 insertions(+), 159 deletions(-)
 delete mode 100644 meta/lib/oeqa/controllers/simpleremote.py
 rename meta/lib/oeqa/{controllers/qemutarget.py => core/target/qemu.py} (58%)
 rename meta/lib/oeqa/{controllers/sshtarget.py => core/target/ssh.py} (98%)

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


More information about the Openembedded-commits mailing list