[oe-commits] Frans Meulenbroeks : minimal: enable QA (as discussed on irc with Mickey)

git version control git at git.openembedded.org
Sat Dec 25 20:36:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f118388495185c9469b69e68a6f9b7a2ebef17ef
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f118388495185c9469b69e68a6f9b7a2ebef17ef

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Dec 25 21:35:17 2010 +0100

minimal: enable QA (as discussed on irc with Mickey)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 conf/distro/minimal.conf |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 5b92a36..c935080 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -94,6 +94,17 @@ require conf/distro/include/sane-toolchain.inc
 require conf/distro/include/arm-thumb.inc
 
 #############################################################################
+# QA
+#############################################################################
+
+#run QA tests on builds and packages and log them  
+INHERIT += "insane"
+QA_LOG = "1"
+
+#run QA tests on recipes
+INHERIT += "recipe_sanity"
+
+#############################################################################
 # PREFERRED VERSIONS
 #############################################################################
 require conf/distro/include/preferred-e-versions.inc





More information about the Openembedded-commits mailing list