diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-31 09:24:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 13:57:11 +0200 |
commit | c0987e7f50f72e53c02d00c0f2483c93fe4325a1 (patch) | |
tree | a248bcda1eec718aa7c17dc39811c29f44c5adaa | |
parent | 3f32cea2e3431ea24846d1ad4b7c5645a0a9ebde (diff) |
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@gmail.com>
-rw-r--r-- | 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 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" |