From 2cb727ee5103c1f432dcc9bd2eb8bc5aadddde15 Mon Sep 17 00:00:00 2001 From: Mohaimen Alsamarai Date: Wed, 12 May 2021 14:25:41 -0500 Subject: meta-fii/meta-kudo: fix sensors used by entity-manager 1. Fix sensors in kudo.json a. Update FAN threshold b. Change NBM name c. Change NBM zone name d. Add DIMMG as virtual sensors e. Update DIMMG threshold f. Update NBM threshold 2. Add black list to fix pmbus scan issue Signed-off-by: Mohaimen Alsamarai Change-Id: Id2b781bcc5d2740cec3895ce3096ed793990707b --- .../recipes-phosphor/configuration/entity-manager/blacklist.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json (limited to 'meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json') diff --git a/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json b/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json new file mode 100644 index 000000000..b304fe1d9 --- /dev/null +++ b/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json @@ -0,0 +1,3 @@ +{ + "buses": [1] +} -- cgit v1.2.3