From: Koen Kooi Date: Wed, 15 Jul 2009 23:10:42 +0000 (+0200) Subject: angstrom: disable packagehistory, it works a bit too well with multimachine builds X-Git-Tag: Release-2010-05/1~2944 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b076183453b890a5baaf5bbd2d53061e5ecc84;p=openembedded.git angstrom: disable packagehistory, it works a bit too well with multimachine builds --- 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