aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/docs/sample/conf/m3nulcb
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-1234/+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
2019-04-01rcar-gen3: Add support M3NULCB boardYusuke Goda14-0/+2453
M3NULCB board specifications: R-Car M3-N Ver.1.1 DDR 2GiB eMMC 8GB(KLM8G1GESD-B04P) Change-Id: Ie857f76d7c96cd6e9a9196ce9bc27d98e878b161 Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com> Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>