vuplus.conf : Drop QA_LOG, add QA_LOGFILE
authorhschang <chang@dev3>
Wed, 2 Jul 2014 08:20:15 +0000 (17:20 +0900)
committerhschang <chang@dev3>
Wed, 2 Jul 2014 08:20:15 +0000 (17:20 +0900)
meta-openvuplus/conf/distro/vuplus.conf

index f0cd9f5..cce6d2a 100644 (file)
@@ -2,7 +2,7 @@
 #@NAME: OpenVuplus
 #@DESCRIPTION: Distribution configuration for OpenVuplus
 
-QA_LOG = "1"
+QA_LOGFILE = "${TMPDIR}/qa.log"
 #USER_CLASSES += "image-prelink"
 SANITY_REQUIRED_UTILITIES = "patch diffstat texi2html makeinfo svn bzip2 tar gzip gawk chrpath wget cpio sshpass"
 INHERIT += "buildhistory recipe_sanity"