aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuy Dang <duy.dang.yw@renesas.com>2019-04-29 10:26:23 +0700
committerDuy Dang <duy.dang.yw@renesas.com>2019-07-15 10:05:25 +0700
commitad3a8cfee5b6a6fab17cf1c6e5af851eaec75bd7 (patch)
tree5f7bd5b07e1bfb774a92846ffb36fe176f2e8cad
parentb78d3d3846826a558e16c337be5b2383a2626dd8 (diff)
rcar-gen3: README: Add sample machine name and local.confRenesas-Yocto-v3.21.0
This adds the available values for MACHINE and the location of sample local configuration files. Change-Id: I0125d7e104dcffd286686653f58f6ee0fa824257 Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/meta-rcar-gen3/README.md b/meta-rcar-gen3/README.md
index 9f1628b..555e644 100644
--- a/meta-rcar-gen3/README.md
+++ b/meta-rcar-gen3/README.md
@@ -60,7 +60,16 @@ To build a specific target BSP, configure the associated machine in local.conf:
```bash
MACHINE ??= "<supported board name>"
```
-Select the SOC
+
+Board|MACHINE
+-----|-------
+Salvator-X/XS|MACHINE="salvator-x"
+Ebisu|MACHINE="ebisu"
+Starter Kit Pro (M3ULCB)|MACHINE="m3ulcb"
+Starter Kit Pro (M3NULCB)|MACHINE="m3nulcb"
+Starter Kit Premier (H3ULCB)|MACHINE="h3ulcb"
+
+Select the SOC:
```bash
For H3: r8a7795
SOC_FAMILY = "r8a7795"
@@ -92,6 +101,9 @@ Enable tuning support for Capacity Aware migration Strategy (CAS)
```bash
MACHINE_FEATURES_append = " cas"
```
+
+For a list of sample local.conf file, please refer to: [docs/sample/conf/](docs/sample/conf/)
+
Build the target file system image using bitbake:
```bash
$ bitbake core-image-minimal