diff options
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh b/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh index bd82f4e36..2a937833f 100644 --- a/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh +++ b/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh @@ -16,10 +16,10 @@ function copy_mm_packages() { unzip -o $DOWNLOAD_DIR/$ZIP_2 -d $METADIR/binary-tmp else echo -n "The graphics and multimedia acceleration packages for " - echo -e "the R-Car Gen3 board can be download from :" + echo -e "the R-Car Gen3 board can be downloaded from:" echo -e " <http://www.renesas.com/secret/r_car_download/rcar_demoboard.jsp>" echo -e - echo -n "These 2 files from there should be store in your" + echo -n "These 2 files from there should be stored in your" echo -e "'$DOWNLOAD_DIR' directory." echo -e " $ZIP_1" echo -e " $ZIP_2" |