aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-21 10:54:48 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-21 10:55:11 +0100
commit8e456fb473c0a1b1c529ed09d9f6607262f24ff8 (patch)
treed2316d640ce6bade20447a3ea8b2b42038a4e028 /doc
parent893b625945886c5dfb2d0f91fc3a179f8be19ce0 (diff)
Add new filed to defconfig model.
Change-Id: Id4b60eb88d68242dc1a9b80ea57ec31b3a6ad368
Diffstat (limited to 'doc')
-rw-r--r--doc/schema-defconfig.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/schema-defconfig.rst b/doc/schema-defconfig.rst
index 5191da5..78acf35 100644
--- a/doc/schema-defconfig.rst
+++ b/doc/schema-defconfig.rst
@@ -145,6 +145,10 @@ The following schema covers the data that is available with a GET request.
"type": "string",
"description": "Name of the kernel image created"
},
+ "kconfig_fragments": {
+ "type": "string",
+ "description": "The config fragment used"
+ },
"metadata": {
"type": "object",
"description": "A free form object that can contain different properties"
@@ -274,6 +278,10 @@ server.
},
"text_offset": {
"type": "string"
+ },
+ "kconfig_fragments": {
+ "type": "string",
+ "description": "The config fragment used"
}
},
"required": ["version", "job", "kernel", "defconfig"]