diff options
author | Dave Cobbley <david.j.cobbley@linux.intel.com> | 2018-08-22 21:40:54 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-08-23 12:39:42 -0400 |
commit | 194ff4f1f5d44b12e9cb06ddafa6adb20174a13c (patch) | |
tree | 823835cd29daf8901a31ac14c7e6534abf199be3 /meta-ibm/recipes-phosphor/dbus | |
parent | 4feb727cd6b77a68bdaca63e121b378d814f5eaf (diff) | |
download | talos-openbmc-194ff4f1f5d44b12e9cb06ddafa6adb20174a13c.tar.gz talos-openbmc-194ff4f1f5d44b12e9cb06ddafa6adb20174a13c.zip |
[Subtree] Bring openbmc machines to top level
The new subtree model brings the subtrees up from the openbmc-machines
layer.
Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0
Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/dbus')
3 files changed, 43 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/dbus/ibm-dbus-interfaces-mapper-config-native.bb b/meta-ibm/recipes-phosphor/dbus/ibm-dbus-interfaces-mapper-config-native.bb new file mode 100644 index 000000000..8347b9eec --- /dev/null +++ b/meta-ibm/recipes-phosphor/dbus/ibm-dbus-interfaces-mapper-config-native.bb @@ -0,0 +1,10 @@ +SUMMARY="Add /com/ibm namespace to phosphor-mapper" +DESCRIPTION="Add the /com/ibm path namespace and \ +com.ibm interface prefix to the mapper watch list." + +inherit phosphor-mapper +inherit native +inherit obmc-phosphor-license + +PHOSPHOR_MAPPER_NAMESPACE_append = " /com/ibm" +PHOSPHOR_MAPPER_INTERFACE_append = " com.ibm" diff --git a/meta-ibm/recipes-phosphor/dbus/ibm-dbus-interfaces.bb b/meta-ibm/recipes-phosphor/dbus/ibm-dbus-interfaces.bb new file mode 100644 index 000000000..947f5d7db --- /dev/null +++ b/meta-ibm/recipes-phosphor/dbus/ibm-dbus-interfaces.bb @@ -0,0 +1,32 @@ +SUMMARY = "IBM DBus Interfaces" +DESCRIPTION = "Generated bindings, using sdbus++, for the IBM YAML" +PR = "r1" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig +inherit obmc-phosphor-license +inherit pythonnative +inherit phosphor-dbus-yaml + +DEPENDS += "autoconf-archive-native" +DEPENDS += "sdbus++-native" + +SRC_URI += "git://github.com/openbmc/ibm-dbus-interfaces" +SRCREV = "62c7bff037587fe0fbfdffbe622058d86c7d7b7b" + +DEPENDS_remove_class-native = "sdbus++-native" +DEPENDS_remove_class-nativesdk = "sdbus++-native" + +PACKAGECONFIG ??= "libibm_dbus" +PACKAGECONFIG[libibm_dbus] = " \ + --enable-libibm_dbus, \ + --disable-libibm_dbus, \ + systemd sdbusplus, \ + libsystemd sdbusplus \ + " + +PACKAGECONFIG_remove_class-native = "libibm_dbus" +PACKAGECONFIG_remove_class-nativesdk = "libibm_dbus" + +BBCLASSEXTEND += "native nativesdk" diff --git a/meta-ibm/recipes-phosphor/dbus/phosphor-mapper-config-native.bbappend b/meta-ibm/recipes-phosphor/dbus/phosphor-mapper-config-native.bbappend new file mode 100644 index 000000000..d94a55490 --- /dev/null +++ b/meta-ibm/recipes-phosphor/dbus/phosphor-mapper-config-native.bbappend @@ -0,0 +1 @@ +PHOSPHOR_MAPPER_CONFIGS_append = " ibm-dbus-interfaces-mapper-config-native" |