minimal: enable QA (as discussed on irc with Mickey)
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 25 Dec 2010 20:35:17 +0000 (21:35 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 25 Dec 2010 20:35:17 +0000 (21:35 +0100)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
conf/distro/minimal.conf

index 5b92a36..c935080 100644 (file)
@@ -93,6 +93,17 @@ LIBC ?= "eglibc"
 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
 #############################################################################