[oe-commits] [openembedded-core] branch master updated (833d4c0 -> 048c901)

git at git.openembedded.org git at git.openembedded.org
Sun May 22 15:12:27 UTC 2016


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

      from  833d4c0   bitbake.conf/toolchain-shar-extract: Use en_US.UTF-8 as locale
       new  fa2ca76   python-smartpm: Avoid locale issue with bitbake python3
       new  1bfe160   scripts/oe-selftest: Remove inadvertant python3 specific change
       new  5a0b857   wipe-sysroot: fix wrong glob when removing manifests
       new  9098838   package_manager: no need to output Note: in bb.note() calls
       new  73f43d8   systemd: re-enable mount propagation for udevd
       new  f4232f7   ghostscript: Update URL_SRI considered as 'old release'
       new  05bce1f   cmake: update to 3.5.2
       new  378608a   libsoup-2.4: provide PACKAGECONFIG for gssapi
       new  504a822   libsolv: update to 0.6.21
       new  33865f2   harfbuzz: update to 1.2.7
       new  6c18103   qemu: Upgrade to 2.6.0
       new  6993e88   musl: Update to latest tip
       new  52d3d9e   shadow: Fix rootfs creation errors
       new  4c98c19   net-tools: Fix rootfs creation errors
       new  6cc6526   coreutils: Fix rootfs creation errors
       new  85855af   image.bbclass: support duplicate compression types
       new  d2b4da7   image.bbclass: additional output in create_symlinks
       new  8016b51   core-image-{minimal, testmaster}-initramfs: set COMPATIBLE_HOST
       new  b6c7161   scripts/bitbake-whatchanged: migrate from optparse to argparse
       new  048c901   linux-yocto-rt, core-image-rt*: Explicitly skip when PREFERRED_PROVIDER_virtual/kernel isn't set to linux-yocto-rt

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
 .../python/python-smartpm/smart-locale.patch       |  27 +++
 meta/recipes-devtools/python/python-smartpm_git.bb |   1 +
 .../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/oe-selftest                                |   2 +-
 scripts/wipe-sysroot                               |   2 +-
 37 files changed, 166 insertions(+), 763 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%)
 create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-locale.patch
 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