[elbe-devel] [PATCH 1/4] dbsfed: targetsdk-pkg-list added as xml element
martinsteih at gmx.de
martinsteih at gmx.de
Wed Feb 19 15:38:22 CET 2025
From: "Steih, Martin" <martin.steih at lachmann-rink.de>
In order to install packages like xyz-dev to the target sysroot,
but not into the resulting target image, a package list like hostsdk-pkg-list
was added.
Signed-off-by: Martin Steih <martin.steih at lachmann-rink.de>
---
elbepack/schema/dbsfed.xsd | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/elbepack/schema/dbsfed.xsd b/elbepack/schema/dbsfed.xsd
index 4da14cd8..273d0b83 100644
--- a/elbepack/schema/dbsfed.xsd
+++ b/elbepack/schema/dbsfed.xsd
@@ -1145,6 +1145,14 @@ SPDX-FileCopyrightText: Linutronix GmbH
</documentation>
</annotation>
</element>
+ <element name="targetsdk-pkg-list" type="rfs:pkg-list" minOccurs="0" maxOccurs="1">
+ <annotation>
+ <documentation>
+ install the given packages into the targetsdk. (ignores pin and versions,
+ with the current implementation)
+ </documentation>
+ </annotation>
+ </element>
</all>
<attributeGroup ref="xml:specialAttrs"/>
</complexType>
--
2.39.5
More information about the elbe-devel
mailing list