summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2009-03-31 15:48:11 -0700
committerChris Larson <clarson@kergoth.com>2009-03-31 15:49:06 -0700
commit2a8df44bd619c0b57a58baa589ffc30b9409f1c6 (patch)
tree2354682d11b3e5eb0ba014d54ba7f7f5c2226df7 /conf
parenta7f92402c43c3b2206cada02b38446cbd25e01c5 (diff)
downloadopenembedded-2a8df44bd619c0b57a58baa589ffc30b9409f1c6.tar.gz
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.conf5
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.
##################################################################