summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-08 21:03:39 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-08 21:03:39 +0000
commit9d3073bb2d6996628dbf1df89529a14e87a3b5d0 (patch)
treeebe9616ef15270e0c2b079ee812f0d567f8f7a0f /meta/conf/documentation.conf
parentf751a20152c651a33f08ceda0502fa1d4f11c005 (diff)
downloadopenembedded-core-contrib-9d3073bb2d6996628dbf1df89529a14e87a3b5d0.tar.gz
documentation.conf: Sync with OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2410 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 62622ea255..44a174a01b 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -85,6 +85,7 @@ GROUP_fetcher[doc] = "The key highly influence the fetcher implementations."
DL_DIR[doc] = "The directory where tarballs will be stored. @group fetcher"
CVSDIR[doc] = "The directory where cvs checkouts will be stored in. @group fetcher"
GITDIR[doc] = "The directory where git clones will be stored. @group fetcher"
+SVNDIR[doc] = "The directory where subversion checkouts will be stored. @group fetcher"
STAMP[doc] = "The directory that holds files to keep track of what was built."
WORKDIR[doc] = "The directory where a concrete package will be unpacked and built."
@@ -97,8 +98,39 @@ 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"
COMPATIBLE_HOST[doc] = "A regular expression which matches the HOST_SYS names supported by the package/file. Failure to match will cause the file to be skipped by the parser."
COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser."
+
+SOURCE_MIRROR_FETCH[doc] = "Switch marking build as source fetcher. Used to skip COMPATIBLE_* checking."
+SOURCE_MIRROR_URL[doc] = "URL to source mirror which will be used before fetching from original SRC_URI."
+
+BBINCLUDELOGS[doc] = "Boolean switch to get log printed on failure."
+BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure."
+
+
+# seppuku bbclass
+SEPPUKU_AUTOBUILD[doc] = "This is an autobuild, broken packages are cleaned automatically. Don't define this at all if this is not an autobuild"
+SEPPUKU_USER[doc] = "The login-name for the bugzilla account"
+SEPPUKU_PASS[doc] = "The password for this account"
+#SEPPUKU_LOGIN = "http://bugs.openembedded.org/query.cgi?"
+SEPPUKU_LOGIN[doc] = "path to the login script of the bugzilla, note the ? at the end"
+#SEPPUKU_QUERY = "http://bugs.openembedded.org/buglist.cgi"
+SEPPUKU_QUERY[doc] = "The query script of the bugzilla"
+#SEPPUKU_NEWREPORT = "http://bugs.openembedded.org/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=unspecified&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&"
+SEPPUKU_NEWREPORT[doc]= "This is the url used to create a new bug report, note the defaults for version and priority and more, and the trailing &"
+#SEPPUKU_ADDCOMMENT = "http://bugs.openembedded.org/process_bug.cgi?bug_file_loc=http%3A%2F%2F&version=unspecified&longdesclength=2&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&"
+SEPPUKU_ADDCOMMENT[doc]= "The url used to reopen bug reports and to add another new comment"
+#SEPPUKU_ATTACHMENT = "http://bugs.openembedded.org/attachment.cgi"
+SEPPUKU_ATTACHMENT[doc] = "The url used to create attachments."
+
+
+#SEPPUKU_PRODUCT = "Openembedded"
+SEPPUKU_PRODUCT[doc] = "The product inside the bugtracker"
+#SEPPUKU_COMPONENT = "build"
+SEPPUKU_COMPONENT[doc]= "The component inside the bugtracker"