[oe-commits] Martin Jansa : shr: inherit couple of usefull classes: recipe_sanity, insane, devshell and bump DISTRO_PR

git version control git at git.openembedded.org
Fri Jun 25 11:58:39 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c0987e7f50f72e53c02d00c0f2483c93fe4325a1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c0987e7f50f72e53c02d00c0f2483c93fe4325a1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon May 31 09:24:36 2010 +0200

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 <Martin.Jansa at gmail.com>

---

 conf/distro/shr.conf |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 873b41b..2f58d4b 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"





More information about the Openembedded-commits mailing list