[oe-commits] [openembedded-core] branch master-next updated (a8c10cb -> dbee33b)

git at git.openembedded.org git at git.openembedded.org
Sun May 22 07:52:13 UTC 2016


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

  discards  a8c10cb   Revert "tcmode-default: Bump gcc"
  discards  6cfffe6   tcmode-default: Bump gcc
       new  41e8cc7   wipe-sysroot: fix wrong glob when removing manifests
       new  9caf64e   package_manager: no need to output Note: in bb.note() calls
       new  c2b5a0c   systemd: re-enable mount propagation for udevd
       new  1b4d0c2   ghostscript: Update URL_SRI considered as 'old release'
       new  a509fae   cmake: update to 3.5.2
       new  b452042   libsoup-2.4: provide PACKAGECONFIG for gssapi
       new  043a385   libsolv: update to 0.6.21
       new  f33434d   harfbuzz: update to 1.2.7
       new  58f4024   qemu: Upgrade to 2.6.0
       new  273b846   musl: Update to latest tip
       new  bb9c859   shadow: Fix rootfs creation errors
       new  1a16f84   net-tools: Fix rootfs creation errors
       new  2b39409   coreutils: Fix rootfs creation errors
       new  6014a2c   image.bbclass: support duplicate compression types
       new  d1984eb   image.bbclass: additional output in create_symlinks
       new  518c8a0   core-image-{minimal, testmaster}-initramfs: set COMPATIBLE_HOST
       new  fd31a13   scripts/bitbake-whatchanged: migrate from optparse to argparse
       new  f9d0b76   linux-yocto-rt, core-image-rt*: Explicitly skip when PREFERRED_PROVIDER_virtual/kernel isn't set to linux-yocto-rt
       new  e8e421f   tcmode-default: Bump gcc
       new  dbee33b   Revert "tcmode-default: Bump gcc"

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   (a8c10cb)
            \
             N -- N -- N   refs/heads/master-next (dbee33b)

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 20 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                         |  18 +-
 meta/lib/oe/package_manager.py                     |  16 +-
 meta/recipes-core/coreutils/coreutils_6.9.bb       |   4 +
 meta/recipes-core/coreutils/coreutils_8.25.bb      |   4 +-
 .../images/core-image-minimal-initramfs.bb         |   3 +
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 ...dev-re-enable-mount-propagation-for-udevd.patch |  31 ++++
 meta/recipes-core/systemd/systemd_229.bb           |   1 +
 ...cmake-native_3.4.3.bb => cmake-native_3.5.2.bb} |   0
 meta/recipes-devtools/cmake/cmake.inc              |   7 +-
 .../cmake/cmake/0001-Add-NIOS2-CPU-support.patch   |  50 ------
 .../cmake/{cmake_3.4.3.bb => cmake_3.5.2.bb}       |   0
 .../recipes-devtools/qemu/qemu/CVE-2016-2198.patch |  45 -----
 .../recipes-devtools/qemu/qemu/CVE-2016-2858.patch | 183 ---------------------
 .../recipes-devtools/qemu/qemu/disable-grabs.patch |   4 +-
 .../fix-libcap-header-issue-on-some-distro.patch   |   6 +-
 ...ng_move_request_from_RngEgd_to_RngBackend.patch | 138 ----------------
 ...t_queue_cleanup_from_RngEgd_to_RngBackend.patch | 150 -----------------
 ...move_the_unused_request_cancellation_code.patch | 101 ------------
 .../qemu/{qemu_2.5.1.1.bb => qemu_2.6.0.bb}        |   9 +-
 .../ghostscript/ghostscript_9.18.bb                |   2 +-
 .../images/core-image-testmaster-initramfs.bb      |   3 +
 .../0001-CMakeLists.txt-fix-MAN_INSTALL_DIR.patch  |  37 -----
 meta/recipes-extended/libsolv/libsolv_git.bb       |   5 +-
 .../net-tools/net-tools_1.60-26.bb                 |   4 +
 meta/recipes-extended/shadow/shadow.inc            |   3 +-
 .../{harfbuzz_1.2.6.bb => harfbuzz_1.2.7.bb}       |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   9 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   9 +
 meta/recipes-rt/images/core-image-rt-sdk.bb        |   8 +
 meta/recipes-rt/images/core-image-rt.bb            |   8 +
 meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb |   1 +
 scripts/bitbake-whatchanged                        |  32 ++--
 scripts/wipe-sysroot                               |   2 +-
 34 files changed, 137 insertions(+), 762 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd/udev-re-enable-mount-propagation-for-udevd.patch
 rename meta/recipes-devtools/cmake/{cmake-native_3.4.3.bb => cmake-native_3.5.2.bb} (100%)
 delete mode 100644 meta/recipes-devtools/cmake/cmake/0001-Add-NIOS2-CPU-support.patch
 rename meta/recipes-devtools/cmake/{cmake_3.4.3.bb => cmake_3.5.2.bb} (100%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-2198.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-2858.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/rng_move_request_from_RngEgd_to_RngBackend.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/rng_move_request_queue_cleanup_from_RngEgd_to_RngBackend.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/rng_remove_the_unused_request_cancellation_code.patch
 rename meta/recipes-devtools/qemu/{qemu_2.5.1.1.bb => qemu_2.6.0.bb} (62%)
 delete mode 100644 meta/recipes-extended/libsolv/libsolv/0001-CMakeLists.txt-fix-MAN_INSTALL_DIR.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.2.6.bb => harfbuzz_1.2.7.bb} (88%)

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


More information about the Openembedded-commits mailing list