Files
meta-openembedded/recipes-core/udev/udev-165/bug/bmi_eventpipe.sh
Koen Kooi ee3afcda72 udev: import 165 from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 11:36:47 +01:00

9 lines
323 B
Bash

#!/bin/sh
#
# This script passes BMI state variables to the running JVM.
#
if [ ${BMIBUS_PRODUCT} != "" ] && [ ${BMIBUS_SLOT} != "" ] && [ ${ACTION} != "" ];
then
echo $BMIBUS_PRODUCT 0 $BMIBUS_SLOT $ACTION > /tmp/eventpipe
fi