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

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


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

  discards  bdc6548   nativesdk-glibc: Extend relocation support to locales
  discards  b44ba87   glibc-locale: Enable binary locale generation for nativesdk-glibc
  discards  fe10fc3   build-appliance-image: use 'lnr' instead of 'ln -sr'
  discards  9a50891   lttng-modules: Upgrade to 2.7.3 release
  discards  24238e7   mkelfimage: obey LDFLAGS, sort out HOST_ flags
  discards  62aeb3a   core-image-weston: If X11 is enabled, add XWayland support
  discards  16dad54   weston-init: Use weston-launch when starting weston as the first windowing system
  discards  5d66574   weston: Add Xwayland initialization support using weston-start
  discards  6a1afdf   weston-init: Add module support for the weston-start helper
  discards  7a9587c   weston-init: Error out if loading a nested instance
  discards  6000ef4   weston-init: Rework init sequence to avoid code duplication
  discards  29aceb8   weston-init: Rework do_install to use install -D option
  discards  a13ff41   weston: Provide a default version of weston-launch that doesn't require PAM
  discards  7658881   weston: Remove XWayland dependencies on PACKAGECONFIG
  discards  4d34685   weston: Enable XWayland when X11 and Wayland support are available
  discards  d7457b0   weston: Add PACKAGECONFIG option for 'clients'
  discards  06d7086   weston: Fix SystemD service description
  discards  7a9978a   weston: weston-launch: Handle invalid command line options
  discards  f403ba1   devtool: sdk-update: drop support for local updates
  discards  dab80af   Revert "tcmode-default: Bump gcc"
  discards  14595e5   tcmode-default: Bump gcc
      adds  9494ac0   weston: weston-launch: Handle invalid command line options
      adds  32e9ef3   weston: Fix SystemD service description
      adds  a3084bd   weston: Add PACKAGECONFIG option for 'clients'
      adds  b9a484b   weston: Enable XWayland when X11 and Wayland support are available
      adds  f16f3d6   weston: Remove XWayland dependencies on PACKAGECONFIG
      adds  6295197   weston: Provide a default version of weston-launch that doesn't require PAM
      adds  9d745d7   weston-init: Rework do_install to use install -D option
      adds  1963dfb   weston-init: Rework init sequence to avoid code duplication
      adds  2332f93   weston-init: Error out if loading a nested instance
      adds  3e7c4d0   weston-init: Add module support for the weston-start helper
      adds  4bbb5d5   weston: Add Xwayland initialization support using weston-start
      adds  76ed534   weston-init: Use weston-launch when starting weston as the first windowing system
      adds  f74cdf8   core-image-weston: If X11 is enabled, add XWayland support
      adds  3ba4fd8   mkelfimage: obey LDFLAGS, sort out HOST_ flags
      adds  be62b6b   lttng-modules: Upgrade to 2.7.3 release
      adds  b06d9ad   build-appliance-image: use 'lnr' instead of 'ln -sr'
      adds  6993d18   glibc-locale: Enable binary locale generation for nativesdk-glibc
      adds  faa1229   nativesdk-glibc: Extend relocation support to locales
      adds  7a4c9c9   devtool: sdk-update: drop support for local updates
      adds  ced1995   meta/selftest/scripts: Use print function for python3 compatibility
      adds  0f4ec13   meta/scripts: python3: rename file -> open
      adds  96ed92a   kernel-uimage: Fix python indentation
      adds  d13f0ac   meta: Update to modern exception syntax
      adds  833d4c0   bitbake.conf/toolchain-shar-extract: Use en_US.UTF-8 as locale
       new  6cfffe6   tcmode-default: Bump gcc
       new  a8c10cb   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   (bdc6548)
            \
             N -- N -- N   refs/heads/master-next (a8c10cb)

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 2 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-devtools/apt/apt-native.inc        |  4 +-
 scripts/contrib/python/generate-manifest-2.7.py |  2 +-
 scripts/contrib/python/generate-manifest-3.5.py |  2 +-
 scripts/oe-selftest                             | 49 ++++++++++++-------------
 scripts/swabber-strace-attach                   |  4 +-
 23 files changed, 60 insertions(+), 64 deletions(-)

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


More information about the Openembedded-commits mailing list