From: Frans Meulenbroeks Date: Sat, 25 Dec 2010 20:35:17 +0000 (+0100) Subject: minimal: enable QA (as discussed on irc with Mickey) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f118388495185c9469b69e68a6f9b7a2ebef17ef;p=openembedded.git minimal: enable QA (as discussed on irc with Mickey) Signed-off-by: Frans Meulenbroeks --- diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 5b92a3652b..c935080295 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -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 #############################################################################