blob: 67199f9f09955a2262c1cf791f8efe7cea363825 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SUMMARY="Add /org/openbmc namespace to phosphor-mapper"
DESCRIPTION="Add the legacy /org/openbmc path namespace and \
org.openbmc nterface prefix to the mapper watch list."
inherit phosphor-mapper
inherit native
inherit obmc-phosphor-license
PHOSPHOR_MAPPER_NAMESPACE_append = " /org/openbmc"
PHOSPHOR_MAPPER_INTERFACE_append = " org.openbmc"
|