From ad9088816bb9cbf93086d1eb9453047da0270e88 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 23 Jun 2021 16:41:07 -0500 Subject: meta-facebook: bletchley: add valid virtual-sensor config phosphor-virtual-sensors was crashing on bletchley due to an empty file, which is invalid JSON. Add a valid JSON file, which is just an empty array, instead. Tested: Ran in QEMU and ensured service no longer crashes. Signed-off-by: Patrick Williams Change-Id: Ibf30771a158344cbce519260d44ea945a0e12723 --- .../phosphor-virtual-sensor/bletchley/bletchley_sensor_config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-facebook') diff --git a/meta-facebook/recipes-phosphor/sensors/phosphor-virtual-sensor/bletchley/bletchley_sensor_config.json b/meta-facebook/recipes-phosphor/sensors/phosphor-virtual-sensor/bletchley/bletchley_sensor_config.json index e69de29bb..fe51488c7 100644 --- a/meta-facebook/recipes-phosphor/sensors/phosphor-virtual-sensor/bletchley/bletchley_sensor_config.json +++ b/meta-facebook/recipes-phosphor/sensors/phosphor-virtual-sensor/bletchley/bletchley_sensor_config.json @@ -0,0 +1 @@ +[] -- cgit v1.2.3