diff options
author | Pierre Marzin <pierre.marzin@iot.bzh> | 2019-05-15 09:36:08 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-07-23 21:21:56 +0000 |
commit | c1e34baa79d3e1000f31f46f38e7b934c8694b58 (patch) | |
tree | c8e2ed11dd8babc6db32909c54eab2b860f91b8e /templates/machine/ebisu/50_setup.sh | |
parent | 48421cc660fccd5f0cc7d2448d6d52b5a2dc34b1 (diff) |
machine: Add new ebisu machine
* Add ebisu dependency within renesas bootfiles
* Delete rcar ADAS layers support
* Add weston video output config
* Add missing modules and gst plugin
Bug-AGL: SPEC-2564
Change-Id: I61a44f831d0bc55210847eade2a1eacc7599fa74
Signed-off-by: Pierre Marzin <pierre.marzin@iot.bzh>
Diffstat (limited to 'templates/machine/ebisu/50_setup.sh')
-rw-r--r-- | templates/machine/ebisu/50_setup.sh | 10 |
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 |