[oe] [PATCH] contrib/testing/testscript.sh: Dont define BBMASK
Khem Raj
raj.khem at gmail.com
Thu Feb 17 06:48:24 UTC 2011
* 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 at gmail.com>
---
contrib/testing/testscript.sh | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/contrib/testing/testscript.sh b/contrib/testing/testscript.sh
index 992b02e..3c3927f 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=""
--
1.7.2.3
More information about the Openembedded-devel
mailing list