Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/1] Add mechanism to run QA checks on the image once it's built
@ 2016-07-14 13:36 Joshua Lock
  2016-07-14 13:36 ` [RFC PATCH v2 1/1] image: add do_image_qa task to run QA checks on the constructed image Joshua Lock
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2016-07-14 13:36 UTC (permalink / raw)
  To: openembedded-core

Here's v2 of a patch to add a mechanism to call a series of functions to
validate a constructed image.

Changes since v1:
* support shell functions
* don't abuse NotImplementedError

Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.

The following changes since commit b17f91ed06a604e3d356fe17756bfe2ca61594b7:

  tune-ppce500mc.inc: pass -mcpu=e500mc for ppce500mc kernel compile (2016-07-10 14:12:07 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib joshuagl/imageqa
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=joshuagl/imageqa

Joshua Lock (1):
  image: add do_image_qa task to run QA checks on the constructed image

 meta/classes/image.bbclass | 30 ++++++++++++++++++++++++++++++
 meta/lib/oe/utils.py       | 13 +++++++++++++
 2 files changed, 43 insertions(+)

--
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-18  9:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 13:36 [RFC PATCH v2 0/1] Add mechanism to run QA checks on the image once it's built Joshua Lock
2016-07-14 13:36 ` [RFC PATCH v2 1/1] image: add do_image_qa task to run QA checks on the constructed image Joshua Lock
2016-07-18  9:10   ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox