aboutsummaryrefslogtreecommitdiffstats
path: root/conf/documentation.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-24 22:50:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-24 22:50:02 +0000
commit6dfb3436112ac4f5250180f3ae802a961ea319fc (patch)
treef7809a0e6023ecf1cc764b6d9a760185a405687c /conf/documentation.conf
parent51436cc601a5a1c9a0ee2fc3095166315919dc33 (diff)
downloadopenembedded-6dfb3436112ac4f5250180f3ae802a961ea319fc.tar.gz
base.bbclass: Add COMPATIBLE_MACHINE to list machines any given package/file is
compatible with. Update documentation.conf accordingly.
Diffstat (limited to 'conf/documentation.conf')
-rw-r--r--conf/documentation.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf
index d85ccdb0db..20bcc53f5f 100644
--- a/conf/documentation.conf
+++ b/conf/documentation.conf
@@ -96,3 +96,6 @@ SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the
# 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