From 33170c397695a768aa9e00bb2928f1cf24a9bab7 Mon Sep 17 00:00:00 2001 From: Yong Li Date: Thu, 3 Jan 2019 11:41:48 +0800 Subject: meta-intel: Add intel-dbus-interfaces This recipe is used for Intel specific features and IPMI OEM commands. Tested By: bitbake intel-dbus-interfaces (From meta-intel rev: c5a33a96c6ae6eeaedc5d314c8497dc358eff589) Change-Id: I0ce1a37d271fbe43612c75308b02068426a12e0b Signed-off-by: Yong Li Signed-off-by: Brad Bishop --- .../dbus/intel-dbus-interfaces-mapper-config-native.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-intel/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb (limited to 'meta-intel/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb') diff --git a/meta-intel/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb b/meta-intel/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb new file mode 100644 index 000000000..ce95082ce --- /dev/null +++ b/meta-intel/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb @@ -0,0 +1,11 @@ +SUMMARY="Add /com/intel namespace to phosphor-mapper" +DESCRIPTION="Add the /com/intel path namespace and \ +com.intel interface prefix to the mapper watch list." +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit phosphor-mapper +inherit native + +PHOSPHOR_MAPPER_SERVICE_append = " com.intel" +PHOSPHOR_MAPPER_INTERFACE_append = " com.intel" -- cgit v1.2.1