From 38bc34255f56604b443c12836891108632c41e80 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 8 Sep 2020 11:32:19 -0500 Subject: 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 Change-Id: Ic049da4855df7e19225e7acd9eeb16efaa9808d1 Signed-off-by: Andrew Geissler --- .../packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 - .../packagegroup-core-standalone-sdk-target.bbappend | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-core/packagegroups') diff --git a/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend index a3e2dcda2..e111a4d95 100644 --- a/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend +++ b/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend @@ -1,7 +1,6 @@ RDEPENDS_${PN}_append = " \ nativesdk-autoconf-archive \ nativesdk-meson \ - nativesdk-phosphor-dbus-interfaces-yaml \ nativesdk-python3-sdbus++ \ nativesdk-phosphor-logging-elog \ " diff --git a/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend b/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend index d62dc9985..8327383d0 100644 --- a/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend +++ b/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend @@ -1 +1,7 @@ -RRECOMMENDS_${PN}_append = " googletest sdbusplus phosphor-logging libstdc++-staticdev" +RRECOMMENDS_${PN}_append = " \ + googletest \ + libstdc++-staticdev \ + phosphor-dbus-interfaces-yaml \ + phosphor-logging \ + sdbusplus \ + " -- cgit v1.2.3