summaryrefslogtreecommitdiffstats
path: root/templates/machine/m3ulcb-kf/50_setup.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-30 19:13:19 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-07 18:22:48 +0000
commit0524237a83de69a0877ea4775ebdd061441ade29 (patch)
tree963836cde90ccc6f6db94ee24abda3cf7847c86b /templates/machine/m3ulcb-kf/50_setup.sh
parentcb5914968796d91c5b927b33f8eab29fb0bf76ce (diff)
Refactor the m3ulcb machine templates
This splits the machine templates for the m3 into three: - m3ulcb = plain m3ulcb with graphics driver package - m3ulcb-nogfx = plain m3ulcb without graphics driver package - m3ulcb-kf = m3ulcb with kingfisher baseboard and graphics driver package This improves maintainability of the m3ulcb machine targets. Bug-AGL: SPEC-3443 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ib878833709ddc7f706fd15107bfb8dee4272d431 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24913 Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates/machine/m3ulcb-kf/50_setup.sh')
-rw-r--r--templates/machine/m3ulcb-kf/50_setup.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/machine/m3ulcb-kf/50_setup.sh b/templates/machine/m3ulcb-kf/50_setup.sh
new file mode 100644
index 000000000..abd2a33af
--- /dev/null
+++ b/templates/machine/m3ulcb-kf/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