[oe-commits] [openembedded-core] branch master-next updated (da0d01b -> 1ee91b4)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 21 12:43:34 UTC 2016


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

  discards  da0d01b   oeqa/selftest/kernel.py: Add new file destined for kernel related tests
  discards  b0694c7   runqemu-internal: split the code into functions
  discards  c7be4b4   runqemu-internal: cleanup unsed code
  discards  a4e2972   runqemu: simplify checking for iso and ramfs
  discards  b58b610   runqemu: add support for qcow2 and vdi
  discards  e1f1e0a   runqemu: remove ISO and RAMFS from help text
  discards  d0efe0b   runqemu: simplify the checking for vm images
  discards  fa31035   runqemu: fix ROOTFS for vmdk
      adds  9c20076   oe-buildenv-internal: Correct the sed expression which updates $PATH
       new  2d0012d   classes/packagegroup: fix dbg/dev/ptest complementary packages
       new  ba20ba4   classes/packagegroup: drop complementary -ptest if ptest not in DISTRO_FEATURES
       new  3e06ea6   classes/distutils*: don't hide logs when setup script fails
       new  991df90   site.conf.sample: fix reference to oe-git-proxy script
       new  cbad025   devtool: sdk-install: add option to allow building from source
       new  697c9c0   classes/populate_sdk_ext: parse metadata on minimal SDK install
       new  78d6859   bitbake.conf: whitelist proxy variables in config hash
       new  48abc6a   devtool: configure-help: fix error if do_configure not already run
       new  7c6eb87   devtool: add: delete externalsrc files on npm recipe do_install
       new  93adec4   devtool: add: create git repository if URL specified as positional argument
       new  9a365da   oe-publish-sdk: drop SDK installer file from published output
       new  e327555   oe-publish-sdk: improve help output slightly
       new  8d39565   oe-publish-sdk: fix remote publishing
       new  a894adb   rpm: check _gpg_passphrase before ask for input
       new  12a666d   gpg_sign.py: get rid of pexpect
       new  89034e9   selftest/signing.py: RPM_GPG_PASSPHRASE_FILE -> RPM_GPG_PASSPHRASE
       new  dab3762   python(3): Disable tkinter
       new  fdb91be   runqemu: fix ROOTFS for vmdk
       new  f1122ad   runqemu: simplify the checking for vm images
       new  951fb15   runqemu: remove ISO and RAMFS from help text
       new  1634496   runqemu: add support for qcow2 and vdi
       new  af00104   runqemu: simplify checking for iso and ramfs
       new  a32516b   runqemu-internal: cleanup unsed code
       new  1ee91b4   runqemu-internal: split the code into functions

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   (da0d01b)
            \
             N -- N -- N   refs/heads/master-next (1ee91b4)

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 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/files/signing/secret.txt             |  1 -
 meta/classes/distutils-tools.bbclass               |  8 +--
 meta/classes/distutils.bbclass                     |  8 +--
 meta/classes/distutils3.bbclass                    |  8 +--
 meta/classes/npm.bbclass                           |  6 +-
 meta/classes/packagegroup.bbclass                  | 12 +++-
 meta/classes/populate_sdk_ext.bbclass              |  2 +-
 meta/classes/sign_rpm.bbclass                      | 10 ++--
 meta/conf/bitbake.conf                             |  4 +-
 meta/conf/site.conf.sample                         |  2 +-
 meta/files/ext-sdk-prepare.py                      | 10 +++-
 meta/lib/oe/gpg_sign.py                            | 24 ++------
 meta/lib/oeqa/selftest/devtool.py                  |  2 +
 meta/lib/oeqa/selftest/kernel.py                   | 29 ---------
 meta/lib/oeqa/selftest/signing.py                  |  2 +-
 .../python/avoid_warning_about_tkinter.patch       | 14 +++++
 .../python3/avoid_warning_about_tkinter.patch      | 14 +++++
 ...heck-_gpg_passphrase-before-ask-for-input.patch | 70 ++++++++++++++++++++++
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |  1 +
 scripts/lib/devtool/sdk.py                         | 21 ++++++-
 scripts/lib/devtool/standard.py                    | 13 +++-
 scripts/lib/devtool/utilcmds.py                    |  2 +-
 scripts/oe-buildenv-internal                       |  2 +-
 scripts/oe-publish-sdk                             | 34 +++++++----
 scripts/runqemu-internal                           |  7 ++-
 25 files changed, 211 insertions(+), 95 deletions(-)
 delete mode 100644 meta-selftest/files/signing/secret.txt
 delete mode 100644 meta/lib/oeqa/selftest/kernel.py
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpmqv.c-check-_gpg_passphrase-before-ask-for-input.patch

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


More information about the Openembedded-commits mailing list