[oe-commits] [openembedded-core] branch master-next updated (be95bdf -> 6280ccf)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 12:07:37 UTC 2016


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

  discards  be95bdf   Revert "prelink: Move to latest version of prelink"
  discards  f2a7611   Revert "Revert "local.conf.sample: Disable prelink by default""
       new  dbdb4d4   alsa-lib: 1.1.1 -> 1.1.2
       new  b064efc   alsa-utils: 1.1.1 -> 1.1.2
       new  bf94537   gobject-introspection: Ensure prelink config file exists to avoid build failures
       new  1c8ae26   busybox: Backport makefile fix from upstream
       new  7595c66   dbus: 1.10.8 -> 1.10.10
       new  da6e608   XXX prelink: fix on older host gcc
       new  02bb586   linux-yocto/4.1: netfilter: x_tables: fix stable backport
       new  b08c265   linux-yocto/4.1: bump to v4.1.29
       new  c374b74   linux-yocto/4.1: config updates
       new  5cc9eb3   linux-yocto/4.4: -rt update patch meta-data to remove ()
       new  c0cf558   kernel-yocto: streamline patch, configuration and audit phases
       new  82652f7   connman: add missing space in _append
       new  74bf5b4   openssh: add ed25519 host key location to read-only sshd config
       new  a2d5da1   bash: 4.3.39 -> 4.3.46
       new  c00483f   grub: split grub-editenv into it's own package
       new  733e249   image.bbclass: rename COMPRESS(ION) to CONVERSION
       new  6280ccf   systemd-compat-units: pkg_postinst() does not work

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   (be95bdf)
            \
             N -- N -- N   refs/heads/master-next (6280ccf)

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 "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 17 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                         |   9 +-
 meta/classes/image_types.bbclass                   |  50 +++----
 meta/classes/image_types_uboot.bbclass             |  18 +--
 meta/classes/kernel-yocto.bbclass                  | 143 ++++++++-------------
 meta/conf/local.conf.sample                        |   3 +-
 meta/recipes-bsp/grub/grub_2.00.bb                 |   6 +-
 meta/recipes-connectivity/connman/connman_1.33.bb  |   2 +-
 meta/recipes-connectivity/openssh/openssh_7.2p2.bb |   1 +
 .../busybox/busybox/makefile-fix-backport.patch    |  40 ++++++
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   1 +
 .../{dbus-test_1.10.8.bb => dbus-test_1.10.10.bb}  |   4 +-
 .../dbus/{dbus_1.10.8.bb => dbus_1.10.10.bb}       |   4 +-
 meta/recipes-core/systemd/systemd-compat-units.bb  |  17 ++-
 meta/recipes-devtools/prelink/prelink_git.bb       |   9 +-
 meta/recipes-extended/bash/bash_4.3.30.bb          |  21 +++
 .../gobject-introspection_1.48.0.bb                |  13 ++
 .../kern-tools/kern-tools-native_git.bb            |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |  20 +--
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |   2 +-
 ...fix-appl-pointer-not-correct-when-mmap_co.patch | 137 --------------------
 .../avoid-including-sys-poll.h-directly.patch      |  20 +--
 .../alsa/{alsa-lib_1.1.1.bb => alsa-lib_1.1.2.bb}  |   5 +-
 ...cripts_1.1.1.bb => alsa-utils-scripts_1.1.2.bb} |   0
 .../{alsa-utils_1.1.1.bb => alsa-utils_1.1.2.bb}   |   6 +-
 28 files changed, 230 insertions(+), 321 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox/makefile-fix-backport.patch
 rename meta/recipes-core/dbus/{dbus-test_1.10.8.bb => dbus-test_1.10.10.bb} (93%)
 rename meta/recipes-core/dbus/{dbus_1.10.8.bb => dbus_1.10.10.bb} (98%)
 delete mode 100755 meta/recipes-multimedia/alsa/alsa-lib/0001-pcm_plugin-fix-appl-pointer-not-correct-when-mmap_co.patch
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.1.1.bb => alsa-lib_1.1.2.bb} (88%)
 rename meta/recipes-multimedia/alsa/{alsa-utils-scripts_1.1.1.bb => alsa-utils-scripts_1.1.2.bb} (100%)
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.1.1.bb => alsa-utils_1.1.2.bb} (96%)

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


More information about the Openembedded-commits mailing list