aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-24 16:32:12 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-24 16:32:12 +0100
commitd95b38b00cd3e9fe7aa0ff9da1ecbc14009d32e1 (patch)
tree7d932d54f41e45dc2c120aff873472bf72bce3be /doc
parent4e311eb42de6e79895980ac7bd7c1944a764c6ac (diff)
doc: Update schema.
Change-Id: I07a4699892f15f83ea642b66858147499f64b19b
Diffstat (limited to 'doc')
-rw-r--r--doc/schema-boot.rst2
-rw-r--r--doc/schema-defconfig.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/schema-boot.rst b/doc/schema-boot.rst
index 97c96cd..f3cdc71 100644
--- a/doc/schema-boot.rst
+++ b/doc/schema-boot.rst
@@ -317,7 +317,7 @@ have when sent to the server.
Notes
+++++
-* ``defconfig_full``: This field should be used to specify the entire defconfig used if config fragments have been used. It should not contain the architecture (``arch``) value. If not defined, the ``defconfig`` value will be used. Its value should conform to: ``defconfig[+fragment[+fragment ... ]]``.
+* ``defconfig_full``: This field should be used to specify the full defconfig name if config fragments have been used. It should not contain the architecture (``arch``) value. If not defined, the ``defconfig`` value will be used. Its value should conform to: ``defconfig[+fragment[+fragment ... ]]``.
More Info
*********
diff --git a/doc/schema-defconfig.rst b/doc/schema-defconfig.rst
index 3fd7a79..031d51a 100644
--- a/doc/schema-defconfig.rst
+++ b/doc/schema-defconfig.rst
@@ -298,7 +298,7 @@ server.
Notes
+++++
-* ``defconfig_full``: This field should be used to specify the entire defconfig used if config fragments have been used. It should not contain the architecture (``arch``) value. If not defined, the ``defconfig`` value will be used. Its value should conform to: ``defconfig[+fragment[+fragment ... ]]``.
+* ``defconfig_full``: This field should be used to specify the full defconfig name if config fragments have been used. It should not contain the architecture (``arch``) value. If not defined, the ``defconfig`` value will be used. Its value should conform to: ``defconfig[+fragment[+fragment ... ]]``.
More Info
*********