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

git at git.openembedded.org git at git.openembedded.org
Sat May 21 21:27:18 UTC 2016


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

      from  f6b0b26   lib/oe/rootfs: Fix DEBUGFS generation, without openssl
       new  9494ac0   weston: weston-launch: Handle invalid command line options
       new  32e9ef3   weston: Fix SystemD service description
       new  a3084bd   weston: Add PACKAGECONFIG option for 'clients'
       new  b9a484b   weston: Enable XWayland when X11 and Wayland support are available
       new  f16f3d6   weston: Remove XWayland dependencies on PACKAGECONFIG
       new  6295197   weston: Provide a default version of weston-launch that doesn't require PAM
       new  9d745d7   weston-init: Rework do_install to use install -D option
       new  1963dfb   weston-init: Rework init sequence to avoid code duplication
       new  2332f93   weston-init: Error out if loading a nested instance
       new  3e7c4d0   weston-init: Add module support for the weston-start helper
       new  4bbb5d5   weston: Add Xwayland initialization support using weston-start
       new  76ed534   weston-init: Use weston-launch when starting weston as the first windowing system
       new  f74cdf8   core-image-weston: If X11 is enabled, add XWayland support
       new  3ba4fd8   mkelfimage: obey LDFLAGS, sort out HOST_ flags
       new  be62b6b   lttng-modules: Upgrade to 2.7.3 release
       new  b06d9ad   build-appliance-image: use 'lnr' instead of 'ln -sr'
       new  6993d18   glibc-locale: Enable binary locale generation for nativesdk-glibc
       new  faa1229   nativesdk-glibc: Extend relocation support to locales
       new  7a4c9c9   devtool: sdk-update: drop support for local updates
       new  ced1995   meta/selftest/scripts: Use print function for python3 compatibility
       new  0f4ec13   meta/scripts: python3: rename file -> open
       new  96ed92a   kernel-uimage: Fix python indentation
       new  d13f0ac   meta: Update to modern exception syntax
       new  833d4c0   bitbake.conf/toolchain-shar-extract: Use en_US.UTF-8 as locale

The 24 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-selftest/lib/devtool/test.py                  |   2 +-
 meta/classes/base.bbclass                          |   2 +-
 meta/classes/insane.bbclass                        |   5 +-
 meta/classes/kernel-uimage.bbclass                 |  12 +-
 meta/classes/utility-tasks.bbclass                 |   2 +-
 meta/conf/bitbake.conf                             |   2 +-
 meta/files/toolchain-shar-extract.sh               |   1 +
 meta/lib/oe/data.py                                |   2 +-
 meta/lib/oe/prservice.py                           |   2 +-
 meta/lib/oe/qa.py                                  |   8 +-
 meta/lib/oe/tests/test_path.py                     |   2 +-
 meta/lib/oe/utils.py                               |   4 +-
 meta/lib/oeqa/runtime/files/test.py                |   2 +-
 meta/lib/oeqa/runtime/systemd.py                   |   6 +-
 meta/lib/oeqa/sdkext/sdk_update.py                 |   3 -
 meta/lib/oeqa/selftest/base.py                     |   2 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   4 +-
 meta/lib/oeqa/utils/qemutinyrunner.py              |   2 +-
 meta/recipes-core/glibc/glibc-locale.inc           |   2 +-
 ...libc-Raise-the-size-of-arrays-containing-.patch |  97 +++++++----
 .../images/build-appliance-image_14.0.0.bb         |   4 +-
 meta/recipes-devtools/apt/apt-native.inc           |   4 +-
 .../mkelfimage/mkelfimage/cross-compile.patch      |  85 +++++++---
 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |   4 +-
 meta/recipes-graphics/images/core-image-weston.bb  |   1 +
 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/lttng/lttng-modules_git.bb     |   4 +-
 scripts/contrib/python/generate-manifest-2.7.py    |   2 +-
 scripts/contrib/python/generate-manifest-3.5.py    |   2 +-
 scripts/lib/devtool/sdk.py                         | 188 +++++++++------------
 scripts/oe-selftest                                |  49 +++---
 scripts/swabber-strace-attach                      |   4 +-
 39 files changed, 584 insertions(+), 267 deletions(-)
 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

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


More information about the Openembedded-commits mailing list