Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ice0612d2f88f1b4b76abc9ca4522c3b61f6c4201
Signed-off-by: Martin Kelly <mkelly@xevo.com>
|
|
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>
|
|
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>
|
|
Gfx drivers and multimedia packages provided by Renesas are updated.
Change-Id: I6ba6a35052e20313dbe7477decd16f8073ced3b7
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
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>
|
|
- 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>
|
|
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>
|