aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-16 01:10:42 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-16 01:10:42 +0200
commitc0b076183453b890a5baaf5bbd2d53061e5ecc84 (patch)
treefa2c0004c834e06517098eaaab21eb78bafab339
parent8ab88fbe02de8f7f241eb520aa990cb2e0e585fb (diff)
downloadopenembedded-c0b076183453b890a5baaf5bbd2d53061e5ecc84.tar.gz
angstrom: disable packagehistory, it works a bit too well with multimachine builds
-rw-r--r--conf/distro/include/angstrom.inc3
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