From 462bdfe0a0dbd2ba33a6d3c5bbe7b8ab00a675a0 Mon Sep 17 00:00:00 2001 From: Santosh Puranik Date: Mon, 5 Oct 2020 17:22:53 +0530 Subject: meta-ibm: Enable com/ibm D-Bus interfaces on all systems phosphor-dbus-interfaces recipe requires that we add to the OBMC_ORG_YAML_DIRS, the directory paths where the interface YAMLs reside. On IBM systems, we need com/ibm to be addded to that list. Tested: Built Witherspoon and Rainier images cleanly. (From meta-ibm rev: 6f4a08414c5dcea760f75a402cc90a48b833a0aa) Signed-off-by: Santosh Puranik Change-Id: Ife7de39ff10a6ead641ccfe82c31481f5135a0f5 Signed-off-by: Andrew Geissler --- meta-ibm/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-ibm/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend (limited to 'meta-ibm/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend') diff --git a/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend b/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend new file mode 100644 index 000000000..0c632a151 --- /dev/null +++ b/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend @@ -0,0 +1,2 @@ +OBMC_ORG_YAML_SUBDIRS_append_witherspoon = " com/ibm" +OBMC_ORG_YAML_SUBDIRS_append_rainier = " com/ibm" -- cgit v1.2.3