summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-02-04 02:25:49 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-02-10 06:26:13 +0300
commit547aef9f410c3d5a089f24b7d1d76ac456a59506 (patch)
tree343ea8760f336e60e6226941d5bf1bf6b293e20f /meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
parenta8acb6c0ff944ebe16aade8496ff071262e55d3a (diff)
downloadopenbmc-547aef9f410c3d5a089f24b7d1d76ac456a59506.tar.xz
meta-phosphor: phosphor-debug-collector: handle obmc-static-norootfs DISTRO_FEATURE
Ensure the jffs-workaround isn't applied to obmc-static-norootfs images since they use UBI. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I75f210a8e82647e71d760d35f49b098fb180084e
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
index b47c750fab..04f2182fbd 100644
--- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
+++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
@@ -17,7 +17,7 @@ DEPENDS += " \
fmt \
"
PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', \
- 'obmc-ubi-fs phosphor-mmc', '', 'jffs-workaround', d)}"
+ 'obmc-ubi-fs phosphor-mmc obmc-static-norootfs', '', 'jffs-workaround', d)}"
PACKAGECONFIG[jffs-workaround] = "-Djffs-workaround=enabled, \
-Djffs-workaround=disabled"
PACKAGECONFIG[host-dump-transport-pldm] = " \