diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-03-12 23:28:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:17:38 +0000 |
commit | 53e4454fbfacce572fe6ac2e45f75f70c141f1e0 (patch) | |
tree | 7ca97c8bd12ec15c831889b781bd240dba4fc347 /meta/conf/documentation.conf | |
parent | 8d868a9b64b460aa38462115bbb17634544c71cc (diff) | |
download | openembedded-core-53e4454fbfacce572fe6ac2e45f75f70c141f1e0.tar.gz openembedded-core-53e4454fbfacce572fe6ac2e45f75f70c141f1e0.tar.bz2 openembedded-core-53e4454fbfacce572fe6ac2e45f75f70c141f1e0.zip |
documentation.conf: remove unused variable QA_LOG
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r-- | meta/conf/documentation.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 44b1f1ac5f..0bc4230e6e 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -114,9 +114,6 @@ SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." FEED_DEPLOYDIR_BASE_URI[doc] = "Allow to serve ipk deploy dir as an adhoc feed (bogofeed). Set to base URL of the dir as exported by HTTP. Set of adhoc feed configs will be generated in image." -# 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" |