diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 06ed4f9..237ae3f 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -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"