Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|