angstrom: globally enable buildhistory.bbclass

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-02-06 08:49:36 +01:00
parent a019f2f49f
commit c3391d1502

View File

@@ -97,9 +97,13 @@ INHERIT += "angstrom-mirrors"
#run QA tests on builds and packages and log them
INHERIT += "insane"
# INHERIT += "packagehistory"
QA_LOG = "1"
# Log information on images and packages
# https://github.com/Angstrom-distribution/buildhistory/
INHERIT += "buildhistory"
BUILDHISTORY_COMMIT = "1"
#run QA tests on recipes
#INHERIT += "recipe_sanity"