[oe-commits] [openembedded-core] branch master updated (c4c2fb3 -> 5212d88)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 21 07:44:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

    from c4c2fb3  libgcrypt: upgrade to 1.7.8
     new b63fcff  conf/sanity: Update minimum bitbake verison to 1.35.0 for server rework
     new a17724d  oe-init-build-env-memres: Drop it
     new bc1a4af  classes/staging: change fixme debug message from note to debug
     new 5c7f503  devtool: extract: refactor kern-tools-native handling
     new 8496113  recipetool: create: ensure meaningful error for malformed tarballs
     new be45e9b  recipetool: create: eliminate second fetch for packages
     new 9a47a66  recipetool: create: reimplement fetching with normal fetch/unpack tasks
     new 2f31f17  classes/base: set do_unpack dependencies for rpm files
     new 8450de1  recipetool: create: refactor code for ensuring npm is available
     new 39c1bf1  oe-pkgdata-util: Setup logging before calling prepare
     new 3c479fb  devtool: Setup logging before calling prepare
     new e124eb7  recipetool: Setup logging before calling prepare
     new 68009f4  oeqa/eSDK: Ignore errors during directory cleanup
     new b4740d2  oeqa/core/loader: Generate function _make_failed_test dynamically
     new 7281c99  selftest/cases/package: Call parent setUpClass method
     new 9419c81  oeqa/selftest/{context,case}: Handle KeyboardInterrupt/SIGINT and SIGTERM
     new 33634b4  oe/copy_buildsystem: check_sstate_task_list also pop BBPATH from env
     new 3ef5b51  argparse_oe: Add int_positive type
     new 5212d88  subversion: Upgrade 1.9.5-> 1.9.6

The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/base.bbclass                          |   4 +-
 meta/classes/populate_sdk_ext.bbclass              |   1 -
 meta/classes/staging.bbclass                       |   2 +-
 meta/conf/sanity.conf                              |   2 +-
 meta/lib/oe/copy_buildsystem.py                    |   1 +
 meta/lib/oeqa/core/loader.py                       |  25 ++--
 meta/lib/oeqa/selftest/case.py                     |  36 +++--
 meta/lib/oeqa/selftest/cases/eSDK.py               |   2 +-
 meta/lib/oeqa/selftest/cases/package.py            |   2 +
 meta/lib/oeqa/selftest/context.py                  | 107 ++++++++++----
 .../{subversion_1.9.5.bb => subversion_1.9.6.bb}   |   4 +-
 oe-init-build-env                                  |   8 --
 oe-init-build-env-memres                           |  90 ------------
 scripts/lib/argparse_oe.py                         |   7 +
 scripts/lib/devtool/__init__.py                    |  33 +----
 scripts/lib/devtool/standard.py                    |  71 ++-------
 scripts/lib/devtool/upgrade.py                     |  10 +-
 scripts/lib/recipetool/create.py                   | 102 ++++++-------
 scripts/lib/recipetool/create_npm.py               |  37 ++++-
 scripts/lib/scriptutils.py                         | 158 ++++++++++++++++-----
 scripts/oe-buildenv-internal                       |   3 +-
 scripts/oe-pkgdata-util                            |   3 +-
 scripts/recipetool                                 |   2 +-
 23 files changed, 345 insertions(+), 365 deletions(-)
 rename meta/recipes-devtools/subversion/{subversion_1.9.5.bb => subversion_1.9.6.bb} (96%)
 delete mode 100755 oe-init-build-env-memres

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


More information about the Openembedded-commits mailing list