diff options
author | Chris Larson <clarson@kergoth.com> | 2009-03-31 15:48:11 -0700 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2009-03-31 15:49:06 -0700 |
commit | 2a8df44bd619c0b57a58baa589ffc30b9409f1c6 (patch) | |
tree | 2354682d11b3e5eb0ba014d54ba7f7f5c2226df7 /conf | |
parent | a7f92402c43c3b2206cada02b38446cbd25e01c5 (diff) |
bitbake.conf: set a default BBMASK of /(nonworking|obsolete)/.
Signed-off-by: Chris Larson <clarson@kergoth.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 7c159afcee..a0d652a26d 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -1,4 +1,9 @@ ################################################################## +# Recipe Parsing +################################################################## +BBMASK = "/(nonworking|obsolete)/" + +################################################################## # Standard target filesystem layout. ################################################################## |