All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] contrib/testing/testscript.sh: Dont define BBMASK
@ 2011-02-17  6:48 Khem Raj
  2011-02-17 15:25 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2011-02-17  6:48 UTC (permalink / raw)
  To: openembedded-devel

* 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>
---
 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] contrib/testing/testscript.sh: Dont define BBMASK
  2011-02-17  6:48 [PATCH] contrib/testing/testscript.sh: Dont define BBMASK Khem Raj
@ 2011-02-17 15:25 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2011-02-17 15:25 UTC (permalink / raw)
  To: openembedded-devel

On 02/16/2011 11:48 PM, Khem Raj wrote:
> * 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>
> ---
>   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=""

Acked-by: Tom Rini <tom_rini@mentor.com>

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-17 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17  6:48 [PATCH] contrib/testing/testscript.sh: Dont define BBMASK Khem Raj
2011-02-17 15:25 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.