From: Martin Jansa Date: Mon, 31 May 2010 07:24:36 +0000 (+0200) Subject: shr: inherit couple of usefull classes: recipe_sanity, insane, devshell and bump... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0987e7f50f72e53c02d00c0f2483c93fe4325a1;p=openembedded.git shr: inherit couple of usefull classes: recipe_sanity, insane, devshell and bump DISTRO_PR * gcc major version was changed, better to sync recipes to targets * new QA tasks needs available workdirs Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 873b41bd60..2f58d4b097 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -25,7 +25,7 @@ require conf/distro/include/shr-autorev.inc DISTRO_NAME = "shr" DISTRO_VERSION = "-${DATE}" DISTRO_REVISION = "2" -DISTRO_PR = ".4" +DISTRO_PR = ".5" DISTRO_TYPE = "release" #DISTRO_TYPE = "debug" DISTRO = "shr" @@ -45,6 +45,17 @@ INHERIT += "testlab" #activate the angstrom blacklister INHERIT += "angstrom" +#run QA tests on builds and packages and log them +INHERIT += "insane" +# INHERIT += "packagehistory" +QA_LOG = "1" + +#make devshell available as task +INHERIT += "devshell" + +#run QA tests on recipes +INHERIT += "recipe_sanity" + ANGSTROM_BLACKLIST_pn-bluez-libs = "bluez-libs 3.x has been replaced by bluez4" ANGSTROM_BLACKLIST_pn-bluez-utils = "bluez-utils 3.x has been replaced by bluez4" ANGSTROM_BLACKLIST_pn-atd = "atd has been replaced by atd-over-fso"