angstrom: set QA_LOG to 1
authorKoen Kooi <koen@openembedded.org>
Wed, 19 Mar 2008 15:41:05 +0000 (15:41 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Mar 2008 15:41:05 +0000 (15:41 +0000)
conf/distro/include/angstrom.inc

index 60ba8c6..8699dc1 100644 (file)
@@ -43,8 +43,9 @@ INHERIT += "devshell"
 #use angstrom source mirrors to combat 404s
 INHERIT += "angstrom-mirrors" 
 
-#run QA tests on builds and packages 
+#run QA tests on builds and packages and log them  
 INHERIT += "insane"
+QA_LOG = "1"
 
 #save statistical info on images
 INHERIT += "testlab"