[oe-commits] [openembedded-core] branch master updated (1dbc6ec -> ae5073c)

git at git.openembedded.org git at git.openembedded.org
Sat Sep 24 06:30:45 UTC 2016


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

      from  1dbc6ec   buildtools/uninative-tarball: Fix deployment overlap issues
      adds  e1b81a8   bitbake.conf: add eudev's udevdir to FILES_${PN}
      adds  a32dac2   systemd: install udev.pc
      adds  bcd93a4   libinput: fix udevdir
      adds  10dbf13   ofono: remove duplicated udev setting from FILES_${PN}
      adds  79b38ad   mdadm: remove duplicated udev setting from FILES_${PN}
      adds  e196300   xf86-input-vmmouse: remove duplicated udev setting from FILES_${PN}
      adds  5e26b3d   eudev: don't move udev directory
      adds  2df7386   pcmciautils: remove duplicated udev setting from FILES_${PN}
      adds  73d138b   bluez5: remove duplicated udev setting from FILES_${PN}
      adds  4991958   nativesdk-qemu-helper: drop old Zaurus flash tools
      adds  19a6b18   lib/oe/patch: exclude "From <hash>" from commit message when PATCHTOOL is "git"
      adds  896cfb1   lib/oe/patch: improve accuracy of patch header extraction
      adds  08c9a36   lttng-tools: fixes a wrong header issue
      adds  8a25d48   lttng-tools: adds DEPENDS to util-linux
      adds  4c10376   arch-mips: Add mips64r2 tunes
      adds  d6b6927   openssl: update to 1.0.2i (CVE-2016-6304 and more)
      adds  101e2a5   openssl.inc: avoid random ptest failures
      adds  51171b4   wic: remove partition images
      adds  a55a20a   gnutls: Skip QA check for text relocation on x86
      adds  bc7691c   cracklib: Apply patch to fix CVE-2016-6318
      adds  3d1d287   scons.bbclass: rework parameters for install task
      adds  3b6494f   scripts/runqemu: provide better error message on runqemu ifup fail
      adds  f6f13b0   pseudo: Fix problem where pseudo could kill a container init
      adds  9b6d414   qemu.bbclass: Allow use different QEMU binary depending of target
      adds  f9fd1a7   tune-ppc[65]00.inc: Disable QEMU usermode usage
      adds  ae5073c   arch-mips: Add mips64-o32 tunes

No new revisions were added by this update.

Summary of changes:
 meta/classes/qemu.bbclass                          |   5 +
 meta/classes/scons.bbclass                         |   2 +-
 meta/conf/bitbake.conf                             |   3 +-
 meta/conf/machine/include/mips/arch-mips.inc       |  26 ++
 meta/conf/machine/include/tune-mips64r2.inc        |  84 +++++
 meta/conf/machine/include/tune-ppce5500.inc        |   3 +
 meta/conf/machine/include/tune-ppce6500.inc        |   3 +
 meta/lib/oe/patch.py                               |  32 +-
 meta/recipes-bsp/pcmciautils/pcmciautils_018.bb    |   2 -
 meta/recipes-connectivity/bluez5/bluez5.inc        |   2 +-
 meta/recipes-connectivity/ofono/ofono.inc          |   2 +-
 meta/recipes-connectivity/openssl/openssl.inc      |  14 +
 .../openssl/openssl/CVE-2016-2177.patch            | 286 ----------------
 .../openssl/openssl/CVE-2016-2178.patch            |  51 ---
 .../openssl/Fix-typo-introduced-by-a03f81f4.patch  |  29 ++
 .../openssl/openssl/debian/ca.patch                |   2 +-
 .../openssl/openssl/parallel.patch                 |  17 +-
 .../{openssl_1.0.2h.bb => openssl_1.0.2i.bb}       |   7 +-
 meta/recipes-core/systemd/systemd_230.bb           |   2 +
 meta/recipes-core/udev/eudev_3.2.bb                |  10 +-
 .../files/0001-Don-t-send-SIGUSR1-to-init.patch    |  48 +++
 meta/recipes-devtools/pseudo/pseudo_1.8.1.bb       |   1 +
 meta/recipes-devtools/pseudo/pseudo_git.bb         |   2 +-
 .../qemu/nativesdk-qemu-helper_1.0.bb              |  11 -
 meta/recipes-devtools/qemu/qemu-helper/raw2flash.c | 370 ---------------------
 .../0001-Apply-patch-to-fix-CVE-2016-6318.patch    | 105 ++++++
 meta/recipes-extended/cracklib/cracklib_2.9.5.bb   |   1 +
 meta/recipes-extended/mdadm/mdadm_3.4.bb           |   2 -
 meta/recipes-graphics/wayland/libinput_1.4.1.bb    |   4 +-
 .../xorg-driver/xf86-input-vmmouse_13.1.0.bb       |   2 +-
 .../0001-Fix-error.h-common-error.h.patch          |  33 ++
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |   3 +-
 meta/recipes-support/gnutls/gnutls_3.5.3.bb        |   3 +
 scripts/lib/wic/utils/partitionedfs.py             |   9 +-
 scripts/runqemu                                    |   3 +
 35 files changed, 426 insertions(+), 753 deletions(-)
 create mode 100644 meta/conf/machine/include/tune-mips64r2.inc
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-2177.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-2178.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/Fix-typo-introduced-by-a03f81f4.patch
 rename meta/recipes-connectivity/openssl/{openssl_1.0.2h.bb => openssl_1.0.2i.bb} (91%)
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-Don-t-send-SIGUSR1-to-init.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-helper/raw2flash.c
 create mode 100644 meta/recipes-extended/cracklib/cracklib/0001-Apply-patch-to-fix-CVE-2016-6318.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0001-Fix-error.h-common-error.h.patch

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


More information about the Openembedded-commits mailing list