From bc3087fab8a86a806bb351f551ba46e519744d3f Mon Sep 17 00:00:00 2001 From: Potin Lai Date: Mon, 6 Mar 2023 17:04:46 +0800 Subject: meta-bletchley: elimiate gpiomon event messages Add silent option to elimiate event log messages from gpiomon command. Signed-off-by: Potin Lai Change-Id: I15726bdeb510b7b7771a040656a41d84aae64d7f --- .../recipes-bletchley/plat-tools/files/bletchley-common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-facebook') 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() -- cgit v1.2.3