summaryrefslogtreecommitdiffstats
path: root/meta/files/layers.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta/files/layers.schema.json')
-rw-r--r--meta/files/layers.schema.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/files/layers.schema.json b/meta/files/layers.schema.json
index cd4ddd3dcd..659ee8da49 100644
--- a/meta/files/layers.schema.json
+++ b/meta/files/layers.schema.json
@@ -29,21 +29,6 @@
"description": "Whether the directory with the layer source also contains this json description. Tools may want to skip the checkout of the source then.",
"type": "boolean"
},
- "layers": {
- "description": "The dict of layers to be used from this upstream source",
- "type": "object",
- "patternProperties": { ".*" : {
- "description": "A layer from the upstream source",
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "subpath": {
- "description": "The subpath (relative to the source root) for this layer. Omit if the source root is the layer path",
- "type": "string"
- }
- }
- }}
- },
"git-remote": {
"description": "A remote git source from which to fetch",
"type": "object",