diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-03-16 11:36:10 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-03-17 23:02:21 +0000 |
commit | 8fff09a2d58e7f21f9ee2da001601d36f18b2281 (patch) | |
tree | 240a73295aaab83e37a25728e289e8b4b629ca76 /meta-rcar-gen2/scripts/setup_mm_packages.sh | |
parent | d38c164b56a315d94e2101ef9bd240209282618c (diff) |
meta-renesas setup: typo fixes
Change-Id: Ice0612d2f88f1b4b76abc9ca4522c3b61f6c4201
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Diffstat (limited to 'meta-rcar-gen2/scripts/setup_mm_packages.sh')
-rw-r--r-- | meta-rcar-gen2/scripts/setup_mm_packages.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen2/scripts/setup_mm_packages.sh b/meta-rcar-gen2/scripts/setup_mm_packages.sh index 16c6ae3..0d312d3 100644 --- a/meta-rcar-gen2/scripts/setup_mm_packages.sh +++ b/meta-rcar-gen2/scripts/setup_mm_packages.sh @@ -27,10 +27,10 @@ function copy_mm_packages() { echo -e "ERROR: Missing Renesas proprietary software packages for Porter board." echo -e echo -e " The graphics and multimedia acceleration packages for " - echo -e " the R-Car M2 Porter board can be download from :" + echo -e " the R-Car M2 Porter board can be downloaded from :" echo -e " <http://www.renesas.com/secret/r_car_download/rcar_demoboard.jsp>" echo -e - echo -e " These 2 files from there should be store in" + echo -e " These 2 files from there should be stored in your" echo -e " '$DOWNLOAD_DIR' directory." echo -e " $ZIP_1" echo -e " $ZIP_2" |