From ad3a8cfee5b6a6fab17cf1c6e5af851eaec75bd7 Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Mon, 29 Apr 2019 10:26:23 +0700 Subject: rcar-gen3: README: Add sample machine name and local.conf This adds the available values for MACHINE and the location of sample local configuration files. Change-Id: I0125d7e104dcffd286686653f58f6ee0fa824257 Signed-off-by: Duy Dang Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 ??= "" ``` -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 -- cgit 1.2.3-korg