From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: paul.eggleton@linux.intel.com
Subject: [PATCH 0/4] Add extensible SDK update test
Date: Mon, 22 Feb 2016 09:03:25 -0600 [thread overview]
Message-ID: <cover.1456153260.git.anibal.limon@linux.intel.com> (raw)
The following changes since commit 8c0ba8d9aff6dec6e458739aafb79b185e951afd:
bitbake: toaster: toastergui Fix invalid char test and implementation (2016-02-19 15:38:49 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib alimon/esdk_update
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/esdk_update
Aníbal Limón (4):
classes/testsdk: Move code for avoid PATHs to oeqa.utils
classes/testsdk: Move the removal of bitbake PATH to eSDK context only
classes/testsdk: Pass tcname to SDK and SDKExt contexts
oeqa/sdkext: Add sdk_update.SDKUpdateTest class.
meta/classes/testsdk.bbclass | 29 +++++++++-------------------
meta/lib/oeqa/oetest.py | 29 ++++++++++++++++++++++++----
meta/lib/oeqa/sdkext/sdk_update.py | 39 ++++++++++++++++++++++++++++++++++++++
meta/lib/oeqa/utils/__init__.py | 17 +++++++++++++++++
4 files changed, 90 insertions(+), 24 deletions(-)
create mode 100644 meta/lib/oeqa/sdkext/sdk_update.py
--
2.1.4
next reply other threads:[~2016-02-22 15:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-22 15:03 Aníbal Limón [this message]
2016-02-22 15:03 ` [PATCH 1/4] classes/testsdk: Move code for avoid PATHs to oeqa.utils Aníbal Limón
2016-02-22 15:03 ` [PATCH 2/4] classes/testsdk: Move the removal of bitbake PATH to eSDK context only Aníbal Limón
2016-02-22 15:54 ` Randy Witt
2016-02-22 16:09 ` Aníbal Limón
2016-02-22 16:23 ` Randy Witt
2016-02-22 16:37 ` Aníbal Limón
2016-02-22 16:48 ` Burton, Ross
2016-02-22 17:05 ` Aníbal Limón
2016-02-22 17:27 ` Randy Witt
2016-02-22 17:47 ` Aníbal Limón
2016-02-22 18:04 ` Aníbal Limón
2016-02-22 15:03 ` [PATCH 3/4] classes/testsdk: Pass tcname to SDK and SDKExt contexts Aníbal Limón
2016-02-22 15:03 ` [PATCH 4/4] oeqa/sdkext: Add sdk_update.SDKUpdateTest class Aníbal Limón
2016-02-22 16:18 ` Randy Witt
2016-02-22 16:26 ` Aníbal Limón
2016-02-22 16:36 ` Randy Witt
2016-02-22 17:10 ` Aníbal Limón
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.1456153260.git.anibal.limon@linux.intel.com \
--to=anibal.limon@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
/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.