[oe-commits] [openembedded-core] branch master-next updated (3c3f920 -> a5705ed)

git at git.openembedded.org git at git.openembedded.org
Thu May 19 22:55:42 UTC 2016


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

      from  3c3f920   webkitgtk: turn off JIT on armv4 and armv7a
       new  47eae3a   bluez5: move btmgmt to common READLINE section
       new  9b20fd2   kernel: fitimage: Repair misuse of shell test command
       new  474ef1b   linux-dummy: set INHIBIT_DEFAULT_DEPS
       new  8f05952   devtool: sdk-update: drop support for local updates
       new  6d9fe2c   classes/populate_sdk_ext: adjust variable blacklisting
       new  715d86f   openssh: update homepage and summary
       new  dcb4726   qemu: Upgrade to 2.5.1.1 for fix CVE-2016-3710 and CVE-2016-3712
       new  136d094   bluez5: fixed path to bluetoothd in sysvinit script
       new  28b6584   classes/kernel: fix typo
       new  5c9e9e8   classes/kernel: check OLDEST_KERNEL at configure time
       new  ce04c35   wic: fix path parsing, use last occurrence
       new  fd54fab   mesa: fix mesa_populate_packages() when dri is disabled
       new  c6c8a31   weston: weston-launch: Handle invalid command line options
       new  f3b9c7c   weston: Fix SystemD service description
       new  ad94d6a   weston: Add PACKAGECONFIG option for 'clients'
       new  4974f68   weston: Enable XWayland when X11 and Wayland support are available
       new  ae31183   weston: Remove XWayland dependencies on PACKAGECONFIG
       new  57113d3   weston: Provide a default version of weston-launch that doesn't require PAM
       new  49c0994   weston-init: Rework do_install to use install -D option
       new  e6c6540   weston-init: Rework init sequence to avoid code duplication
       new  6257a84   weston-init: Error out if loading a nested instance
       new  1512edc   weston-init: Add module support for the weston-start helper
       new  8d1a551   weston: Add Xwayland initialization support using weston-start
       new  a1d1765   weston-init: Use weston-launch when starting weston as the first windowing system
       new  0b97bd6   core-image-weston: If X11 is enabled, add XWayland support
       new  09d15fe   acl.inc, run-ptest: improve ptest functionality on limited rootfs
       new  a5705ed   gdb: Backport patch to changes with AVX and MPX

The 27 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/kernel-fitimage.bbclass               |    2 +-
 meta/classes/kernel.bbclass                        |   16 +-
 meta/classes/populate_sdk_ext.bbclass              |    4 +
 meta/recipes-connectivity/bluez5/bluez5.inc        |    4 +
 meta/recipes-connectivity/bluez5/bluez5/init       |    2 +-
 meta/recipes-connectivity/bluez5/bluez5_5.39.bb    |    2 +-
 meta/recipes-connectivity/openssh/openssh_7.2p2.bb |    5 +-
 meta/recipes-devtools/gdb/gdb-common.inc           |    2 +-
 meta/recipes-devtools/gdb/gdb/0011-avx_mpx.patch   | 2601 ++++++++++++++++++++
 .../qemu/{qemu_2.5.1.bb => qemu_2.5.1.1.bb}        |    4 +-
 meta/recipes-graphics/images/core-image-weston.bb  |    1 +
 meta/recipes-graphics/mesa/mesa.inc                |   21 +-
 meta/recipes-graphics/wayland/weston-init.bb       |   12 +-
 meta/recipes-graphics/wayland/weston-init/init     |    9 +-
 .../wayland/weston-init/weston-start               |   72 +
 .../wayland/weston-init/weston.service             |    7 +-
 ...ch-Provide-a-default-version-that-doesn-t.patch |  171 ++
 ...eston-launch-exit-for-unrecognized-option.patch |   33 +
 .../wayland/weston/xwayland.weston-start           |    7 +
 meta/recipes-graphics/wayland/weston_1.10.0.bb     |   31 +-
 meta/recipes-kernel/linux/linux-dummy.bb           |    2 +
 meta/recipes-support/attr/acl.inc                  |    1 +
 meta/recipes-support/attr/acl/run-ptest            |   67 +-
 .../attr/acl/test-fix-directory-permissions.patch  |   24 +
 scripts/lib/devtool/sdk.py                         |  188 +-
 scripts/lib/wic/plugin.py                          |    2 +-
 26 files changed, 3126 insertions(+), 164 deletions(-)
 create mode 100644 meta/recipes-devtools/gdb/gdb/0011-avx_mpx.patch
 rename meta/recipes-devtools/qemu/{qemu_2.5.1.bb => qemu_2.5.1.1.bb} (88%)
 create mode 100755 meta/recipes-graphics/wayland/weston-init/weston-start
 create mode 100644 meta/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/make-weston-launch-exit-for-unrecognized-option.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/xwayland.weston-start
 create mode 100644 meta/recipes-support/attr/acl/test-fix-directory-permissions.patch

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


More information about the Openembedded-commits mailing list