aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/docs/sample/conf/m3nulcb
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xw@renesas.com>2020-04-24 21:28:48 +0900
committerKhang Nguyen <khang.nguyen.xw@renesas.com>2020-05-11 17:50:17 +0900
commit96363b34f3e7b1b7c2d9cdff680e32ae87db5001 (patch)
tree37711aeb6d93bcc3f3cf7d95d5fb23988fca89aa /meta-rcar-gen3/docs/sample/conf/m3nulcb
parentac08e0b298e45f254b976b678690732c3ebd1f32 (diff)
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 <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: If73df652f19ca33c073cf1a462d4fb84eefbc172
Diffstat (limited to 'meta-rcar-gen3/docs/sample/conf/m3nulcb')
-rw-r--r--meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local-wayland.conf8
-rw-r--r--meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local.conf8
-rw-r--r--meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/gfx-only/local-wayland.conf8
-rw-r--r--meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/mmp/local-wayland.conf8
4 files changed, 32 insertions, 0 deletions
diff --git a/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local-wayland.conf
index af1fd07..01fdc94 100644
--- a/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local-wayland.conf
+++ b/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local-wayland.conf
@@ -292,3 +292,11 @@ LICENSE_FLAGS_WHITELIST = "commercial"
# Linux ICCOM driver (RCG3ZLIDL4101ZNO)
# Linux ICCOM library (RCG3ZLILL4101ZNO)
#DISTRO_FEATURES_append = " iccom"
+
+# 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())}"
diff --git a/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local.conf b/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local.conf
index c7ff67d..74ef129 100644
--- a/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local.conf
+++ b/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/bsp/local.conf
@@ -285,3 +285,11 @@ BBMASK .= "|kernel-module-uvcs-drv|omx-user-module"
# Enable pam distro feature
DISTRO_FEATURES_append = " pam"
+
+# 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())}"
diff --git a/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/gfx-only/local-wayland.conf
index 1714a69..b54fb86 100644
--- a/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/gfx-only/local-wayland.conf
+++ b/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/gfx-only/local-wayland.conf
@@ -298,3 +298,11 @@ LICENSE_FLAGS_WHITELIST = "commercial"
# Linux ICCOM driver (RCG3ZLIDL4101ZNO)
# Linux ICCOM library (RCG3ZLILL4101ZNO)
#DISTRO_FEATURES_append = " iccom"
+
+# 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())}"
diff --git a/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/mmp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/mmp/local-wayland.conf
index f0ac326..238b919 100644
--- a/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/mmp/local-wayland.conf
+++ b/meta-rcar-gen3/docs/sample/conf/m3nulcb/poky-gcc/mmp/local-wayland.conf
@@ -404,3 +404,11 @@ DISTRO_FEATURES_append = " aaclcdec_mdw"
# Configuration for ivi-shell and ivi-extension
#DISTRO_FEATURES_append = " ivi-shell"
+
+# 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())}"