From 0450a0297c37abb07e5230a1db797e93672f287a Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 7 Oct 2022 21:23:47 -0500 Subject: phosphor-objmgr: recipe cleanups Big cleanups to the phosphor-mapper/phosphor-objmgr recipe. - Remove all "mapper-config-native" constructs as the underlying repository has no such support. - Remove all mapper-related bbclasses as they are no longer relevant. - Remove environment support in service file as the mapper executable no longer supports any arguments. - Greatly simplify the 'libmapper' packaging to avoid stray python in the recipe. - Update all recipes to use `DEPENDS += "libmapper"` where appropriate for clarity if they use libmapper. - Rename the recipe from phosphor-mapper to phosphor-objmgr to match the repository name, which allows simpler devtool invocations. Signed-off-by: Patrick Williams Change-Id: I5a64e2feddd1a7919813e007411f9c28b6c9a330 --- .../dbus/intel-dbus-interfaces-mapper-config-native.bb | 11 ----------- .../dbus/phosphor-mapper-config-native.bbappend | 1 - 2 files changed, 12 deletions(-) delete mode 100644 meta-intel-openbmc/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb delete mode 100644 meta-intel-openbmc/meta-common/recipes-phosphor/dbus/phosphor-mapper-config-native.bbappend (limited to 'meta-intel-openbmc') diff --git a/meta-intel-openbmc/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb b/meta-intel-openbmc/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb deleted file mode 100644 index 625a81921f..0000000000 --- a/meta-intel-openbmc/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces-mapper-config-native.bb +++ /dev/null @@ -1,11 +0,0 @@ -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://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -inherit phosphor-mapper -inherit native - -PHOSPHOR_MAPPER_SERVICE:append = " com.intel" -PHOSPHOR_MAPPER_INTERFACE:append = " com.intel" diff --git a/meta-intel-openbmc/meta-common/recipes-phosphor/dbus/phosphor-mapper-config-native.bbappend b/meta-intel-openbmc/meta-common/recipes-phosphor/dbus/phosphor-mapper-config-native.bbappend deleted file mode 100644 index 50f276aa6e..0000000000 --- a/meta-intel-openbmc/meta-common/recipes-phosphor/dbus/phosphor-mapper-config-native.bbappend +++ /dev/null @@ -1 +0,0 @@ -PHOSPHOR_MAPPER_CONFIGS:append:intel = " intel-dbus-interfaces-mapper-config-native" -- cgit v1.2.3