diff options
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index b56e3da132..a40fe5fbc8 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -77,7 +77,8 @@ INHERIT += "devshell" INHERIT += "angstrom-mirrors" #run QA tests on builds and packages and log them -INHERIT += "insane packagehistory" +INHERIT += "insane" +# INHERIT += "packagehistory" QA_LOG = "1" #run QA tests on recipes |