aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-02-17 14:48:24 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2011-02-17 21:49:30 +0100
commit8610b9795ea127853f9aa0a30de9986e6dca2b0b (patch)
tree3297c8dc9e8a3236bd60631d7e8c554d9bd06cf5 /contrib
parentb3ad287d0f5e1dcbf262412c3ef9499793dbeeef (diff)
downloadopenembedded-8610b9795ea127853f9aa0a30de9986e6dca2b0b.tar.gz
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 <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/testing/testscript.sh3
1 files changed, 0 insertions, 3 deletions
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=""