[oe-commits] Khem Raj : contrib/testing/testscript.sh: Dont define BBMASK

git version control git at git.openembedded.org
Fri Feb 18 21:44:15 UTC 2011


Module: openembedded.git
Branch: trini/simplify-target-flags
Commit: 8610b9795ea127853f9aa0a30de9986e6dca2b0b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8610b9795ea127853f9aa0a30de9986e6dca2b0b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Feb 17 14:48:24 2011 +0000

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 at gmail.com>
Acked-by: Tom Rini <tom_rini at mentor.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks 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=""
 





More information about the Openembedded-commits mailing list