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)
downloadpoky-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."
85DL_DIR[doc] = "The directory where tarballs will be stored. @group fetcher" 85DL_DIR[doc] = "The directory where tarballs will be stored. @group fetcher"
86CVSDIR[doc] = "The directory where cvs checkouts will be stored in. @group fetcher" 86CVSDIR[doc] = "The directory where cvs checkouts will be stored in. @group fetcher"
87GITDIR[doc] = "The directory where git clones will be stored. @group fetcher" 87GITDIR[doc] = "The directory where git clones will be stored. @group fetcher"
88SVNDIR[doc] = "The directory where subversion checkouts will be stored. @group fetcher"
88 89
89STAMP[doc] = "The directory that holds files to keep track of what was built." 90STAMP[doc] = "The directory that holds files to keep track of what was built."
90WORKDIR[doc] = "The directory where a concrete package will be unpacked and built." 91WORKDIR[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
97 98
98SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1" 99SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1"
99 100
101# insane bbclass
102QA_LOG[doc] = "Enable logging of QA errors to log.qa_package. Default is not to log."
103
100# palmtop build class 104# palmtop build class
101PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread" 105PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread"
102 106
103COMPATIBLE_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." 107COMPATIBLE_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."
104COMPATIBLE_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." 108COMPATIBLE_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."
109
110SOURCE_MIRROR_FETCH[doc] = "Switch marking build as source fetcher. Used to skip COMPATIBLE_* checking."
111SOURCE_MIRROR_URL[doc] = "URL to source mirror which will be used before fetching from original SRC_URI."
112
113BBINCLUDELOGS[doc] = "Boolean switch to get log printed on failure."
114BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure."
115
116
117# seppuku bbclass
118SEPPUKU_AUTOBUILD[doc] = "This is an autobuild, broken packages are cleaned automatically. Don't define this at all if this is not an autobuild"
119SEPPUKU_USER[doc] = "The login-name for the bugzilla account"
120SEPPUKU_PASS[doc] = "The password for this account"
121#SEPPUKU_LOGIN = "http://bugs.openembedded.org/query.cgi?"
122SEPPUKU_LOGIN[doc] = "path to the login script of the bugzilla, note the ? at the end"
123#SEPPUKU_QUERY = "http://bugs.openembedded.org/buglist.cgi"
124SEPPUKU_QUERY[doc] = "The query script of the bugzilla"
125#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&"
126SEPPUKU_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 &"
127#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&"
128SEPPUKU_ADDCOMMENT[doc]= "The url used to reopen bug reports and to add another new comment"
129#SEPPUKU_ATTACHMENT = "http://bugs.openembedded.org/attachment.cgi"
130SEPPUKU_ATTACHMENT[doc] = "The url used to create attachments."
131
132
133#SEPPUKU_PRODUCT = "Openembedded"
134SEPPUKU_PRODUCT[doc] = "The product inside the bugtracker"
135#SEPPUKU_COMPONENT = "build"
136SEPPUKU_COMPONENT[doc]= "The component inside the bugtracker"