* 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>
DISTRO_NAME = "shr"
DISTRO_VERSION = "-${DATE}"
DISTRO_REVISION = "2"
-DISTRO_PR = ".4"
+DISTRO_PR = ".5"
DISTRO_TYPE = "release"
#DISTRO_TYPE = "debug"
DISTRO = "shr"
#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"