From: Koen Kooi Date: Wed, 19 Mar 2008 15:41:05 +0000 (+0000) Subject: angstrom: set QA_LOG to 1 X-Git-Tag: Release-2010-05/1~7347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a60902a1f35d6a772f858302f507e8ad0958fc;p=openembedded.git angstrom: set QA_LOG to 1 --- 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"