From e9950a3a638a8b13cfd566ba78cbdeec4da586bb Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Mon, 3 Aug 2020 18:59:57 +0300 Subject: apalis-imx6: udev: add symlink to adc raw data Create symlinks for each supported by Apalis iMX6 ADC channels, standardizing names as apalis-adcX, according to the Apalis signal names table. Related-to: ELB-2839 Signed-off-by: Oleksandr Suvorov (cherry picked from commit 41ebdf6d19a1b8af2e06f274d711823bdb345f29) --- recipes-core/udev/files/toradex-adc.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 recipes-core/udev/files/toradex-adc.sh (limited to 'recipes-core/udev/files/toradex-adc.sh') diff --git a/recipes-core/udev/files/toradex-adc.sh b/recipes-core/udev/files/toradex-adc.sh new file mode 100755 index 0000000..eade822 --- /dev/null +++ b/recipes-core/udev/files/toradex-adc.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +# +# Stub script. Just to satisfy the udev recipe. + -- cgit v1.2.3