From 96363b34f3e7b1b7c2d9cdff680e32ae87db5001 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Fri, 24 Apr 2020 21:28:48 +0900 Subject: rcar-gen3: conf: Update sample configurations 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 Signed-off-by: Takamitsu Honda Change-Id: If73df652f19ca33c073cf1a462d4fb84eefbc172 --- .../docs/sample/conf/salvator-x/poky-gcc/mmp/local-wayland.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/mmp') diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/mmp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/mmp/local-wayland.conf index 222409f..5530142 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/mmp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/mmp/local-wayland.conf @@ -419,3 +419,11 @@ DISTRO_FEATURES_append = " aaclcdec_mdw" # Add Capacity Aware migration Strategy (CAS) MACHINE_FEATURES_append = " cas" + +# Remove ptest to reduce the build time +DISTRO_FEATURES_remove = "ptest" + +# Reproducible Builds +# Set Timestamps at the build start +export SOURCE_DATE_EPOCH = "${@time.strftime('%s', time.localtime())}" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "${@time.strftime('%s', time.localtime())}" -- cgit 1.2.3-korg