summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2023-03-06 12:04:46 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-03-10 02:00:32 +0300
commitbc3087fab8a86a806bb351f551ba46e519744d3f (patch)
tree7c65e51403b517665b983251855a7de81427f44d /meta-facebook
parent31cca7c34ed29aa51eb480500d7bd3464efa6d22 (diff)
downloadopenbmc-bc3087fab8a86a806bb351f551ba46e519744d3f.tar.xz
meta-bletchley: elimiate gpiomon event messages
Add silent option to elimiate event log messages from gpiomon command. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I15726bdeb510b7b7771a040656a41d84aae64d7f
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-common-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-common-functions b/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-common-functions
index 49bca93f80..d0a27ddfa6 100644
--- a/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-common-functions
+++ b/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-common-functions
@@ -49,7 +49,7 @@ wait_gpio_falling()
return 1
fi
- timeout "$TIMEOUT_SEC" gpiomon --falling-edge --num-events=1 "${GPIO_INFO[0]}" "${GPIO_INFO[1]%$'\n'}"
+ timeout "$TIMEOUT_SEC" gpiomon --silent --falling-edge --num-events=1 "${GPIO_INFO[0]}" "${GPIO_INFO[1]%$'\n'}"
}
set_fan()