[oe-commits] [openembedded-core] branch master-next updated (8409af4 -> d5d5ded)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 20 10:14:38 UTC 2016


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

  discards  8409af4   Revert "base.bbclass wipe ${S} before unpacking source"
  discards  ce4eb90   base.bbclass wipe ${S} before unpacking source
  discards  34eecd1   build summary: add TCMODE to build summary
  discards  45d9e59   build summary: add gcc version being used.
       new  380e5d8   lib/oeqa/utils/commands.py: Move updateEnv() from runexported.py
       new  665a0f9   oe-selftest: print errors when failed to find test
       new  129c2b4   oetest.py: Fix problem when there is more than one json file for package extraction
       new  d1fd3a7   oeqa/controllers: Add test target for Systemd-boot
       new  e60d5f4   selftest/runtime-test.py: Add test for import test from other layers
       new  12b01e4   classes/testimage: When image is systemd enable debug log level
       new  fff93f1   selftest/runtime-test.py: Add test for testexport SDK feature
       new  62bfd06   rootfs_rpm: allow for simultaneous do_rootfs tasks with rpm
       new  c0ce18c   initrdscripts/init-install*: Select install target instead of looping through
       new  a306e1d   systemd: allow add users to groups in rootfs postprocess
       new  fe81346   buildhistory-diff: reduce PKGR noise
       new  3bae14d   wic: rawcopy: make source filenames unique
       new  4d4ede7   glibc: Update to 2.24 after hard-freeze
       new  566d584   package_manager.py: Avoid installing an empty package list
       new  d5d5ded   boost: fix CVE-2012-2677

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   (8409af4)
            \
             N -- N -- N   refs/heads/master-next (d5d5ded)

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 15 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/oeqa/runtime/selftest.json       |   6 +
 meta-selftest/lib/oeqa/runtime/selftest.py         |  31 ++++++
 meta/classes/base.bbclass                          |   2 -
 meta/classes/rootfs-postcommands.bbclass           |   9 ++
 meta/classes/rootfs_rpm.bbclass                    |   5 -
 meta/classes/testimage.bbclass                     |   5 +-
 meta/conf/bitbake.conf                             |   2 +-
 meta/lib/oe/buildhistory_analysis.py               |  18 +++
 meta/lib/oe/package_manager.py                     |  20 +++-
 meta/lib/oeqa/controllers/masterimage.py           |  40 +++++++
 meta/lib/oeqa/oetest.py                            |  14 ++-
 meta/lib/oeqa/runexported.py                       |  16 +--
 meta/lib/oeqa/selftest/runtime-test.py             | 121 +++++++++++++++++++++
 meta/lib/oeqa/selftest/testexport.py               |  44 --------
 meta/lib/oeqa/utils/commands.py                    |  31 ++++++
 .../glibc/cross-localedef-native_2.24.bb           |   2 +-
 meta/recipes-core/glibc/glibc/elf-meta.patch       |  32 ------
 meta/recipes-core/glibc/glibc_2.24.bb              |   3 +-
 .../initrdscripts/files/init-install-efi.sh        |  22 ++--
 .../initrdscripts/files/init-install.sh            |  22 ++--
 .../boost/boost/boost-CVE-2012-2677.patch          | 112 +++++++++++++++++++
 meta/recipes-support/boost/boost_1.61.0.bb         |   1 +
 scripts/lib/wic/plugins/source/rawcopy.py          |   2 +-
 scripts/oe-selftest                                |  12 +-
 24 files changed, 444 insertions(+), 128 deletions(-)
 create mode 100644 meta-selftest/lib/oeqa/runtime/selftest.json
 create mode 100644 meta-selftest/lib/oeqa/runtime/selftest.py
 create mode 100644 meta/lib/oeqa/selftest/runtime-test.py
 delete mode 100644 meta/lib/oeqa/selftest/testexport.py
 delete mode 100644 meta/recipes-core/glibc/glibc/elf-meta.patch
 create mode 100644 meta/recipes-support/boost/boost/boost-CVE-2012-2677.patch

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


More information about the Openembedded-commits mailing list