* 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>
BBFILES = "${TOPDIR}/openembedded/recipes/*/*.bb"
ENABLE_BINARY_LOCALE_GENERATION = "0"
-# Which files do we want to parse:
-BBMASK = ""
-
# ccache always overfill $HOME....
CCACHE=""