From: Koen Kooi Date: Sat, 20 Jun 2009 17:16:30 +0000 (+0200) Subject: angstrom: inheric recipe_sanity by default X-Git-Tag: Release-2010-05/1~3087^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71a5d2885bedbec41d984fe58790141be2e52b4;p=openembedded.git angstrom: inheric recipe_sanity by default --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 7a6e9a463a..525f949331 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -80,6 +80,9 @@ INHERIT += "angstrom-mirrors" INHERIT += "insane" QA_LOG = "1" +#run QA tests on recipes +INHERIT += "recipe_sanity" + #save statistical info on images INHERIT += "testlab"