contrib/testing/testscript.sh: Dont define BBMASK
authorKhem Raj <raj.khem@gmail.com>
Thu, 17 Feb 2011 14:48:24 +0000 (14:48 +0000)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 17 Feb 2011 20:49:30 +0000 (21:49 +0100)
* 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>
contrib/testing/testscript.sh

index 992b02e..3c3927f 100755 (executable)
@@ -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=""