summaryrefslogtreecommitdiff
path: root/openembedded/conf/documentation.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 16:10:18 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 16:10:18 +0000
commit8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c (patch)
tree86922c4000d1f4550c9dee9c14856968c95d4951 /openembedded/conf/documentation.conf
parent0d791a970638c9398ed94adafecbca54a0ea5374 (diff)
downloadopenembedded-core-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.tar.gz
openembedded-core-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.tar.bz2
openembedded-core-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.tar.xz
openembedded-core-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.zip
Sync conf files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@373 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/documentation.conf')
-rw-r--r--openembedded/conf/documentation.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/openembedded/conf/documentation.conf b/openembedded/conf/documentation.conf
index 57ca4fe23..20bcc53f5 100644
--- a/openembedded/conf/documentation.conf
+++ b/openembedded/conf/documentation.conf
@@ -91,3 +91,11 @@ GROUP_locale[doc] = "Locale generation of the GNU libc implementation"
ENABLE_BINARY_LOCALE_GENERATION[doc] = "Enable the use of qemu to generate locale information during build time on the host instead of runtime on the target. If you have trouble with qemu-native you should make this an empty var. @group locale"
PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slots (usually pcmcia-cs or pcmciautils)."
+
+SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1"
+
+# 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." \ No newline at end of file