[elbe-devel] [PATCH v2 1/8] dbsfed.xsd: move "mem" field from buildimage to initvm
Torben Hohn
torben.hohn at linutronix.de
Tue May 8 17:10:39 CEST 2018
the xml nore "buildimage/mem" is not evaluated anymore.
remove that and add it under the initvm node.
add evaluation of initvm/mem in a subsequent patch.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
schema/dbsfed.xsd | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 641f5739..908f786f 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -342,6 +342,13 @@
</documentation>
</annotation>
</element>
+ <element name="mem" type="rfs:memory" minOccurs="0" maxOccurs="1">
+ <annotation>
+ <documentation>
+ amount of memory mapped into the virtual build environment
+ </documentation>
+ </annotation>
+ </element>
<element name="img" type="rfs:string" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>
@@ -506,13 +513,6 @@
</documentation>
</annotation>
</element>
- <element name="mem" type="rfs:memory" minOccurs="0" maxOccurs="1">
- <annotation>
- <documentation>
- amount of memory mapped into the virtual build environment
- </documentation>
- </annotation>
- </element>
<element name="interpreter" type="rfs:string" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>
--
2.11.0
More information about the elbe-devel
mailing list