Update rcar gen3 to BSP 2.23 11/10911/4
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Mon, 11 Sep 2017 21:00:52 +0000 (23:00 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 15 Sep 2017 12:44:40 +0000 (12:44 +0000)
 * WARNING: The URL to download the Renesas BSP driver are change for v2.23
 https://www.renesas.com/en-us/solutions/automotive/rcar-demoboard-2.html
 (needed for WESTON 2.0)

Bug-AGL: SPEC-890

Change-Id: Ia5c788383331cae01cf8517468c326f6368050ea
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10911
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh

index 8bc2c35..242c0f0 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-ZIP_1="R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20170427.zip"
-ZIP_2="R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20170427.zip"
+ZIP_1="R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-weston2-20170904.zip"
+ZIP_2="R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston2-20170904.zip"
 
 COPY_SCRIPT="$METADIR/meta-renesas-rcar-gen3/meta-rcar-gen3/docs/sample/copyscript/copy_evaproprietary_softwares.sh"
 
@@ -44,7 +44,7 @@ function copy_mm_packages() {
                 error "ERROR: FILES \""+$DOWNLOAD_DIR/$ZIP_2+"\" NOT EXTRACTING CORRECTLY"
                 log   "The graphics and multimedia acceleration packages for "
                 log   "the R-Car Gen3 board BSP 2.19 can be downloaded from:"
-                log   " <https://www.renesas.com/solutions/automotive/rcar-demoboard.html>"
+                log   " <https://www.renesas.com/en-us/solutions/automotive/rcar-demoboard-2.html>"
                 log
                 error  "These 2 files from there should be stored in your"
                 error  "'$DOWNLOAD_DIR' directory."