summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/dbus/openpower-dbus-interfaces-mapper-config-native.bb
blob: 67b09ea5c1fc00fe0cacf49d6b8c0be0baaa0ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY="Add /org/open_power namespace to phosphor-mapper"
DESCRIPTION="Add the /org/open_power path namespace and \
org.open_power interface prefix to the mapper \
watch list."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

inherit phosphor-mapper
inherit native

PHOSPHOR_MAPPER_SERVICE:append = " org.open_power"
PHOSPHOR_MAPPER_INTERFACE:append = " org.open_power"