summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-04-22 15:16:12 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-08-25 11:24:01 +0300
commit9586dfd4ce3b9f76c87979f4c8d61e64353aa94b (patch)
tree3c488ed0e0af78f0d477a1e41061da4f7176b5df /meta-amd
parentf3ee14a2ef601d0bbcf0d7f70dc23be3bacf29d3 (diff)
downloadopenbmc-9586dfd4ce3b9f76c87979f4c8d61e64353aa94b.tar.xz
meta-ethanolx: Add blacklist file for the 'fru-device' app
Some I2C addresses can't be probed for a FRU. For example, device at this address can be already connected to a driver or the I2C bus is not scannable like the APML bus. In this case 'fru-device' app will be producing messages like this: 'fru-device[XXX]: device at bus X address XX busy' To avoid these unnecessary log messages add I2C bus blacklist json file for the 'fru-device' app. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I0618943c9362117d9931defa1e17bcd999621197
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/blocklist.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/blocklist.json b/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/blocklist.json
new file mode 100644
index 000000000..abe49d376
--- /dev/null
+++ b/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/blocklist.json
@@ -0,0 +1,3 @@
+{
+ "buses": [0, 1, 2, 4, 5, 6, 7, 8]
+}