summaryrefslogtreecommitdiffstats
path: root/templates/machine/ebisu/50_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machine/ebisu/50_setup.sh')
-rw-r--r--templates/machine/ebisu/50_setup.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/machine/ebisu/50_setup.sh b/templates/machine/ebisu/50_setup.sh
new file mode 100644
index 000000000..abd2a33af
--- /dev/null
+++ b/templates/machine/ebisu/50_setup.sh
@@ -0,0 +1,10 @@
+# setup proprietary gfx drivers and multimedia packages
+pushd $METADIR 2>/dev/null
+
+SETUP_MM_SCRIPT=$METADIR/meta-agl/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh
+if [ -f $SETUP_MM_SCRIPT ]; then
+ . $SETUP_MM_SCRIPT
+ copy_mm_packages
+fi
+
+popd 2>/dev/null