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