aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/docs/sample/conf/m3ulcb
AgeCommit message (Collapse)AuthorFilesLines
2020-05-11rcar-gen3: conf: Update sample configurationsKhang Nguyen4-0/+32
This modifies sample configurations for the following updates: - Set fixed variables of Reproducible Builds [1] to keep the timestamp changes according to build time, it is convenience to check logs during the development phase. - Remove ptest from DISTRO_FEATURES according to YP3.1 release recommendation for Known Issues [2]. It is to save a significant amount of build time. [1]: https://wiki.yoctoproject.org/wiki/Reproducible_Builds [2]: https://lists.yoctoproject.org/g/yocto-announce/message/186 Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: If73df652f19ca33c073cf1a462d4fb84eefbc172
2019-12-24rcar-gen3: conf: Update sample configurationsKhang Nguyen4-36/+92
This commit does the following changes: - Re-create sample configurations based on YP3.0 official release. - Update BBMASK variable for dropping meta-linaro. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ib806fdf694e709053a555c26b06a28b9f7825072
2019-12-24rcar-gen3: bblayers: Remove dependency on meta-opteeDuy Dang3-3/+3
optee-os depends on python-pycrypto 2.6.1 which was provided in meta-linaro/meta-optee. This recipe is also in meta-openembedded/ meta-python with the same version and more security fix. This changes to use python-pycrypto in meta-python to reduce dependency repo. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ibb49d86bf84ee0a353ecd122e8709fb46f6fd54c
2019-09-24rcar-gen3: conf: Update sample configurations according to upstreamKhang Nguyen4-45/+102
This commit updates sample build configurations according to the template from Yocto Project Zeus. It also does the following changes: - Removed a deprecated fix in GFX configurations (from commit f5b7f9a6142a2f60c78fa54e7e368164ec583282). - Updated PREFERRED_PROVIDER of libgbm according to recipe update. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Iabae1daae7f5afd632b61f20b38656ddbff36d4f
2019-09-24rcar-gen3: conf: Remove Linaro-gcc build configuration samplesKhang Nguyen7-1246/+0
The Linaro-gcc build configuration samples are no longer used, this removes them to avoid confusion. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I53940fc4c33ae048b9750d8818b8357048fadabb
2018-12-20rcar-gen3: conf: Add DVD Encryption Library configurationDuy Dang2-0/+4
This commit adds DISTRO_FEATURES_append = " dvd_encryption_library" to build DVD Encryption Library package. Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-10-29rcar-gen3: conf: Enable PAM distro feature for BSP minimalKhang Nguyen2-0/+6
This commit enables PAM distro feature for BSP minimal configurations, its target is to support LTP test on core-image-minimal. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-04-21rcar-gen3: conf: Remove networking and python bblayers for build errorKhang Nguyen6-12/+0
meta-openembedded/meta-networking and meta-openembedded/meta-python were removed to avoid build error for GENIVI environment. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-04-21rcar-gen3: conf: Upgrade Linaro Gcc version to 7.2Khang Nguyen4-4/+4
This commit upgrades Linaro Gcc version to 7.2 for adapting to upstream. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-04-21rcar-gen3: conf: Update configurations to adapt to YP v2.4.2Khang Nguyen8-16/+8
This commit updates configurations to adapt to YP v2.4.2. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-03-22rcar-gen3: conf: Remove vp9dec_lib in H3ULCB and M3ULCB configurationKhang Nguyen2-6/+0
This commit removes vp9dec_lib in H3ULCB and M3ULCB configuration. It helps to reduce the possibility that user got mistake on enabling VP9. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: conf: Add to support CAS featuresThuy Tran8-0/+24
This commit supports enabling CAS features for R-Car Gen3. To enable it, please uncomment MACHINE_FEATURES_append = " cas" in local.conf. Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: conf: Modify sample configurationsThuy Tran10-65/+765
This commit modifies sample configurations for Salvator-X and ULCB to build with YP2.4 rocko. Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: conf: Add more layers to build LTP pkgsThuy Tran4-0/+8
With YP 2.4, to build LTP packages, libmnl is required. libmnl is provided by meta-openembedded/meta-networking. meta-openembedded/meta-networking will request meta-openembedded/meta-python. Hence, we need to add 2 layers to bblayers. Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-08-25rcar-gen3: libegl: Create new recipe to fix build dependency issuesThao Nguyen2-2/+2
This commit adds libegl recipe which provides build dependencies on virtual/egl. Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: ULCB: Add default SOC_FAMILY for ULCBThao Nguyen6-12/+0
The SOC_FAMILY is already different between H3ULCB and M3ULCB: H3ULCB uses SoC r8a7795. M3ULCB uses SoC r8a7796. Hence, setting this value in h3ulcb.conf and m3ulcb.conf to allow images to be built without setting SOC_FAMILY in local.conf. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: weston: Add support ivi-shell and ivi-extensionStephen Lawrence1-0/+3
This commit configures weston to use the Genivi Compositor components ivi-shell and ivi-extension rather than the default desktop-shell. Default status is disabled. To enable ivi-shell and ivi-extension, please uncomment the following line in local.conf: DISTRO_FEATURES_append = " ivi-shell" Change-Id: Ia6aa51175c83bf4b9f3e887cd114b3755c1e4e09 Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com> Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-01-27First commit.Renesas-Yocto-v2.16.0Takamitsu Honda10-0/+1770
Renesas BSP v3.5.1 (kernel v4.9 stable) [Environment] poky: yocto-2.1.2 (cca8dd15c8096626052f6d8d25ff1e9a606104a3) meta-openembedded: 55c8a76da5dc099a7bc3838495c672140cedb78e meta-linaro: 2f51d38048599d9878f149d6d15539fb97603f8f [Information] - U-boot: Changed load address from H'49000000 to H'50000000 - XDG_RUNTIME_DIR has been changed from "/run/user/root" to "/run/user/0" - Change location of include directory, which stores common user header files, to $(INCSHARED) - In BSP Only, core-image-weston is not supported even though local-wayland.conf is provided. - Please set Salvator-x SW7 Pin-1. In after Yocto BSP v2.12.0, it is  necessary to enable BKUP_TRG signal for Suspend to RAM. - The dtb filename was changed in R-Car H3. Only "Image-r8a7795-es1-salvator-x.dtb" is supported in this version. Please use "Image-r8a7795-es1-salvator-x.dtb" It supports R-Car H3 WS1.0 and WS1.1. - Please update your local.conf and bblayers.conf corresponding to Yocto v2.16.0 package. You can refer to meta-rcargen3/docs/sample/conf/ for updated contents. - You have to re-compile out-of-recipe software like user application by v2.16.0 SDK toolchains. - In some boards, the resuming from System Suspend to RAM may cause unstable operation or failed to resume. Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>