aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-19 15:41:05 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-19 15:41:05 +0000
commit97a60902a1f35d6a772f858302f507e8ad0958fc (patch)
tree66fb95225efe962b436d258d4e4e6deab98bd8ce /conf/distro
parent25eedda69f63b6b121b60eec713289a3dccb6561 (diff)
downloadopenembedded-97a60902a1f35d6a772f858302f507e8ad0958fc.tar.gz
angstrom: set QA_LOG to 1
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/angstrom.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 60ba8c6325..8699dc183c 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -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"