diff options
author | Philip Balister <philip@balister.org> | 2007-05-28 13:11:14 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-05-28 13:11:14 +0000 |
commit | 310c1ed8d1ce25a6e24e1fb39931b86d85085c2c (patch) | |
tree | 3977d43b5992aa4f48cb3bb60dbc5a093e550e54 /conf/documentation.conf | |
parent | 082de8231effc3db38d7c5d33b1457c54f6c69e0 (diff) |
documentation.conf : Document QA_LOG variable.
Diffstat (limited to 'conf/documentation.conf')
-rw-r--r-- | conf/documentation.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index b92c14f7f0..44a174a01b 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -98,6 +98,9 @@ PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slot SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1" +# insane bbclass +QA_LOG[doc] = "Enable logging of QA errors to log.qa_package. Default is not to log." + # palmtop build class PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread" |