summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-jade/recipes-phosphor
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-04-17 00:41:45 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-04-17 17:55:24 +0300
commit0731ef898f1388a63cdb57dcdeda4c2f04c06447 (patch)
tree3cfc9a7589823412ac596f578fba4e60072151a7 /meta-ampere/meta-jade/recipes-phosphor
parent69b4c107a643db8ba310af35c2cf74a75220e25b (diff)
downloadopenbmc-0731ef898f1388a63cdb57dcdeda4c2f04c06447.tar.xz
meta-ampere: shellcheck: fix up source locations
Many scripts in meta-ampere had `shellcheck source=/dev/null`, which isn't as useful as putting the real sourced script. Fix up all of these in the meta-layer to point to the right script, which as a side-effect allow a few global-disables to be removed. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icb43dc76a19edbdada8b4caa6ced57ff07f42d27
Diffstat (limited to 'meta-ampere/meta-jade/recipes-phosphor')
-rwxr-xr-xmeta-ampere/meta-jade/recipes-phosphor/console/obmc-console/ampere_uartmux_ctrl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/ampere_uartmux_ctrl.sh b/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/ampere_uartmux_ctrl.sh
index f28589894e..a464adc876 100755
--- a/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/ampere_uartmux_ctrl.sh
+++ b/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/ampere_uartmux_ctrl.sh
@@ -19,7 +19,7 @@
# <UARTx_MODE> of 1 sets CPU To HDR_CONN
# <UARTx_MODE> of 2 sets BMC to CPU (eg dropbear ssh server on port 2200)
-# shellcheck source=/dev/null
+# shellcheck source=meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/gpio-lib.sh
source /usr/sbin/gpio-lib.sh
if [ $# -lt 2 ]; then