From: mariano.lopez@linux.intel.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCHv2 0/2] Improvements to oe-selftest
Date: Tue, 21 Feb 2017 14:33:06 +0000 [thread overview]
Message-ID: <cover.1487687412.git.mariano.lopez@linux.intel.com> (raw)
From: Mariano Lopez <mariano.lopez@linux.intel.com>
This series includes to main improvements;
- Remove use of cleansstate tasks from tests in order to use shared
states in the autobuilders
- Optimize use of get_bb_var to avoid calling bitbake -e over and
over again
This has been tested in local autobuilders.
This series requires:
- https://patchwork.openembedded.org/series/5191/
This series supersedes:
- https://patchwork.openembedded.org/series/5101/
- https://patchwork.openembedded.org/series/5122/
Changes in v2:
- Use 'bitbake -c clean <recipe>' after using --force to avoid
complains from bitbake.
The following changes since commit d9b18c28568432e0710099868576b12f23d502cf:
insane.bbclass: Add prepare_recipe_sysroot dependency for package_qa (2017-02-21 13:52:49 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mariano/bug10929
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug10929
Mariano Lopez (2):
selftest: Avoid sstate corruption by calling cleansstate
selftest: Optimize get_bb_var use
meta/lib/oeqa/selftest/archiver.py | 7 +--
meta/lib/oeqa/selftest/bbtests.py | 30 ++++++-----
meta/lib/oeqa/selftest/buildhistory.py | 5 +-
meta/lib/oeqa/selftest/buildoptions.py | 32 +++++------
meta/lib/oeqa/selftest/devtool.py | 75 +++++++++++++++++---------
meta/lib/oeqa/selftest/eSDK.py | 21 ++++----
meta/lib/oeqa/selftest/liboe.py | 21 ++++----
meta/lib/oeqa/selftest/manifest.py | 7 +--
meta/lib/oeqa/selftest/oescripts.py | 8 +--
meta/lib/oeqa/selftest/pkgdata.py | 11 ++--
meta/lib/oeqa/selftest/prservice.py | 12 ++---
meta/lib/oeqa/selftest/recipetool.py | 39 +++++++-------
meta/lib/oeqa/selftest/runtime-test.py | 15 ++++--
meta/lib/oeqa/selftest/signing.py | 20 +++----
meta/lib/oeqa/selftest/sstate.py | 20 ++++---
meta/lib/oeqa/selftest/sstatetests.py | 98 ++++++++++++++--------------------
meta/lib/oeqa/selftest/tinfoil.py | 2 +-
meta/lib/oeqa/selftest/wic.py | 39 +++++++-------
18 files changed, 246 insertions(+), 216 deletions(-)
--
2.6.6
next reply other threads:[~2017-02-21 22:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-21 14:33 mariano.lopez [this message]
2017-02-21 14:33 ` [PATCHv2 1/2] selftest: Avoid sstate corruption by calling cleansstate mariano.lopez
2017-02-21 14:33 ` [PATCHv2 2/2] selftest: Optimize get_bb_var use mariano.lopez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1487687412.git.mariano.lopez@linux.intel.com \
--to=mariano.lopez@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.