aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@renesas.com>2017-08-31 08:30:32 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2018-01-30 10:07:59 +0700
commit4695028d219a385a21aa4c69a56316d37544a1ce (patch)
tree09930ba87e2a2d881de715fba15ba4a19d0342a2
parent2da833fec67c339c20a14c88e1792e7750dcec2c (diff)
rcar-gen3: README: Update for rocko branch
- Change supported branch from krogoth to rocko. - Change package type from IPK to RPM. - Add M3N information. - Add new features in Yv3.4.0. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/README31
-rw-r--r--meta-rcar-gen3/README.proprietary4
2 files changed, 26 insertions, 9 deletions
diff --git a/meta-rcar-gen3/README b/meta-rcar-gen3/README
index dd87e65..703875b 100644
--- a/meta-rcar-gen3/README
+++ b/meta-rcar-gen3/README
@@ -4,7 +4,7 @@ meta-rcar-gen3
This layer provides that evaluation board is mounted ARM SoCs of Renesas
Electronics, called the R-Car Generation 3. Currently, this supports
board and the SoCs of the following:
- - Board: Salvator-X / SoC: R8A7795 (R-Car H3), R8A7796 (R-Car M3)
+ - Board: Salvator-X / SoC: R8A7795 (R-Car H3), R8A7796 (R-Car M3), R8A77965 (R-Car M3N)
- Board: R-Car Starter Kit premier(H3ULCB) / SoC: R8A7795 (R-Car H3)
- Board: R-Car Starter Kit pro(M3ULCB) / SoC: R8A7796 (R-Car M3)
@@ -21,19 +21,19 @@ This layer depends on:
URI: git://git.yoctoproject.org/poky
layers: meta, meta-yocto, meta-yocto-bsp
- branch: krogoth
+ branch: rocko
URI: git://github.com/renesas-rcar/meta-renesas
layers: meta-rcar-gen3
- branch: krogoth
+ branch: rocko
URI: git://git.linaro.org/openembedded/meta-linaro.git
layers: meta-optee
- branch: krogoth
+ branch: rocko
URI: git://git.openembedded.org/meta-openembedded
- layers: meta-oe
- branch: krogoth
+ layers: meta-oe, meta-python, meta-networking
+ branch: rocko
Build Instructions
==================
@@ -53,6 +53,8 @@ After that, initialized configure bblayers.conf by adding meta-rcar-gen3 layer.
<path to layer>/meta-renesas/meta-rcar-gen3 \
<path to layer>/meta-linaro/meta-optee \
<path to layer>/meta-openembedded/meta-oe \
+ <path to layer>/meta-openembedded/meta-python \
+ <path to layer>/meta-openembedded/meta-networking \
"
To build a specific target BSP, configure the associated machine in local.conf:
@@ -67,15 +69,26 @@ Select the SOC
For M3: r8a7796
SOC_FAMILY = "r8a7796"
-Must change the package class to ipk files in local.conf:
-
- PACKAGE_CLASSES ?= "package_ipk"
+ For M3N: r8a77965
+ SOC_FAMILY = "r8a77965"
Configure for systemd init in local.conf:
DISTRO_FEATURES_append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"
+Configure for ivi-shell and ivi-extension
+
+ DISTRO_FEATURES_append = " ivi-shell"
+
+Configure for USB 3.0
+
+ MACHINE_FEATURES_append = " usb3"
+
+Enable Capacity Aware migration Strategy (CAS)
+
+ MACHINE_FEATURES_append = " cas"
+
Build the target file system image using bitbake:
$ bitbake core-image-minimal
diff --git a/meta-rcar-gen3/README.proprietary b/meta-rcar-gen3/README.proprietary
index c8b4f4a..4411c6a 100644
--- a/meta-rcar-gen3/README.proprietary
+++ b/meta-rcar-gen3/README.proprietary
@@ -52,6 +52,7 @@ II/ Build with GLES
MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
# for Wayland/Weston
+ DISTRO_FEATURES_NATIVESDK_append = " wayland"
DISTRO_FEATURES_append = " pam"
PREFERRED_PROVIDER_virtual/libgles1 = ""
PREFERRED_PROVIDER_virtual/libgles2 = "gles-user-module"
@@ -104,6 +105,9 @@ III/ Build with Renesas multimedia libraries
" dddec_lib" - for OMX Media Component Dolby(R) Digital Decoder Library
" dddec_mdw" - for Dolby(R) Digital Decoder Middleware for Linux
" aaclcenc_lib" - for OMX Media Component AAC-LC Encoder Library
+ " vp8dec_lib" - for OMX Media Component VP8 Decoder Library for Linux
+ " vp8enc_lib" - for OMX Media Component VP8 Encoder Library for Linux
+ " vp9dec_lib" - for OMX Media Component VP9 Decoder Library for Linux
" aaclcenc_mdw" - for AAC-LC Encoder Middleware for Linux
" cmsbcm" - for CMS Basic Color Management Middleware for Linux
" cmsblc" - for CMS CMM3 Backlight Control Middleware for Linux