summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-09-08 19:32:19 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-13 18:05:54 +0300
commit38bc34255f56604b443c12836891108632c41e80 (patch)
tree9abc5e5252d91035b09b24ddf12fcdccdc5edc25 /meta-phosphor/recipes-phosphor/dbus
parentae630343d9f180a6fc8cc5f2c48af76064e6e3cd (diff)
downloadopenbmc-38bc34255f56604b443c12836891108632c41e80.tar.xz
phosphor-dbus-interfaces: remove native support
The native and nativesdk packages for PDI were previously used as the mechanism to install YAML files. Within the image, the -native packages are no longer used and instead there is a target -yaml package which contains the YAML files. As a follow up, we can now do the three items: * Remove nativesdk-PDI from SDK. * Add target PDI-yaml to the SDK. * Remove native/native-sdk support from PDI recipes. (From meta-phosphor rev: 4f00c4b4504951324c78183a3ed6e8cbc8f2580c) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic049da4855df7e19225e7acd9eeb16efaa9808d1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dbus')
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
index b95d46672..9743f3c74 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
@@ -23,8 +23,3 @@ PACKAGECONFIG[libphosphor_dbus] = " \
systemd sdbusplus, \
libsystemd \
"
-
-PACKAGECONFIG_remove_class-native = "libphosphor_dbus"
-PACKAGECONFIG_remove_class-nativesdk = "libphosphor_dbus"
-
-BBCLASSEXTEND += "native nativesdk"