shr: inherit couple of usefull classes: recipe_sanity, insane, devshell and bump...
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 31 May 2010 07:24:36 +0000 (09:24 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 25 Jun 2010 11:57:11 +0000 (13:57 +0200)
* gcc major version was changed, better to sync recipes to targets
* new QA tasks needs available workdirs

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/shr.conf

index 873b41b..2f58d4b 100644 (file)
@@ -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"