summaryrefslogtreecommitdiffstats
path: root/doc/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/README b/doc/README
new file mode 100644
index 0000000000..642628ec9b
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,24 @@
+Bitbake QA will hold Quality Assurance Resources:
+ The primary user will be OpenEmbedded but it is useful
+for any other user bitbake as well.
+
+layout of the bitbake_qa module:
+conf/
+ It contains example configurations used to run tests
+with specified parameters (for overrides)
+
+doc/
+ This directory
+
+modules/module_name/
+ QA modules doing the actual tests
+
+
+I hope to offer the following tests soon:
+
+source_checker - It will check if the sources can still be fetched
+ and generates reports
+patch_checker - It will check if the patches still applies
+doc_checker - It will check if all variables have a documentation
+content_checker - It will check for common misusage in variables
+depends_checker - Check if native packages RDEPEND on non-native packages