[elbe-devel] [PATCH 1/2] elbexml: export ebase.all() of self.xml

Torben Hohn torben.hohn at linutronix.de
Wed Oct 2 13:15:26 CEST 2019


ebase has an all() method.

prepare for cdrom.py to access it, and export it as ElbeXML.all()

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/elbexml.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/elbepack/elbexml.py b/elbepack/elbexml.py
index 2dd5c0f4a..e281bbd13 100644
--- a/elbepack/elbexml.py
+++ b/elbepack/elbexml.py
@@ -96,6 +96,9 @@ class ElbeXML(object):
     def node(self, path):
         return self.xml.node(path)
 
+    def all(self, path):
+        return self.xml.all(path)
+
     def is_cross(self, host_arch):
 
         target = self.text("project/buildimage/arch", key="arch")
-- 
2.20.1




More information about the elbe-devel mailing list