diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-08-08 09:56:27 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-08-08 11:50:30 +0700 |
commit | 14fe2b63e6c580bd48446317a9430e6f035a5895 (patch) | |
tree | ca0b72787832c5514a4a9b7bdd5e74a3e0ce2340 /meta-rcar-gen3/README.evaproprietary.md | |
parent | f5b7f9a6142a2f60c78fa54e7e368164ec583282 (diff) |
rcar-gen3: README: Update release informationthud-Yocto-v3.21.0
This updates READMEs for the following changes:
- Add the available values for MACHINE and the location of sample local
configuration files.
- Remove redundant paragraph.
- Improve the format and contents.
Change-Id: Ib58a07750795877700c578864927e3c14d2d3d8b
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/README.evaproprietary.md')
-rw-r--r-- | meta-rcar-gen3/README.evaproprietary.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-rcar-gen3/README.evaproprietary.md b/meta-rcar-gen3/README.evaproprietary.md index 83dc92b..69a33d8 100644 --- a/meta-rcar-gen3/README.evaproprietary.md +++ b/meta-rcar-gen3/README.evaproprietary.md @@ -14,7 +14,7 @@ This README describes how to use these features and setting local.conf. **NOTE:** * However, to have a completed local.conf, please also refer to Build -Instruction in meta-renesas/meta-rcar-gen3/README. +Instruction in [meta-renesas/meta-rcar-gen3/README.md](README.md). * In addition, these libraries are not provided with recipes. If you would like to use, you will need to get them from Renesas. @@ -42,6 +42,12 @@ to use, you will need to get them from Renesas. MACHINE = "m3ulcb" ``` + * For R-Car Starter Kit Pro(M3NULCB) board + + ```bash + MACHINE = "m3nulcb" + ``` + * For Ebisu board ```bash |