From 62412968bcf0ace5180229c2842b74c4bca8f794 Mon Sep 17 00:00:00 2001 From: Andrei Kartashev Date: Thu, 9 Dec 2021 12:38:40 +0300 Subject: phosphor-host-ipmid: Add option for configuring hybrid sensors Implements PACKAGECONFIG option to enable or disable hybrid sensors. This makes it possible to mix static and dynamic sensors. Note: as for now, statically defined SDR ids would be discarded if hybrid mode is enabled. Signed-off-by: Andrei Kartashev Change-Id: I9a22fbcf2a3c90742d537b71511618f11c8a54cf --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb index 03d4e4f2f..bfc04f63c 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb @@ -23,6 +23,7 @@ def ipmi_whitelists(d): PACKAGECONFIG ??= "" PACKAGECONFIG[dynamic-sensors] = "--enable-dynamic-sensors,--disable-dynamic-sensors" +PACKAGECONFIG[hybrid-sensors] = "--enable-hybrid-sensors,--disable-hybrid-sensors" DEPENDS += "autoconf-archive-native" DEPENDS += "nlohmann-json" -- cgit v1.2.3