Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit d365714

Browse files
slawrGunnar Andersson
authored andcommitted
CI script: use correct gfx/mmp pkgs for r-car gen 3 yocto bsp v3.7.0
Specify which directory the CI should get the correct "click through" licensed gfx/mmp packages from when building the Renesas R-Car Gen 3 Yocto BSP v3.7.0. Also correct the bug that meant that the variable that is used to hold the directory was not actually used in the copy command. Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
1 parent fef56b6 commit d365714

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/ci-build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040
AGENT_STANDARD_DL_DIR="/var/cache/yocto/downloads"
4141
AGENT_STANDARD_SSTATE_DIR="/var/cache/yocto/sstate"
4242
AGENT_STANDARD_SGX_LOCATION="/var/go/sgx_bin"
43-
AGENT_STANDARD_SGX_GEN3_LOCATION="/var/go/sgx_bin_gen3"
43+
AGENT_STANDARD_SGX_GEN3_LOCATION="/var/go/rcar-gen3/gfx-mmp_ybsp-370_20180423"
4444

4545
# ---- Helper functions ----
4646

@@ -471,8 +471,9 @@ fi
471471

472472
# Deal with special setup, copy binary drivers etc.
473473
if [[ "$TARGET" == "r-car-m3-starter-kit" || "$TARGET" == "r-car-h3-starter-kit" ]]; then
474+
echo "Copying binary graphics and mmp drivers for $TARGET"
474475
cd "$BASEDIR/meta-renesas"
475-
meta-rcar-gen3/docs/sample/copyscript/copy_evaproprietary_softwares.sh /var/go/sgx_bin_gen3/
476+
meta-rcar-gen3/docs/sample/copyscript/copy_evaproprietary_softwares.sh $SGX_GEN_3_DRIVERS
476477
cd "$BASEDIR"
477478
fi
478479

0 commit comments

Comments
 (0)