From 9586dfd4ce3b9f76c87979f4c8d61e64353aa94b Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Thu, 22 Apr 2021 15:16:12 +0300 Subject: 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 Change-Id: I0618943c9362117d9931defa1e17bcd999621197 --- .../recipes-phosphor/configuration/entity-manager/blocklist.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/blocklist.json 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] +} -- cgit v1.2.3