summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/extra_interfaces.d/xyz/openbmc_project/Example/Iface1.interface.yaml (renamed from example/interfaces/xyz/openbmc_project/Example/Iface1.interface.yaml)0
-rw-r--r--example/extra_interfaces.d/xyz/openbmc_project/Example/Iface2.interface.yaml (renamed from example/interfaces/xyz/openbmc_project/Example/Iface2.interface.yaml)0
-rwxr-xr-xpimgen.py2
3 files changed, 1 insertions, 1 deletions
diff --git a/example/interfaces/xyz/openbmc_project/Example/Iface1.interface.yaml b/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface1.interface.yaml
index 5d11fd1..5d11fd1 100644
--- a/example/interfaces/xyz/openbmc_project/Example/Iface1.interface.yaml
+++ b/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface1.interface.yaml
diff --git a/example/interfaces/xyz/openbmc_project/Example/Iface2.interface.yaml b/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface2.interface.yaml
index 09047a8..09047a8 100644
--- a/example/interfaces/xyz/openbmc_project/Example/Iface2.interface.yaml
+++ b/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface2.interface.yaml
diff --git a/pimgen.py b/pimgen.py
index f16b182..8e12944 100755
--- a/pimgen.py
+++ b/pimgen.py
@@ -65,7 +65,7 @@ if __name__ == '__main__':
# Invoke sdbus++ to generate any extra interface bindings for
# extra interfaces that aren't defined externally.
yaml_files = []
- extra_ifaces_dir = os.path.join(args.inputdir, 'interfaces')
+ extra_ifaces_dir = os.path.join(args.inputdir, 'extra_interfaces.d')
if os.path.exists(extra_ifaces_dir):
for directory, _, files in os.walk(extra_ifaces_dir):
if not files:
OpenPOWER on IntegriCloud