From: Khem Raj Date: Thu, 17 Feb 2011 14:48:24 +0000 (+0000) Subject: contrib/testing/testscript.sh: Dont define BBMASK X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8610b9795ea127853f9aa0a30de9986e6dca2b0b;p=openembedded.git contrib/testing/testscript.sh: Dont define BBMASK * BBMASK is set in bitbake.conf by default and it skips nonworking and obsolete recipes which is what we want emptying it here could cause redundant parse of the graveyards Signed-off-by: Khem Raj Acked-by: Tom Rini Signed-off-by: Frans Meulenbroeks --- diff --git a/contrib/testing/testscript.sh b/contrib/testing/testscript.sh index 992b02e6df..3c3927f469 100755 --- a/contrib/testing/testscript.sh +++ b/contrib/testing/testscript.sh @@ -49,9 +49,6 @@ TMPDIR = "${TOPDIR}/tmp" BBFILES = "${TOPDIR}/openembedded/recipes/*/*.bb" ENABLE_BINARY_LOCALE_GENERATION = "0" -# Which files do we want to parse: -BBMASK = "" - # ccache always overfill $HOME.... CCACHE=""