aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-24 15:58:23 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-24 15:58:23 +0100
commit0b074a4ac047561aca459cf750f2ee178d988704 (patch)
tree9e98ad256d4b5b055e64d3ed680c276e50b55c2d /doc
parentbd6e60856afb15fb42c443491b3f6a0beb158c72 (diff)
doc: Add note about defconfig_full.
Change-Id: Ie166570423c8fd9f69e736c347e72bc67d0cb022
Diffstat (limited to 'doc')
-rw-r--r--doc/schema-boot.rst4
-rw-r--r--doc/schema-defconfig.rst4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/schema-boot.rst b/doc/schema-boot.rst
index dc853bf..fd23f3c 100644
--- a/doc/schema-boot.rst
+++ b/doc/schema-boot.rst
@@ -314,6 +314,10 @@ have when sent to the server.
"required": ["version", "lab_name", "job", "kernel", "defconfig", "board", "arch"]
}
+Notes
++++++
+
+* ``defconfig_full``: This field should be used to specify the entire defconfig used if config fragments have been used and it should not contain the architecture (``arch``) value. Its value should conform to: ``defconfig[+fragment[+fragment ... ]]``
More Info
*********
diff --git a/doc/schema-defconfig.rst b/doc/schema-defconfig.rst
index b90f164..0985d8c 100644
--- a/doc/schema-defconfig.rst
+++ b/doc/schema-defconfig.rst
@@ -297,6 +297,10 @@ server.
"required": ["version", "job", "kernel", "defconfig"]
}
+Notes
++++++
+
+* ``defconfig_full``: This field should be used to specify the entire defconfig used if config fragments have been used and it should not contain the architecture (``arch``) value. Its value should conform to: ``defconfig[+fragment[+fragment ... ]]``
More Info
*********