Skip to content

Commit

Permalink
Odroid XU4 NEXT HDMI hotplug rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonymac32 committed Oct 6, 2017
1 parent e7ad615 commit 11052a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/sources/odroidxu4.conf
Expand Up @@ -112,3 +112,13 @@ family_tweaks()
echo "#Serial console allow root" >> $SDCARD/etc/securetty
echo "ttySAC2" >> $SDCARD/etc/securetty
}

family_tweaks_bsp()
{
if [[ $BRANCH != default ]]; then
mkdir -p $destination/etc/udev/rules.d
mkdir -p $destination/usr/local/bin
cp $SRC/packages/bsp/rockchip/hdmi.rules $destination/etc/udev/rules.d
install -m 755 $SRC/packages/bsp/rockchip/hdmi-hotplug $destination/usr/local/bin
fi
}

0 comments on commit 11052a0

Please sign in to comment.