diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-12-05 09:45:50 +0100 |
---|---|---|
committer | Ronan <ronan.lemartret@iot.bzh> | 2016-12-05 09:46:46 +0100 |
commit | a67d0a0dc3187f7901e42bc8390e68547f0583d1 (patch) | |
tree | 64d18353d435e05ad68219b881782a4703b79885 /templates/machine/h3ulcb/50_setup.sh | |
parent | 4d77bb6a6d8520a6eb8bf148efa06773af41c7d0 (diff) |
add h3ulcb support
Change-Id: I9c00765c3c1eece18a80c7b9f16a79a2bb9d2e5a
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'templates/machine/h3ulcb/50_setup.sh')
-rw-r--r-- | templates/machine/h3ulcb/50_setup.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/machine/h3ulcb/50_setup.sh b/templates/machine/h3ulcb/50_setup.sh new file mode 100644 index 000000000..abd2a33af --- /dev/null +++ b/templates/machine/h3ulcb/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 |