[oe-commits] Chris Larson : bitbake.conf: set a default BBMASK of /(nonworking|obsolete) /.

GIT User account git at amethyst.openembedded.net
Tue Mar 31 22:51:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2a8df44bd619c0b57a58baa589ffc30b9409f1c6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2a8df44bd619c0b57a58baa589ffc30b9409f1c6

Author: Chris Larson <clarson at kergoth.com>
Date:   Tue Mar 31 15:48:11 2009 -0700

bitbake.conf: set a default BBMASK of /(nonworking|obsolete)/.

Signed-off-by: Chris Larson <clarson at kergoth.com>

---

 conf/bitbake.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 7c159af..a0d652a 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -1,4 +1,9 @@
 ##################################################################
+# Recipe Parsing
+##################################################################
+BBMASK = "/(nonworking|obsolete)/"
+
+##################################################################
 # Standard target filesystem layout.
 ##################################################################
 





More information about the Openembedded-commits mailing list