[elbe-devel] [PATCH] schema: Add triplet

bage at linutronix.de bage at linutronix.de
Wed Mar 10 15:51:32 CET 2021


From: Bastian Germann <bage at linutronix.de>

Enable overriding the triplet default for SDK creation.

This might be useful on stretch (see #291).

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 schema/dbsfed.xsd | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 2bdd92ef2..149a41afb 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -776,6 +776,13 @@
           </documentation>
         </annotation>
       </element>
+      <element name="triplet" type="rfs:string" minOccurs="0" maxOccurs="1">
+        <annotation>
+          <documentation>
+            The triplet that is used to generate the SDK environment.
+          </documentation>
+        </annotation>
+      </element>
       <element name="NIC" type="rfs:NIC" minOccurs="0" maxOccurs="1">
         <annotation>
           <documentation>
-- 
2.30.1



More information about the elbe-devel mailing list