commit | bc3087fab8a86a806bb351f551ba46e519744d3f | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Mon Mar 06 17:04:46 2023 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Mar 09 23:00:32 2023 +0000 |
tree | 7c65e51403b517665b983251855a7de81427f44d | |
parent | 31cca7c34ed29aa51eb480500d7bd3464efa6d22 [diff] |
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
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 49bca93..d0a27dd 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 @@ 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()