[oe] [PATCH] contrib/testing/testscript.sh: Dont define BBMASK

Tom Rini tom_rini at mentor.com
Thu Feb 17 15:25:27 UTC 2011


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 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=""

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

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list