summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/scripts
AgeCommit message (Collapse)AuthorFilesLines
2017-03-17meta-renesas setup: typo fixesMartin Kelly1-2/+2
Change-Id: Ice0612d2f88f1b4b76abc9ca4522c3b61f6c4201 Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-03-16meta-renesas: don't cd; just unzipMartin Kelly1-4/+2
This is slightly cleaner and better for handling failure cases. If the script fails between two cd commands, the cwd is unchanged. Change-Id: Iba1eb9f1cb1571133af9341b25a3afd1f0ca77dc Signed-off-by: Martin Kelly <mkelly@xevo.com>
2016-10-25Update R-Car series evaluation software packageTadao Tanikawa1-13/+18
Gfx drivers and multimedia packages provided by Renesas are updated. Also fix some messages when missing these packages. Change-Id: Ifa094c6f8f86a26f523bd8f4503ae22580998c29 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-06-20Update R-Car series evaluation software packageTadao Tanikawa1-1/+1
Gfx drivers and multimedia packages provided by Renesas are updated. Change-Id: I6ba6a35052e20313dbe7477decd16f8073ced3b7 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-15Update R-Car series evaluation software packageYoshihito Ogawa1-1/+1
Because gfx drivers and multimedia packages were updated, we need to update a copying script. This script is used for copying gfx drivers & multimedia packages for R-Car2 M2 Porter board. Change-Id: Icc5a3e232df8b9e1b867450ff56479b2bb9c3f30 Signed-off-by: Yoshihito Ogawa <yoshihito.ogawa.kc@renesas.com>
2015-12-05Fix errors in setup scriptsJan-Simon Möller1-3/+3
- return is never negative in bash - add exit value 1 to copy_mm_software_lcb.sh Change-Id: I36f39927967709f23543426da95a66da68c86143 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-10-06Add shell script for copying gfx drivers & multimedia packagesTadao Tanikawa1-0/+56
This copying script is used from meta-agl/scripts/envsetup.sh when integrate AGL Distribution with repo. This script copy gfx drivers & multimedia packages for R-Car2 M2 Porter board. IMPORTANT NOTE: Before running this scripts, proprietary binaries should be downloaded manually, because they require click-though license agreement to download and use them. There are 2 tarballs to be downloaded and stored into your $XDG_DOWNLOAD_DIR (e.g. $HOME/Downloads) You can check where your XDG_DOWNLOAD_DIR is by this command: $ test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && source ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs $ echo ${XDG_DOWNLOAD_DIR:-$HOME/Downloads} Ideally, they should be able to download automatically by recipes in meta-renesas, but we cannot use this way for now. Change-Id: I50831855e95b81f4f702f52ce78b79b4b5c837e6 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>