[oe-commits] [openembedded-core] branch master-next updated (e2adf25 -> af4af38)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 21:05:14 UTC 2016


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

  discards  e2adf25   bdwgc: Add missing include to avoid musl build failures
  discards  c6c357e   gcc-runtime.inc: add CPP support for mips64-n32 tune
  discards  10794db   kernel.bbclass: add user output to savedefconfig
  discards  2da51d9   oeqa/parselogs/qemuarm: Whitelist amba and jitter for 4.8+ kernels
  discards  d55ded5   Fix out of tree builds of u-boot with gold linker
  discards  2f910ca   toaster: fire TaskArtifacts event
  discards  0280265   populate_sdk_base: put populate_sdk under sstate control
  discards  13fe6eb   image.bbclass: put image_complete under sstate control
  discards  e804258   image: populate_sdk: deploy images to DEPLOYDIR
  discards  3223ae0   sstate.bbclass: skip packaging if SSTATE_SKIP_CREATION is set
  discards  bb90722   image: populate_sdk_base: add DEPLOYDIR variable
  discards  a650a42   initscripts: Start devpts at 06 instead of 38
  discards  d8233c9   cryptodev: Add backported patches for 4.6+ kernels
  discards  c2715f2   bitbake.conf: Disable api-docs temporarily
       new  bcb97cf   cryptodev: Add backported patches for 4.6+ kernels
       new  ae42f9c   initscripts: Start devpts at 06 instead of 38
       new  b397f85   image: populate_sdk_base: add DEPLOYDIR variable
       new  fadf856   sstate.bbclass: skip packaging if SSTATE_SKIP_CREATION is set
       new  73f064d   Fix out of tree builds of u-boot with gold linker
       new  478bc0b   oeqa/parselogs/qemuarm: Whitelist amba and jitter for 4.8+ kernels
       new  95d7e7d   kernel.bbclass: add user output to savedefconfig
       new  c701614   gcc-runtime.inc: add CPP support for mips64-n32 tune
       new  227bb71   bdwgc: Add missing include to avoid musl build failures
       new  9bbdb38   scripts: ensure tinfoil is shut down correctly
       new  09a0dd5   /oeqa/sdkext Adds verification for devtool on eSDK.
       new  e4f82f6   oeqa/selftest Adds eSDK test cases to devtool verification.
       new  5b12cac   gtk-doc: patch the scripts to not hardcode the full paths to interpreters
       new  96ac471   bitbake.conf: Disable api-docs temporarily
       new  fbaf9de   Revert "bitbake.conf: Disable api-docs temporarily"
       new  af4af38   ltp: remove useless script STPfailure_report.pl

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   (e2adf25)
            \
             N -- N -- N   refs/heads/master-next (af4af38)

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 16 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-live.bbclass                    |  12 +-
 meta/classes/image-vm.bbclass                      |  22 +-
 meta/classes/image.bbclass                         |  14 +-
 meta/classes/image_types.bbclass                   |  44 +--
 meta/classes/image_types_uboot.bbclass             |   2 +-
 meta/classes/populate_sdk_base.bbclass             |  27 +-
 meta/classes/rootfs-postcommands.bbclass           |   4 +-
 meta/classes/syslinux.bbclass                      |   2 +-
 meta/classes/toaster.bbclass                       |  17 -
 meta/conf/bitbake.conf                             |   2 +-
 meta/lib/oe/rootfs.py                              |   6 +-
 meta/lib/oeqa/sdkext/devtool.py                    |  90 +++++-
 .../oeqa/sdkext/files/myapp_cmake/CMakeLists.txt   |  11 +
 .../sdkext/files/{myapp => myapp_cmake}/myapp.c    |   0
 meta/lib/oeqa/selftest/eSDK.py                     | 103 ++++++
 meta/lib/oeqa/selftest/imagefeatures.py            |   4 +-
 .../images/build-appliance-image_15.0.0.bb         |   8 +-
 meta/recipes-extended/ltp/ltp_20160126.bb          |   8 +
 ...hardocode-paths-to-perl-python-in-scripts.patch | 139 ++++++++
 meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb         |   3 +
 scripts/contrib/list-packageconfig-flags.py        |  28 +-
 scripts/contrib/verify-homepage.py                 |  12 +-
 scripts/devtool                                    |  10 +-
 scripts/lib/devtool/build_image.py                 | 124 +++----
 scripts/lib/devtool/deploy.py                      | 141 ++++----
 scripts/lib/devtool/runqemu.py                     |   8 +-
 scripts/lib/devtool/standard.py                    | 355 +++++++++++----------
 scripts/lib/devtool/upgrade.py                     |  85 ++---
 scripts/oe-pkgdata-util                            |   5 +-
 scripts/recipetool                                 |  63 ++--
 30 files changed, 845 insertions(+), 504 deletions(-)
 create mode 100644 meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt
 copy meta/lib/oeqa/sdkext/files/{myapp => myapp_cmake}/myapp.c (100%)
 create mode 100644 meta/lib/oeqa/selftest/eSDK.py
 create mode 100644 meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch

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


More information about the Openembedded-commits mailing list